Started by user Kai Hudalla Running as Kai Hudalla Checking out git https://github.com/eclipse/hono.git into /var/jenkins/jobs/Hono-Release-Pipeline/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3 to read jenkins/Hono-Release-Pipeline.groovy The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/jobs/Hono-Release-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.43.2' > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 2432ed757c25f569c7b70c932df76e006b9385fc (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2432ed757c25f569c7b70c932df76e006b9385fc # timeout=10 Commit message: "Prepare 2.6.0 release" > git rev-list --no-walk c5425f1cc4e2c228d16565cc669e5ff0ab800c48 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hono/hono-release-pipeline-169-kn6mh-82d89-tw8kh Still waiting to schedule task ‘hono-release-pipeline-169-kn6mh-82d89-tw8kh’ is offline Agent hono-release-pipeline-169-kn6mh-82d89-tw8kh is provisioned from template Hono-Release-Pipeline_169-kn6mh-82d89 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1716919170096" buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Release-Pipeline/169/" runUrl: "job/Hono-Release-Pipeline/169/" labels: jenkins: "slave" jenkins/label-digest: "1fcb24a92f4585bccd8031d6db7447792544b46c" jenkins/label: "Hono-Release-Pipeline_169-kn6mh" kubernetes.jenkins.io/controller: "http___jenkins-ui_hono_svc_cluster_local_honox" name: "hono-release-pipeline-169-kn6mh-82d89-tw8kh" 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-release-pipeline-169-kn6mh-82d89-tw8kh" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "hono-release-pipeline-169-kn6mh-82d89-tw8kh" - 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-3206.vb_15dcf73f6a_9" name: "jnlp" resources: 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.5.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-release-pipeline-169-kn6mh-82d89-tw8kh in /home/jenkins/agent/workspace/Hono-Release-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-Release-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 > 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 Avoid second fetch Checking out Revision 2432ed757c25f569c7b70c932df76e006b9385fc (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2432ed757c25f569c7b70c932df76e006b9385fc # timeout=10 Commit message: "Prepare 2.6.0 release" [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 git version 2.30.2 Apache Maven 3.8.8 (4c87b05d9aedce574290d1acc98575ed5eb6cd39) Maven home: /maven Java version: 17.0.9, vendor: Eclipse Adoptium, runtime: /graalvm Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" openjdk 17.0.9 2023-10-17 OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9) OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing) native-image 17.0.9 2023-10-17 OpenJDK Runtime Environment Mandrel-23.0.2.1-Final (build 17.0.9+9) OpenJDK 64-Bit Server VM Mandrel-23.0.2.1-Final (build 17.0.9+9, mixed mode) 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+deb11u3, OpenSSL 1.1.1w 11 Sep 2023 will deploy artifacts ... total 0 drwxrwsrwx. 5 root 1000770000 42 May 28 17:59 . drwxr-xr-x. 1 root root 21 May 28 17:59 .. drwxr-sr-x. 3 root 1000770000 95 May 28 17:59 .m2 drwxrwsrwx. 3 root 1000770000 79 May 28 17:59 .ssh drwxrwsrwx. 5 root 1000770000 53 May 28 18:00 agent [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check out) [Pipeline] echo Checking out branch: refs/heads/master [Pipeline] checkout The recommended git tool is: NONE using credential github-bot-ssh Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@cdb26244; decorates RemoteLauncher[hudson.remoting.Channel@90eb79de:JNLP4-connect connection from 10.40.65.89/10.40.65.89:50214] 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-Release-Pipeline/.git # timeout=10 > git config remote.origin.url ssh://git@github.com/eclipse-hono/hono.git # timeout=10 Fetching upstream changes from ssh://git@github.com/eclipse-hono/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-Release-Pipeline@tmp/jenkins-gitclient-ssh182629295673046176.key Verifying host key using manually-configured host key entries > git fetch --tags --force --progress -- ssh://git@github.com/eclipse-hono/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2432ed757c25f569c7b70c932df76e006b9385fc (refs/remotes/origin/master) Commit message: "Prepare 2.6.0 release" > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2432ed757c25f569c7b70c932df76e006b9385fc # timeout=10 > git branch -a -v --no-abbrev # timeout=10 > git checkout -b master 2432ed757c25f569c7b70c932df76e006b9385fc # timeout=10 > git rev-list --no-walk c5425f1cc4e2c228d16565cc669e5ff0ab800c48 # timeout=10 [Pipeline] } [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 120 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 38 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 298 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 54 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.1 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 255 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 590 kB/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 39 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 35 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 47 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 129 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 378 kB/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 646 kB/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 232 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 557 kB/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 152 kB/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 173 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 102 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 302 kB/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 62 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 41 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 596 kB/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 54 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 1.2 MB/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 65 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 24 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 55 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 42 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 65 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 35 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 147 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 124 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 113 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 64 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 26 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 117 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 41 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 56 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 94 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 83 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 62 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 130 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 101 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 212 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 143 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 98 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 34 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 158 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 731 kB/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 127 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 1.3 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 1.3 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 55 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 259 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 69 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 79 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 635 kB/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 2.3 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 489 kB/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 161 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 505 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 373 kB/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 530 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 2.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 902 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 32 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 375 kB/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 46 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 335 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 54 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 747 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 33 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 161 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 297 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 630 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 294 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 271 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 446 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 327 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 170 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 124 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 164 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 1.6 MB/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 1.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 67 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 248 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 413 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 2.8 MB/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 19 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 33 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 28 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 215 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 145 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 292 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 156 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 36 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 69 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 68 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 30 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 46 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 76 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 242 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 212 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 714 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 778 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 173 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 262 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 937 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 751 kB/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 848 kB/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 54 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 980 kB/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 53 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 633 kB/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 88 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 382 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 264 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-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/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/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/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-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/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 898 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.4 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/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 960 kB/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/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.7 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/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar (628 kB at 4.9 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/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 16 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/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 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.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 1.1 MB/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/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 65 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/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 1.1 MB/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 329 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/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 651 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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 148 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/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 26 kB/s) [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 67 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 717 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 3.3 MB/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/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 805 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 97 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 1.8 MB/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/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 143 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/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 78 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/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 797 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 168 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 248 kB/s) [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 594 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 986 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 562 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom (434 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom/3.8.4/quarkus-google-cloud-services-bom-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom/3.8.4/quarkus-google-cloud-services-bom-3.8.4.pom (167 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.pom (12 kB at 92 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-build-parent/3.8.4/quarkus-build-parent-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/3.8.4/quarkus-build-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-build-parent/3.8.4/quarkus-build-parent-3.8.4.pom (62 kB at 535 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project/3.8.4/quarkus-project-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project/3.8.4/quarkus-project-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project/3.8.4/quarkus-project-3.8.4.pom (14 kB at 113 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-parent/3.8.4/quarkus-parent-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/3.8.4/quarkus-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-parent/3.8.4/quarkus-parent-3.8.4.pom (46 kB at 524 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom (438 kB at 4.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.pom (4.0 kB at 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-parent/3.8.4/quarkus-bootstrap-parent-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/3.8.4/quarkus-bootstrap-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-parent/3.8.4/quarkus-bootstrap-parent-3.8.4.pom (18 kB at 149 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-bom/3.8.4/quarkus-bootstrap-bom-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom/3.8.4/quarkus-bootstrap-bom-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom/3.8.4/quarkus-bootstrap-bom-3.8.4.pom (22 kB at 245 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-bom/2.2.0/smallrye-common-bom-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/2.2.0/smallrye-common-bom-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/2.2.0/smallrye-common-bom-2.2.0.pom (4.3 kB at 483 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-bom-test/3.8.4/quarkus-bootstrap-bom-test-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom-test/3.8.4/quarkus-bootstrap-bom-test-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-bom-test/3.8.4/quarkus-bootstrap-bom-test-3.8.4.pom (3.0 kB at 43 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.pom (3.6 kB at 44 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.pom (13 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/39/jboss-parent-39.pom [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 6.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.1.Final/logging-parent-1.0.1.Final.pom (6.0 kB at 458 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.3/junit-bom-5.9.3.pom (5.6 kB at 512 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.pom [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 295 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/18/jboss-parent-18.pom [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 4.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.pom (2.1 kB at 38 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-parent/2.2.0/smallrye-common-parent-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-parent/2.2.0/smallrye-common-parent-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-parent/2.2.0/smallrye-common-parent-2.2.0.pom (8.5 kB at 473 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-parent/41/smallrye-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/41/smallrye-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/41/smallrye-parent-41.pom (6.0 kB at 377 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-build-parent/41/smallrye-build-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/41/smallrye-build-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/41/smallrye-build-parent-41.pom (39 kB at 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [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 142 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.0/junit-bom-5.10.0.pom (5.6 kB at 628 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.pom (6.9 kB at 45 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.pom (6.3 kB at 452 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-parent/1.4.0/smallrye-beanbag-parent-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-parent/1.4.0/smallrye-beanbag-parent-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-parent/1.4.0/smallrye-beanbag-parent-1.4.0.pom (16 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-parent/42/smallrye-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/42/smallrye-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/42/smallrye-parent-42.pom (6.0 kB at 753 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/42/smallrye-build-parent-42.pom (39 kB at 4.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-bom/2.3.0/smallrye-common-bom-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/2.3.0/smallrye-common-bom-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-bom/2.3.0/smallrye-common-bom-2.3.0.pom (4.7 kB at 337 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.pom (1.4 kB at 171 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.pom (964 B at 107 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.pom (2.1 kB at 86 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.pom (16 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/66/commons-parent-66.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/66/commons-parent-66.pom (77 kB at 5.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/31/apache-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.1/junit-bom-5.10.1.pom (5.6 kB at 706 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.pom (31 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/64/commons-parent-64.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/64/commons-parent-64.pom (78 kB at 5.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/30/apache-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/30/apache-30.pom (23 kB at 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.pom (6.6 kB at 828 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.14/httpcomponents-client-4.5.14.pom (15 kB at 1.9 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 2.2 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.pom (5.0 kB at 621 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.16/httpcomponents-core-4.4.16.pom (12 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.pom (2.3 kB at 155 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.9.6/maven-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.6/maven-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.9.6/maven-3.9.6.pom (29 kB at 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/41/maven-parent-41.pom (50 kB at 5.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.pom (8.8 kB at 877 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/10/plexus-10.pom (25 kB at 977 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom (1.4 kB at 152 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.pom (2.7 kB at 388 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.pom (3.5 kB at 505 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 379 kB/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 3.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.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.pom (17 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.9.0.M2/sisu-inject-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.9.0.M2/sisu-inject-0.9.0.M2.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.pom (2.1 kB at 256 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.pom (4.5 kB at 563 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.pom (1.8 kB at 167 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom (2.5 kB at 273 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [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 404 kB/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 2.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.pom [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 552 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.pom (6.5 kB at 653 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/13/plexus-13.pom (27 kB at 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.pom (1.9 kB at 210 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/4.0.0-alpha-5/maven-4.0.0-alpha-5.pom (26 kB at 3.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/39/maven-parent-39.pom (48 kB at 6.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/29/apache-29.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/29/apache-29.pom (21 kB at 987 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-bom/4.0.0-alpha-5/maven-bom-4.0.0-alpha-5.pom (6.3 kB at 792 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.1/junit-bom-5.9.1.pom (5.6 kB at 804 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.pom (1.6 kB at 119 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api/4.0.0-alpha-5/maven-api-4.0.0-alpha-5.pom (3.6 kB at 448 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.pom (1.4 kB at 172 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.pom (15 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.9.0.M2/sisu-plexus-0.9.0.M2.pom (15 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.pom (15 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.3.Final/logging-parent-1.0.3.Final.pom (5.7 kB at 708 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/42/jboss-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/42/jboss-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/42/jboss-parent-42.pom (76 kB at 8.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.pom (1.6 kB at 3.1 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-expression/2.2.0/smallrye-common-expression-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.2.0/smallrye-common-expression-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.2.0/smallrye-common-expression-2.2.0.pom (2.4 kB at 136 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.pom (2.3 kB at 115 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-net/2.2.0/smallrye-common-net-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-net/2.2.0/smallrye-common-net-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-net/2.2.0/smallrye-common-net-2.2.0.pom (2.7 kB at 38 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-os/2.2.0/smallrye-common-os-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.2.0/smallrye-common-os-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.2.0/smallrye-common-os-2.2.0.pom (1.9 kB at 30 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.pom (2.0 kB at 22 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.pom (19 kB at 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.8/project-1.0.8.pom (15 kB at 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.pom (4.4 kB at 491 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/project/1.1.5/project-1.1.5.pom (22 kB at 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.pom (8.1 kB at 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/logging-parent/1.0.0.Final/logging-parent-1.0.0.Final.pom (6.4 kB at 496 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.9.2/junit-bom-5.9.2.pom (5.6 kB at 804 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.pom (1.6 kB at 230 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.6/slf4j-parent-2.0.6.pom (17 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.pom (6.6 kB at 507 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.pom (7.5 kB at 837 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.pom (2.9 kB at 368 kB/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 989 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 530 kB/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 463 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 4.3 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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/5.1.0/guice-5.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.pom (8.9 kB at 985 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/5.1.0/guice-parent-5.1.0.pom (18 kB at 1.2 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 307 kB/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 52 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.pom (13 kB at 660 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/33.0.0-jre/guava-parent-33.0.0-jre.pom (19 kB at 1.2 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 201 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 1.3 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 821 kB/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 107 kB/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 370 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.pom (14 kB at 1.8 MB/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 798 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.pom (15 kB at 1.9 MB/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 6.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.pom (11 kB at 102 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-parent/3.8.4/quarkus-core-parent-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/3.8.4/quarkus-core-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-parent/3.8.4/quarkus-core-parent-3.8.4.pom (957 B at 10.0 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/readline/2.4/readline-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.pom (4.6 kB at 422 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/readline-all/2.4/readline-all-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline-all/2.4/readline-all-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline-all/2.4/readline-all-2.4.pom (4.5 kB at 643 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/19/jboss-parent-19.pom [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 4.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.pom (14 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.12/fusesource-pom-1.12.pom (15 kB at 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/aesh/2.7/aesh-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.pom (5.0 kB at 619 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/aesh-all/2.7/aesh-all-2.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh-all/2.7/aesh-all-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh-all/2.7/aesh-all-2.7.pom (4.0 kB at 500 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.pom (6.1 kB at 611 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/40/jboss-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/40/jboss-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/40/jboss-parent-40.pom (76 kB at 8.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.pom (11 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.pom (2.4 kB at 339 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5.1/ow2-1.5.1.pom (11 kB at 806 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.pom (2.9 kB at 47 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.pom (2.6 kB at 173 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.pom (2.6 kB at 328 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.pom (7.0 kB at 774 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex-parent/3.1.6/jandex-parent-3.1.6.pom (7.2 kB at 894 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.pom (2.8 kB at 50 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.pom (752 B at 6.7 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.pom (1.8 kB at 24 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.pom (577 B at 8.9 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-tools-parent/3.8.4/quarkus-tools-parent-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/3.8.4/quarkus-tools-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-tools-parent/3.8.4/quarkus-tools-parent-3.8.4.pom (18 kB at 222 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 701 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 466 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/56/oss-parent-56.pom (24 kB at 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/mockito/mockito-bom/5.8.0/mockito-bom-5.8.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/5.8.0/mockito-bom-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/5.8.0/mockito-bom-5.8.0.pom (3.1 kB at 388 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.pom (20 kB at 259 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.pom (12 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-parent/4.0.1/jakarta.enterprise.cdi-parent-4.0.1.pom (2.3 kB at 181 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.pom (3.6 kB at 510 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.pom (12 kB at 541 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.pom (12 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.pom (5.9 kB at 740 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.pom (4.2 kB at 524 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-parent/3.5.4/smallrye-config-parent-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/3.5.4/smallrye-config-parent-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-parent/3.5.4/smallrye-config-parent-3.5.4.pom (5.5 kB at 609 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-bom/2.3.0/smallrye-testing-bom-2.3.0.pom (4.5 kB at 344 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/testing/smallrye-testing-parent/2.3.0/smallrye-testing-parent-2.3.0.pom (3.3 kB at 182 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/39/smallrye-parent-39.pom (6.0 kB at 861 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/39/smallrye-build-parent-39.pom (28 kB at 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.pom (4.2 kB at 231 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.pom (1.7 kB at 211 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-parent/3.0.3/microprofile-config-parent-3.0.3.pom (4.2 kB at 606 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.6/microprofile-parent-2.6.pom (50 kB at 5.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.pom (2.1 kB at 122 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-classloader/2.2.0/smallrye-common-classloader-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.2.0/smallrye-common-classloader-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.2.0/smallrye-common-classloader-2.2.0.pom (2.4 kB at 113 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.pom (1.1 kB at 94 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.pom [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 154 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging-tools-parent/2.2.1.Final/jboss-logging-tools-parent-2.2.1.Final.pom [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 398 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/34/jboss-parent-34.pom [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 7.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.pom (7.3 kB at 459 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jboss-parent/36/jboss-parent-36.pom [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 5.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.pom (3.4 kB at 23 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.pom (3.2 kB at 405 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.pom (2.4 kB at 33 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.pom (1.4 kB at 175 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/word/23.1.2/word-23.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/word/23.1.2/word-23.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/word/23.1.2/word-23.1.2.pom (1.2 kB at 110 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.pom (3.0 kB at 303 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.pom (3.2 kB at 401 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.pom (2.0 kB at 226 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.pom (2.8 kB at 283 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.pom [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 218 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.pom (3.2 kB at 401 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.pom (3.2 kB at 354 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.pom (3.0 kB at 430 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.pom (3.2 kB at 200 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.pom (3.5 kB at 26 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-all/3.8.4/quarkus-devtools-all-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/3.8.4/quarkus-devtools-all-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-all/3.8.4/quarkus-devtools-all-3.8.4.pom (991 B at 9.7 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.pom (4.8 kB at 42 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.pom (2.1 kB at 36 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.pom (770 B at 6.9 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom (21 kB at 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom (11 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.pom (7.1 kB at 882 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.pom (9.9 kB at 764 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.pom (2.6 kB at 188 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.16.1/jackson-dataformats-text-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.16.1/jackson-dataformats-text-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformats-text/2.16.1/jackson-dataformats-text-2.16.1.pom (3.5 kB at 435 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.2/snakeyaml-2.2.pom (21 kB at 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 335 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (22 kB at 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.pom (2.7 kB at 104 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.pom (2.9 kB at 220 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.pom (4.3 kB at 540 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.pom (3.2 kB at 402 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.pom (5.6 kB at 403 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.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.9.18/maven-resolver-transport-wagon-1.9.18.pom (4.5 kB at 226 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.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.5.3/wagon-provider-api-3.5.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.5.3/wagon-provider-api-3.5.3.pom (1.9 kB at 127 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/3.5.3/wagon-3.5.3.pom (21 kB at 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.pom (1.8 kB at 161 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom (3.1 kB at 220 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom (6.1 kB at 681 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.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.5.3/wagon-http-shared-3.5.3.pom (2.5 kB at 189 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.pom (904 B at 13 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.pom (2.2 kB at 25 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.pom (1.2 kB at 14 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-parent/3.8.4/qute-parent-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/3.8.4/qute-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-parent/3.8.4/qute-parent-3.8.4.pom (14 kB at 111 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom (8.2 kB at 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny-project/2.5.8/mutiny-project-2.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/2.5.8/mutiny-project-2.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-project/2.5.8/mutiny-project-2.5.8.pom (25 kB at 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/25/maven-model-helper-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/25/maven-model-helper-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/25/maven-model-helper-25.pom (9.7 kB at 884 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.pom (4.6 kB at 511 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.pom (20 kB at 713 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 4.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.pom (22 kB at 2.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.pom (2.9 kB at 72 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.pom (2.6 kB at 322 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-modules-java8/2.16.1/jackson-modules-java8-2.16.1.pom (3.1 kB at 344 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.pom (3.3 kB at 33 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.pom (4.9 kB at 289 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.pom (3.3 kB at 222 kB/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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.pom (3.1 kB at 224 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor-parent/2.4.0/mojo-executor-parent-2.4.0.pom (11 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.3.1/maven-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.1/maven-3.3.1.pom (23 kB at 1.3 MB/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 2.8 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 962 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.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-xml/4.0.0/plexus-xml-4.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-expression/2.2.0/smallrye-common-expression-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-net/2.2.0/smallrye-common-net-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.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/com/google/inject/guice/5.1.0/guice-5.1.0.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/com/google/guava/guava/33.0.0-jre/guava-33.0.0-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/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.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/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/readline/2.4/readline-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/aesh/2.7/aesh-2.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-classloader/2.2.0/smallrye-common-classloader-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/word/23.1.2/word-23.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-os/2.2.0/smallrye-common-os-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.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/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.jar [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.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 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.jar (429 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.jar (4.4 kB at 45 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar (17 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar (25 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.jar (37 kB at 352 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.jar (124 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.jar (185 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.jar (13 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar (59 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar (14 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar (28 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar (198 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-xml/4.0.0/plexus-xml-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 623 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar (218 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar (89 kB at 648 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 58 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/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar (27 kB at 188 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/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.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 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.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 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar (45 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.2.0/smallrye-common-expression-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.jar (143 kB at 930 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.jar (22 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-net/2.2.0/smallrye-common-net-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-expression/2.2.0/smallrye-common-expression-2.2.0.jar (21 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.jar (55 kB at 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar (811 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar (59 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar (63 kB at 359 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.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/maven-embedder/3.9.6/maven-embedder-3.9.6.jar (108 kB at 601 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.jar (778 kB at 4.0 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/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-net/2.2.0/smallrye-common-net-2.2.0.jar (34 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.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 248 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.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.jar (11 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.jar (16 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar (42 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar (74 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.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.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 893 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.jar (328 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar (221 kB at 913 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.jar (358 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar (178 kB at 713 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar (299 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar (331 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-tree/9.6/asm-tree-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 470 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.jar (1.4 MB at 4.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.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.jar (46 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.jar (5.4 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.jar (3.2 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar (11 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.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.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.jar (35 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar (326 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.2.0/smallrye-common-classloader-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar (18 kB at 53 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar (12 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.jar (7.5 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.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 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-classloader/2.2.0/smallrye-common-classloader-2.2.0.jar (9.5 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar (124 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.jar (299 kB at 869 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/word/23.1.2/word-23.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar (9.3 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/word/23.1.2/word-23.1.2.jar (22 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar (217 kB at 615 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar (205 kB at 569 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar (184 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.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 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar (106 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar (6.4 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar (211 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar (245 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (586 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.jar (66 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.jar (49 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.jar (260 kB at 635 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.jar (400 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.jar (86 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.jar (402 kB at 919 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar (875 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.2.0/smallrye-common-os-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.jar (224 kB at 492 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.jar (332 kB at 723 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar (28 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar (55 kB at 117 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.16.1/jackson-datatype-jdk8-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-os/2.2.0/smallrye-common-os-2.2.0.jar (9.1 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 710 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.jar (36 kB at 76 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.9.18/maven-resolver-impl-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328 kB at 690 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar (47 kB at 99 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.9.18/maven-resolver-api-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar (38 kB at 79 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.9.18/maven-resolver-spi-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar (318 kB at 658 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.9.18/maven-resolver-util-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar (702 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-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar (52 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar (151 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.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.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 8.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar (26 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar (88 kB at 176 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.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar (25 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.jar (30 kB at 60 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar (128 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar (124 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar (1.7 MB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar (13 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar (578 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar (1.6 MB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.jar (6.6 kB at 12 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar (269 kB at 492 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar (14 kB at 25 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.jar (52 kB at 94 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom (6.1 kB at 83 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.pom (2.9 kB at 118 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven/3.5.3/maven-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.3/maven-3.5.3.pom (23 kB at 867 kB/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 2.4 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 2.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom (4.0 kB at 192 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.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 51 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.7 MB/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 2.1 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 4.1 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.pom (2.1 kB at 192 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.3/org.eclipse.sisu.plexus-0.3.3.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.3/org.eclipse.sisu.plexus-0.3.3.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.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 54 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 404 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 110 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 168 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 608 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 1.6 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 57 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.3/org.eclipse.sisu.inject-0.3.3.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.3/org.eclipse.sisu.inject-0.3.3.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.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 54 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 800 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.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 116 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 606 kB/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 2.9 MB/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 406 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 309 kB/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 612 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.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/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [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-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [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/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.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 30 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.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar (55 kB at 2.7 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/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 1.4 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/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.jar (33 kB at 1.0 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.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar (48 kB at 747 kB/s) [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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar (165 kB at 2.5 MB/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 281 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 5.0 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.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 2.5 MB/s) [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.jar (53 kB at 599 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 1.7 MB/s) [INFO] Inspecting build with total of 64 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 64 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.bitness: 64 [INFO] os.detected.version: 6.2 [INFO] os.detected.version.major: 6 [INFO] os.detected.version.minor: 2 [INFO] os.detected.release: debian [INFO] os.detected.release.version: 11 [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [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 Client PubSub Common [jar] [INFO] Hono Notification Client (Pub/Sub) [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 Client for Command & Control (Pub/Sub) [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 Telemetry Client (PubSub) [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] Device Connection client [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 Service Command Router Base [jar] [INFO] Hono Infinispan Based 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/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-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-enforcer-plugin/3.3.0/maven-enforcer-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-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (7.0 kB at 205 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.3.0/enforcer-3.3.0.pom (8.2 kB at 514 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-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-enforcer-plugin/3.3.0/maven-enforcer-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-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.jar (39 kB at 3.2 MB/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 692 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 1.1 MB/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 3.2 MB/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 4.0 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.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 261 kB/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 869 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.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 1.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 399 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 400 kB/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 3.7 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 1.6 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.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 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 984 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/39/maven-plugins-39.pom (8.1 kB at 674 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 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-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 650 kB/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 772 kB/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 3.3 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 7.3 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 60 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 157 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 513 kB/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 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.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 286 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 996 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 1.3 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 2.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.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.pom (22 kB at 461 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.jar (723 kB at 8.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.pom (9.8 kB at 818 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.11.0/maven-compiler-plugin-3.11.0.jar (66 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-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.pom (8.2 kB at 190 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.pom (6.8 kB at 676 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/37/maven-plugins-37.pom (9.9 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/37/maven-parent-37.pom (46 kB at 5.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/27/apache-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/27/apache-27.pom (20 kB at 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-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-jar-plugin/3.3.0/maven-jar-plugin-3.3.0.jar (27 kB at 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.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.5.0/maven-javadoc-plugin-3.5.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.5.0/maven-javadoc-plugin-3.5.0.pom (21 kB at 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-javadoc-plugin/3.5.0/maven-javadoc-plugin-3.5.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.5.0/maven-javadoc-plugin-3.5.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.5.0/maven-javadoc-plugin-3.5.0.jar (507 kB at 28 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-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-surefire-plugin/3.1.0/maven-surefire-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-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.pom (6.1 kB at 105 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.1.0/surefire-3.1.0.pom (22 kB at 257 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-surefire-plugin/3.1.0/maven-surefire-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-surefire-plugin/3.1.0/maven-surefire-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-surefire-plugin/3.1.0/maven-surefire-plugin-3.1.0.jar (43 kB at 668 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-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-failsafe-plugin/3.1.0/maven-failsafe-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-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.pom (10 kB at 169 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-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-failsafe-plugin/3.1.0/maven-failsafe-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-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.jar (54 kB at 573 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.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.5.0/maven-dependency-plugin-3.5.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.5.0/maven-dependency-plugin-3.5.0.pom (16 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-plugins/38/maven-plugins-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/38/maven-plugins-38.pom (8.1 kB at 539 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/38/maven-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/38/maven-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/38/maven-parent-38.pom (48 kB at 3.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/28/apache-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/28/apache-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/28/apache-28.pom (21 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.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.5.0/maven-dependency-plugin-3.5.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.5.0/maven-dependency-plugin-3.5.0.jar (189 kB at 13 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 132 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 157 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 2.0 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-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-checkstyle-plugin/3.3.0/maven-checkstyle-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-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom (15 kB at 340 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-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-checkstyle-plugin/3.3.0/maven-checkstyle-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-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.jar (98 kB at 912 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.pom (6.4 kB at 81 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/76/mojo-parent-76.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/76/mojo-parent-76.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/76/mojo-parent-76.pom (36 kB at 668 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/properties-maven-plugin/1.2.0/properties-maven-plugin-1.2.0.jar (35 kB at 824 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 22 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 226 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom (11 kB at 166 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 350 kB/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.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.jar (13 kB at 130 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.pom (3.8 kB at 210 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.build/0.8.10/org.jacoco.build-0.8.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.10/org.jacoco.build-0.8.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.build/0.8.10/org.jacoco.build-0.8.10.pom (44 kB at 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-bom/9.5/asm-bom-9.5.pom (3.2 kB at 202 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/jacoco-maven-plugin/0.8.10/jacoco-maven-plugin-0.8.10.jar (56 kB at 3.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 317 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 240 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 610 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 1.6 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.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 5.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-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-gpg-plugin/3.1.0/maven-gpg-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-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.pom (13 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-gpg-plugin/3.1.0/maven-gpg-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-gpg-plugin/3.1.0/maven-gpg-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-gpg-plugin/3.1.0/maven-gpg-plugin-3.1.0.jar (58 kB at 4.5 MB/s) [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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml (21 kB at 2.6 MB/s) [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 1.6 MB/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 (1.2 kB at 68 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.pom (10.0 kB at 623 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions/2.16.2/versions-2.16.2.pom (13 kB at 680 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/77/mojo-parent-77.pom (36 kB at 477 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions-maven-plugin/2.16.2/versions-maven-plugin-2.16.2.jar (291 kB at 19 MB/s) [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 2.6.0-SNAPSHOT [1/64] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set (default-cli) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.pom (2.4 kB at 149 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.pom (8.7 kB at 666 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.pom (3.7 kB at 340 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.pom (2.6 kB at 147 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.pom (4.6 kB at 289 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.pom (568 B at 36 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.pom (9.6 kB at 872 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/50/oss-parent-50.pom (24 kB at 1.5 MB/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 524 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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.pom (31 kB at 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/58/commons-parent-58.pom (83 kB at 5.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.pom (24 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/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 8.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.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.2.0/maven-reporting-impl-3.2.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.2.0/maven-reporting-impl-3.2.0.pom (7.6 kB at 584 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.1/maven-reporting-api-3.1.1.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.1/maven-reporting-api-3.1.1.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.1/maven-reporting-api-3.1.1.pom (3.8 kB at 269 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.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.12.0/doxia-sink-api-1.12.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.12.0/doxia-sink-api-1.12.0.pom (1.5 kB at 102 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.12.0/doxia-1.12.0.pom (18 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-logging-api/1.12.0/doxia-logging-api-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.pom (1.5 kB at 64 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 538 kB/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 2.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 4.7 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 1.3 MB/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 185 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 362 kB/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 216 kB/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 257 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 438 kB/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 494 kB/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 206 kB/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 318 kB/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 335 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 303 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.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 428 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 883 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 232 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 1.3 MB/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 278 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 249 kB/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 607 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 211 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 3.4 MB/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 293 kB/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 313 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 434 kB/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 1.4 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 1.0 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 2.7 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 381 kB/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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.pom (22 kB at 2.0 MB/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 247 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 463 kB/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.4 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 422 kB/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 937 kB/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 1.1 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 225 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 155 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 310 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 618 kB/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 50 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 300 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.pom (4.4 kB at 398 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.pom (19 kB at 882 kB/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 508 kB/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 1.3 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 414 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 598 kB/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.7 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 4.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.pom (16 kB at 999 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 199 kB/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 598 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.pom (6.0 kB at 503 kB/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 63 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 1.2 MB/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 173 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 47 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 825 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 700 kB/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 108 kB/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 99 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 228 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 198 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 166 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 380 kB/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 380 kB/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 571 kB/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 782 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 1.8 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 699 kB/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 728 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 1.4 MB/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 7.8 MB/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 1.8 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 1.6 MB/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 212 kB/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 193 kB/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 12 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 1.9 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 188 kB/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 97 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 15 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 119 kB/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 187 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 54 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.pom (6.8 kB at 520 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 10 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 379 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.3.2/maven-common-artifact-filters-3.3.2.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.3.2/maven-common-artifact-filters-3.3.2.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.3.2/maven-common-artifact-filters-3.3.2.pom (5.3 kB at 376 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/37/maven-shared-components-37.pom (4.9 kB at 699 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.pom [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 196 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.36/slf4j-parent-1.7.36.pom [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 940 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 33 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 124 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 207 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [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.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.15.0/commons-io-2.15.0.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/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-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.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.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.16.0/commons-codec-1.16.0.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.12.0/doxia-sink-api-1.12.0.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.9.4/commons-beanutils-1.9.4.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.6.1/dom4j-1.6.1.jar [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.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-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.5.1/woodstox-core-6.5.1.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.13.0/commons-lang3-3.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-xml/3.0.0/plexus-xml-3.0.0.jar (93 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model/2.16.2/versions-model-2.16.2.jar (13 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/4.0.0/plexus-utils-4.0.0.jar (192 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-common/2.16.2/versions-common-2.16.2.jar (168 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-model-report/2.16.2/versions-model-report-2.16.2.jar (46 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 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-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/versions/versions-api/2.16.2/versions-api-2.16.2.jar (6.4 kB at 199 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.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/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 22 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.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 488 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 1.5 MB/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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.0/commons-io-2.15.0.jar (501 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.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.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.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 857 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.11.0/commons-text-1.11.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.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 1.1 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/org/apache/commons/commons-text/1.11.0/commons-text-1.11.0.jar (247 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.12.0/doxia-logging-api-1.12.0.jar (12 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.12.0/doxia-core-1.12.0.jar (219 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.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 11 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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.16.0/commons-codec-1.16.0.jar (361 kB at 4.9 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/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 4.3 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.11.1/doxia-module-xhtml-1.11.1.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 773 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-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 805 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.12.0/doxia-sink-api-1.12.0.jar (12 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 198 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-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 186 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 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 86 kB/s) [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] 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 2.5 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.9.4/commons-beanutils-1.9.4.jar (247 kB at 2.3 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/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar (314 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-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 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.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 502 kB/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/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar (109 kB at 781 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.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 638 kB/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 1.4 MB/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 63 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.5.1/woodstox-core-6.5.1.jar (1.6 MB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.13.0/commons-lang3-3.13.0.jar (632 kB at 3.9 MB/s) [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/Hono-Release-Pipeline [INFO] Processing change of org.eclipse.hono:hono-parent:2.6.0-SNAPSHOT -> 2.6.0 [INFO] Processing org.eclipse.hono:hono-parent [INFO] Updating project org.eclipse.hono:hono-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-bom [INFO] Updating parent org.eclipse.hono:hono-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-demo-certs [INFO] Updating parent org.eclipse.hono:hono-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:client-device-connection-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:client-device-connection-infinispan [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapters [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-cli [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-clients-parent [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-core [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-example [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-legal [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-base-jdbc [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-services [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-site [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-tests [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:test-utils [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:adapter-base-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:client-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:core-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-http-base [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-mqtt-base [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapters-parent [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-amqp-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-amqp-connection [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-application-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-application-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-application [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-pubsub [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-command [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-device-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-kafka-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-pubsub [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-pubsub-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-registry-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-registry [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-pubsub [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-example-client [INFO] Updating parent org.eclipse.hono:hono-example [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-auth-base [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-device-registry-base [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-services-parent [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:kafka-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:protocol-gateway [INFO] Updating parent org.eclipse.hono:hono-example [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-amqp [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-coap [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-http [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-lora [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-mqtt [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-sigfox [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-auth [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-command-router-base [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] Processing org.eclipse.hono:hono-service-command-router-infinispan [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0-SNAPSHOT to 2.6.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.6.0-SNAPSHOT to 2.6.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.6.0-SNAPSHOT to 2.6.0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.6.0-SNAPSHOT: [INFO] [INFO] Hono ............................................... SUCCESS [ 6.614 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 Client PubSub Common .......................... SKIPPED [INFO] Hono Notification Client (Pub/Sub) ................. 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 Client for Command & Control (Pub/Sub) ........ 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 Telemetry Client (PubSub) ..................... 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] Device Connection client ........................... 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 Service Command Router Base ................... SKIPPED [INFO] Hono Infinispan Based 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: 29.637 s [INFO] Finished at: 2024-05-28T18:01:37Z [INFO] ------------------------------------------------------------------------ [INFO] Scanning for projects... [INFO] Inspecting build with total of 64 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 64 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.bitness: 64 [INFO] os.detected.version: 6.2 [INFO] os.detected.version.major: 6 [INFO] os.detected.version.minor: 2 [INFO] os.detected.release: debian [INFO] os.detected.release.version: 11 [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [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 Client PubSub Common [jar] [INFO] Hono Notification Client (Pub/Sub) [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 Client for Command & Control (Pub/Sub) [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 Telemetry Client (PubSub) [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] Device Connection client [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 Service Command Router Base [jar] [INFO] Hono Infinispan Based 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.6.0 [1/64] [INFO] from pom.xml [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 26 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 274 kB/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 544 kB/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 181 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 290 kB/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 279 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/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 5.3 MB/s) [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 299 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.pom (3.6 kB at 180 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.pom (4.1 kB at 257 kB/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 2.6 MB/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 340 kB/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 735 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 2.2 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 566 kB/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 312 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar [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.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-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.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar [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.jar [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] 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/eclipse/aether/aether-util/1.0.0.v20140518/aether-util-1.0.0.v20140518.jar (146 kB at 4.6 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/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar (145 kB at 4.1 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/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 150 kB/s) [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 1.5 MB/s) [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 1.6 MB/s) [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 1.5 MB/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 2.4 MB/s) [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [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 144 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 2.4 MB/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 238 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 838 kB/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 286 kB/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 175 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 283 kB/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 184 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 326 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 156 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 707 kB/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 768 kB/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 96 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 387 kB/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 500 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 222 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 341 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 737 kB/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 255 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 188 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 74 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 65 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 357 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 271 kB/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 345 kB/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 193 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 130 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 139 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 966 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 129 kB/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 369 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 116 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 248 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 150 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 313 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 176 kB/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 4.1 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 1.3 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 403 kB/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 471 kB/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 80 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 950 kB/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 3.6 MB/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 1.1 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 765 kB/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 66 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 68 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 372 kB/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/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-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-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.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 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 2.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 8.7 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] 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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 8.1 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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 915 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 501 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 788 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] 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 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 191 kB/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-impl/1.7/aether-impl-1.7.jar (106 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-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 1.0 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/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 1.4 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.14/plexus-interpolation-1.14.jar (61 kB at 773 kB/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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 348 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-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 50 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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.8 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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.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/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 522 kB/s) [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 1.2 MB/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 674 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 1.6 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 3.5 MB/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 285 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 340 kB/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 111 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 134 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 44 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 59 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 126 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 715 kB/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 152 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.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 123 kB/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 549 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.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 97 kB/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 282 kB/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 226 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 334 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.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 101 kB/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 761 kB/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 37 kB/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 165 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 235 kB/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 240 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 1.2 MB/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 996 kB/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 1.1 MB/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 814 kB/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 1.0 MB/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 99 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 102 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 46 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 170 kB/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 73 kB/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 984 kB/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 87 kB/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 537 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 158 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/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/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/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/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/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/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/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 657 kB/s) [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 1.4 MB/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-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 2.8 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] 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 4.7 MB/s) [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-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 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-artifact/3.8.1/maven-artifact-3.8.1.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 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.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-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 509 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.1/maven-resolver-provider-3.8.1.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 1.8 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-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 754 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.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-core/3.8.1/maven-core-3.8.1.jar (634 kB at 13 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/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.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-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 3.3 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/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 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.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-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 591 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 629 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.2/maven-resolver-util-1.6.2.jar (169 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-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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 2.2 MB/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/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 4.5 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 3.3 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/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 395 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/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 3.8 MB/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 6.7 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 88 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/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 13 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/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 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/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 47 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 191 kB/s) [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 1.3 MB/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 1.3 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 11 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 91 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 65 kB/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 138 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 76 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 165 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 38 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 261 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 55 kB/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 274 kB/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 136 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 99 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 101 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 12 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 63 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 67 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 148 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 1.1 MB/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 59 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 415 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 278 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 202 kB/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/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/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/junit/junit/3.8.1/junit-3.8.1.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/apache/maven/maven-artifact/2.0.6/maven-artifact-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.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/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 12 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-profile/2.0.6/maven-profile-2.0.6.jar (35 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/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 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-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 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-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar (12 kB at 237 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar (230 kB at 4.3 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 415 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.1 MB/s) [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 2.6.0 [2/64] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-bom --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.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-Release-Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 2.6.0 [3/64] [INFO] from legal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-legal --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-legal --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-legal --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.pom (6.0 kB at 224 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/39/maven-shared-components-39.pom (3.2 kB at 268 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 146 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.pom (8.0 kB at 890 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.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.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.3.1/maven-filtering-3.3.1.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] 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 1.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.3.1/maven-filtering-3.3.1.jar (55 kB at 4.6 MB/s) [INFO] Copying 60 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0: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 339 kB/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 397 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.pom (5.0 kB at 191 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.1.2/plexus-languages-1.1.2.pom (4.1 kB at 377 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.pom (2.4 kB at 296 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.pom (17 kB at 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.pom (1.1 kB at 81 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.13.0/plexus-compiler-2.13.0.pom (8.4 kB at 493 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/10.0/plexus-components-10.0.pom (2.7 kB at 179 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.pom (1.1 kB at 76 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 59 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 335 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.pom (1.2 kB at 93 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.13.0/plexus-compilers-2.13.0.pom (1.3 kB at 102 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.jar [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.2/plexus-java-1.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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.2/plexus-java-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 6.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.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 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar (27 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 7.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0.3/qdox-2.0.3.jar (334 kB at 9.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.13.0/plexus-compiler-javac-2.13.0.jar (23 kB at 530 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar (267 kB at 5.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.13.0/plexus-compiler-manager-2.13.0.jar (4.7 kB at 95 kB/s) [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-legal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.1.0/maven-surefire-common-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom (6.1 kB at 55 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.pom (3.5 kB at 31 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.pom (3.3 kB at 47 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.pom (4.1 kB at 116 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.pom (3.3 kB at 20 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.pom (4.5 kB at 52 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.pom (1.8 kB at 9.3 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 181 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 536 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 1.5 MB/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 1.3 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 784 kB/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 1.9 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 292 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 847 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar [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.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.1.0/surefire-shared-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar (170 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar (26 kB at 79 kB/s) [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.jar [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.jar (136 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.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/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar (306 kB at 893 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.1.0/surefire-shared-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar (14 kB at 39 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar (118 kB at 340 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 173 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar (8.2 kB at 23 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.1.0/surefire-shared-utils-3.1.0.jar (2.1 MB at 4.3 MB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.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.1.0/file-management-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 224 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom (4.9 kB at 544 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 5.1 MB/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 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom (3.9 kB at 560 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom (6.0 kB at 430 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 482 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.pom (2.0 kB at 227 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.9/xz-1.9.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.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 9.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 13 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 19 MB/s) [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 13 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.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-Release-Pipeline/legal/target/hono-legal-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 2.6.0 [4/64] [INFO] from test-utils/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.pom (4.9 kB at 48 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 653 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 93 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 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.5.7/vertx-dependencies-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.5.7/vertx-dependencies-4.5.7.pom (35 kB at 699 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.108.Final/netty-bom-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.108.Final/netty-bom-4.1.108.Final.pom (14 kB at 344 kB/s) [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 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.5.7/vertx-core-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.5.7/vertx-core-4.5.7.pom (35 kB at 459 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.pom (12 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.108.Final/netty-parent-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-parent/4.1.108.Final/netty-parent-4.1.108.Final.pom (87 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.pom (1.6 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.pom (2.2 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.pom (1.6 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.pom (4.6 kB at 165 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.108.Final/netty-transport-native-unix-common-4.1.108.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.108.Final/netty-transport-native-unix-common-4.1.108.Final.pom (33 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.pom (5.5 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.pom (3.6 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.pom (2.5 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.pom (4.4 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.pom (5.2 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.pom (3.7 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.pom (2.7 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.pom (2.5 kB at 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.pom (16 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.11/byte-buddy-parent-1.14.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.11/byte-buddy-parent-1.14.11.pom (62 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.pom (10 kB at 436 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.10/byte-buddy-parent-1.14.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-parent/1.14.10/byte-buddy-parent-1.14.10.pom (62 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/3.3/objenesis-parent-3.3.pom (19 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.5.7/vertx-core-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar (497 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar (308 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.jar (25 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar (661 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.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.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar (44 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.5.7/vertx-core-4.5.7.jar (1.6 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar (351 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.108.Final/netty-handler-proxy-4.1.108.Final.jar (26 kB at 196 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar (569 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar (121 kB at 896 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar (38 kB at 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar (668 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.jar (700 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.jar (181 kB at 973 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.jar (67 kB at 351 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar (257 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar (490 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 246 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar (4.2 MB at 17 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ test-utils --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.pom (225 kB at 1.6 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 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.pom (3.6 kB at 35 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.11.1/antlr4-master-4.11.1.pom (4.4 kB at 34 kB/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 784 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 158 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 135 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 163 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 621 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 600 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.pom (4.2 kB at 111 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.pom (2.3 kB at 108 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.pom (5.8 kB at 340 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5-parent/5.1.3/httpclient5-parent-5.1.3.pom (14 kB at 690 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 2.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.pom (3.8 kB at 344 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-parent/5.1.3/httpcore5-parent-5.1.3.pom (10 kB at 342 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.pom (3.5 kB at 95 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.pom (2.1 kB at 29 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 105 kB/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 407 kB/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 1.1 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 181 kB/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 153 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 188 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 47 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 90 kB/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 160 kB/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 79 kB/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 47 kB/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.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 179 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 206 kB/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 186 kB/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 33 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 733 kB/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 52 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 46 kB/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 186 kB/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 153 kB/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 181 kB/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 357 kB/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 3.5 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 2.1 MB/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 95 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 346 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 1.0 MB/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 73 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 643 kB/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 879 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/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 1.5 MB/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 4.1 MB/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 585 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 360 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 182 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 103 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 205 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 90 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 269 kB/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 32 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 62 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 14 kB/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 7.1 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 159 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 411 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 74 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 369 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 114 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 366 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.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.11.1/antlr4-runtime-4.11.1.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/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.4/Saxon-HE-11.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.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/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.3.5/org.eclipse.sisu.plexus-0.3.5.jar [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.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [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.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/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [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/dom4j/dom4j/1.1/dom4j-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.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-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/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/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/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/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/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/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.4/checkstyle-10.4.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.11.1/antlr4-runtime-4.11.1.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] 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/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 1.2 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/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 23 MB/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 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.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 56 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.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 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar (153 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.jar (2.0 MB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar (5.1 MB at 38 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar (1.0 MB at 7.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.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/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 324 kB/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/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 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-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] 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 177 kB/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/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 911 kB/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/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 321 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-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 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/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 694 kB/s) [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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 751 kB/s) [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.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 671 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/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.jar (222 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 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-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 937 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.11.1/doxia-sink-api-1.11.1.jar [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.jar (71 kB at 317 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/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 209 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-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 920 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 49 kB/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/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 49 kB/s) [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] 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 943 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.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 583 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/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 717 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 343 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-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 16 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.5 MB/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 478 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 80 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 183 kB/s) [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ test-utils --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.pom (6.5 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.pom (1.9 kB at 160 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.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.13.0/maven-dependency-analyzer-1.13.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.13.0/maven-dependency-analyzer-1.13.0.pom (5.5 kB at 921 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.pom [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 474 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 864 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.pom (6.2 kB at 271 kB/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 937 kB/s) [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 48 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 265 kB/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 826 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.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 211 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 293 kB/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 244 kB/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 319 kB/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 3.9 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.jar [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.jar [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.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/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/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.3/asm-9.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.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/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/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-model/3.1.0/maven-model-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar [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.jar [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] 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.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 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar (216 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-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 6.3 MB/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/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar (37 kB at 1.2 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.2.1/maven-dependency-tree-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 5.7 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/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.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/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 3.3 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/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 1.1 MB/s) [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 92 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 3.5 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 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.2-5/zstd-jni-1.5.2-5.jar (6.3 MB at 49 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-Release-Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/2.6.0/test-utils-2.6.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 2.6.0 [5/64] [INFO] from test-utils/core-test-utils/pom.xml [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 93 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 953 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.5.4/smallrye-config-source-yaml-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.5.4/smallrye-config-source-yaml-3.5.4.pom (1.9 kB at 37 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/3.5.4/smallrye-config-source-yaml-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar (18 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.5.4/smallrye-config-source-yaml-3.5.4.jar (11 kB at 180 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ core-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ core-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ core-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ core-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ core-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.6.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-Release-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.6.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.6.0/core-test-utils-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.6.0/core-test-utils-2.6.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 2.6.0 [6/64] [INFO] from demo-certs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-demo-certs --- [INFO] Copying 48 resources from certs to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-demo-certs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.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-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.6.0/hono-demo-certs-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.6.0/hono-demo-certs-2.6.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 2.6.0 [7/64] [INFO] from core/pom.xml [INFO] --------------------------------[ 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.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 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.2.0/smallrye-common-vertx-context-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.2.0/smallrye-common-vertx-context-2.2.0.pom (2.9 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.12.5/jjwt-api-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.12.5/jjwt-api-0.12.5.pom (1.8 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.12.5/jjwt-root-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-root/0.12.5/jjwt-root-0.12.5.pom (37 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.12.5/jjwt-impl-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.12.5/jjwt-impl-0.12.5.pom (2.5 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.12.5/jjwt-jackson-0.12.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.12.5/jjwt-jackson-0.12.5.pom (2.9 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.32.0/opentelemetry-api-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.32.0/opentelemetry-api-1.32.0.pom (1.8 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.32.0/opentelemetry-context-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.32.0/opentelemetry-context-1.32.0.pom (1.6 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.pom (3.5 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.6/logback-classic-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.6/logback-classic-1.5.6.pom (13 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.5.6/logback-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.5.6/logback-parent-1.5.6.pom (19 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.6/logback-core-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.6/logback-core-1.5.6.pom (7.5 kB at 110 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 48 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 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.pom (13 kB at 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/32.1.2-jre/guava-parent-32.1.2-jre.pom (20 kB at 474 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.pom (2.1 kB at 233 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.10.4/auto-value-annotations-1.10.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.10.4/auto-value-annotations-1.10.4.pom (2.7 kB at 196 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.10.4/auto-value-parent-1.10.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.10.4/auto-value-parent-1.10.4.pom (8.3 kB at 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.pom (1.8 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.24.0/error_prone_parent-2.24.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.24.0/error_prone_parent-2.24.0.pom (13 kB at 854 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.32.0/opentelemetry-opentracing-shim-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.32.0/opentelemetry-opentracing-shim-1.32.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/1.32.0/opentelemetry-sdk-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.32.0/opentelemetry-sdk-1.32.0.pom (2.5 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.32.0/opentelemetry-sdk-common-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.32.0/opentelemetry-sdk-common-1.32.0.pom (1.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.32.0/opentelemetry-sdk-trace-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.32.0/opentelemetry-sdk-trace-1.32.0.pom (2.0 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.32.0/opentelemetry-sdk-metrics-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.32.0/opentelemetry-sdk-metrics-1.32.0.pom (2.2 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.32.0-alpha/opentelemetry-extension-incubator-1.32.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.32.0-alpha/opentelemetry-extension-incubator-1.32.0-alpha.pom (1.8 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.32.0/opentelemetry-sdk-logs-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.32.0/opentelemetry-sdk-logs-1.32.0.pom (2.4 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.32.0-alpha/opentelemetry-api-events-1.32.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.32.0-alpha/opentelemetry-api-events-1.32.0-alpha.pom (1.8 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.pom (1.6 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.pom (1.1 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.pom (1.3 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.2.0/smallrye-common-vertx-context-2.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.12.5/jjwt-api-0.12.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.12.5/jjwt-impl-0.12.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-jackson/0.12.5/jjwt-jackson-0.12.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 586 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.32.0/opentelemetry-api-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api/1.32.0/opentelemetry-api-1.32.0.jar (138 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.32.0/opentelemetry-context-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-context/1.32.0/opentelemetry-context-1.32.0.jar (47 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.jar (15 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.6/logback-classic-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-vertx-context/2.2.0/smallrye-common-vertx-context-2.2.0.jar (6.4 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.6/logback-core-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-api/0.12.5/jjwt-api-0.12.5.jar (140 kB at 2.1 MB/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/io/jsonwebtoken/jjwt-jackson/0.12.5/jjwt-jackson-0.12.5.jar (9.4 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/jsonwebtoken/jjwt-impl/0.12.5/jjwt-impl-0.12.5.jar (473 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.6/logback-core-1.5.6.jar (610 kB at 5.5 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.10.4/auto-value-annotations-1.10.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.6/logback-classic-1.5.6.jar (294 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.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.10.4/auto-value-annotations-1.10.4.jar (7.5 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.32.0/opentelemetry-opentracing-shim-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar (231 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.32.0/opentelemetry-sdk-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.jar (17 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.32.0/opentelemetry-sdk-common-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar (3.0 MB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.32.0/opentelemetry-sdk-trace-1.32.0.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 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.32.0/opentelemetry-sdk-metrics-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.32.0/opentelemetry-sdk-1.32.0.jar (6.8 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.32.0-alpha/opentelemetry-extension-incubator-1.32.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.32.0-alpha/opentelemetry-extension-incubator-1.32.0-alpha.jar (26 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.32.0/opentelemetry-sdk-logs-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-common/1.32.0/opentelemetry-sdk-common-1.32.0.jar (44 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.32.0-alpha/opentelemetry-api-events-1.32.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.32.0/opentelemetry-opentracing-shim-1.32.0.jar (29 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.32.0/opentelemetry-sdk-trace-1.32.0.jar (117 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar (1.1 MB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcutil-jdk18on/1.77/bcutil-jdk18on-1.77.jar (681 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.32.0/opentelemetry-sdk-metrics-1.32.0.jar (291 kB at 917 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.32.0-alpha/opentelemetry-api-events-1.32.0-alpha.jar (7.3 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.32.0/opentelemetry-sdk-logs-1.32.0.jar (50 kB at 154 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bouncycastle/bcprov-jdk18on/1.77/bcprov-jdk18on-1.77.jar (8.4 MB at 23 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-core --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-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 49 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 129 kB/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 649 kB/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 312 kB/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 141 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 966 kB/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 45 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 775 kB/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 27 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 58 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 82 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 1.3 MB/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 5.3 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 22 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 29 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 427 kB/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 108 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 379 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 445 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10.pom (3.5 kB at 175 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.pom (2.1 kB at 116 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.5/asm-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.pom (2.4 kB at 27 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.pom (2.8 kB at 133 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 185 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom (1.9 kB at 134 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/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/2.0.2/maven-artifact-2.0.2.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/maven-repository-metadata/2.0.2/maven-repository-metadata-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/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/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/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/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.10/org.jacoco.agent-0.8.10-runtime.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.5/asm-9.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.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/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/2.0.2/maven-artifact-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.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 3.5 MB/s) [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 2.8 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 5.6 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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 15 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/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 597 kB/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/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.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 9.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.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 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.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 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar (299 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.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-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 kB at 1.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.jar (204 kB at 2.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar (122 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 683 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.jar (131 kB at 1.6 MB/s) [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 73 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-core --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom (6.8 kB at 47 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 237 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.jar (230 kB at 2.4 MB/s) [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-core --- [INFO] Copying 14 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.1.0/surefire-junit-platform-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom (4.7 kB at 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom (2.6 kB at 48 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom (2.8 kB at 35 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 171 kB/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 97 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 100 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 65 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 112 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.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/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-engine/1.3.2/junit-platform-engine-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/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.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] 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/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 135 kB/s) [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-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 5.3 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 254 kB/s) [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 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar (27 kB at 510 kB/s) [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 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar (18 kB at 237 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.util.StringsTest [INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.hono.util.StringsTest [INFO] Running org.eclipse.hono.util.FuturesTest SLF4J: A number (44) 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 https://www.slf4j.org/codes.html#replay [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 s - in org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.TracingHelperTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.098 s - in org.eclipse.hono.tracing.TracingHelperTest [INFO] Running org.eclipse.hono.config.AbstractConfigTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.534 s - in org.eclipse.hono.util.FuturesTest [INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Running org.eclipse.hono.util.CacheDirectiveTest 18:02:35.953 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12 18:02:35.957 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM 18:02:36.032 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - cannot read trust store password, file [/non-existing-file] does not exist 18:02:36.036 [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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.168 s - in org.eclipse.hono.config.AbstractConfigTest [INFO] Running org.eclipse.hono.config.FileFormatTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.config.FileFormatTest [INFO] Running org.eclipse.hono.config.KeyLoaderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.192 s - in org.eclipse.hono.util.CacheDirectiveTest [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.ResourceIdentifierTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.util.ResourceIdentifierTest [INFO] Running org.eclipse.hono.util.TenantObjectTest May 28, 2024 6:02:36 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 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.296 s - in org.eclipse.hono.config.ConfigMappingTest [INFO] Running org.eclipse.hono.config.PemReaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.config.PemReaderTest [INFO] Running org.eclipse.hono.util.ResourceLimitsPeriodTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.util.ResourceLimitsPeriodTest [INFO] Running org.eclipse.hono.util.IdentityTemplateTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.hono.util.IdentityTemplateTest [INFO] Running org.eclipse.hono.util.CredentialsObjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in org.eclipse.hono.util.CredentialsObjectTest [INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Running org.eclipse.hono.util.CommandEndpointTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.CommandEndpointTest [INFO] Running org.eclipse.hono.util.RevocableTrustAnchorTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.484 s - in org.eclipse.hono.util.RevocableTrustAnchorTest [INFO] Running org.eclipse.hono.util.TriTupleTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.util.TriTupleTest [INFO] Running org.eclipse.hono.util.PairTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.hono.util.PairTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.869 s - in org.eclipse.hono.util.TenantObjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.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-Release-Pipeline/core/target/hono-core-2.6.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-Release-Pipeline/core/target/hono-core-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/core/target/hono-core-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 2.6.0 [8/64] [INFO] from clients/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-clients-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-clients-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-clients-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3:jandex (make-index) @ hono-clients-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-clients-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-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.10:report (default-report) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 2.6.0 [9/64] [INFO] from clients/client-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.5.7/vertx-health-check-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.5.7/vertx-health-check-4.5.7.pom (3.3 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.5.7/vertx-web-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.5.7/vertx-web-4.5.7.pom (5.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/4.5.7/vertx-web-parent-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-parent/4.5.7/vertx-web-parent-4.5.7.pom (2.9 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.5.7/vertx-web-common-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.5.7/vertx-web-common-4.5.7.pom (488 B at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.5.7/vertx-bridge-common-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.5.7/vertx-bridge-common-4.5.7.pom (3.6 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.5.7/vertx-health-check-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.5.7/vertx-web-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.5.7/vertx-web-common-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.5.7/vertx-bridge-common-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.5.7/vertx-health-check-4.5.7.jar (23 kB at 435 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.5.7/vertx-web-4.5.7.jar (360 kB at 6.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-common/4.5.7/vertx-web-common-4.5.7.jar (24 kB at 428 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-bridge-common/4.5.7/vertx-bridge-common-4.5.7.jar (11 kB at 183 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-common --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-common --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.MessagingClientProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Running org.eclipse.hono.client.util.DownstreamMessagePropertiesTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.hono.client.util.DownstreamMessagePropertiesTest [INFO] Running org.eclipse.hono.client.util.AnnotatedCacheKeyTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.client.util.AnnotatedCacheKeyTest [INFO] Running org.eclipse.hono.client.util.CachingClientFactoryTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.51 s - in org.eclipse.hono.client.util.MessagingClientProviderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.256 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.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-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.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-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-amqp-connection >------------ [INFO] Building Hono Client AMQP Connection 2.6.0 [10/64] [INFO] from clients/amqp-connection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.5.7/vertx-proton-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.5.7/vertx-proton-4.5.7.pom (6.5 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.pom (3.2 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j-parent/0.34.1/proton-j-parent-0.34.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j-parent/0.34.1/proton-j-parent-0.34.1.pom (10 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.5.7/vertx-proton-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.5.7/vertx-proton-4.5.7.jar (120 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.jar (734 kB at 8.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-connection --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-connection --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-amqp-connection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-connection --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-connection --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageInjectExtractAdapterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageInjectExtractAdapterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.amqp.connection.AmqpUtilsTest 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 https://www.slf4j.org/codes.html#replay [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.421 s - in org.eclipse.hono.client.amqp.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.amqp.tracing.AmqpMessageInjectExtractAdapterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.client.amqp.tracing.AmqpMessageInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.amqp.config.AuthenticatingClientConfigPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 s - in org.eclipse.hono.client.amqp.connection.AmqpUtilsTest [INFO] Running org.eclipse.hono.client.amqp.connection.impl.HonoConnectionImplTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.269 s - in org.eclipse.hono.client.amqp.config.AuthenticatingClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.amqp.config.ClientOptionsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.hono.client.amqp.config.ClientOptionsTest [INFO] Running org.eclipse.hono.client.amqp.config.AddressHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.client.amqp.config.AddressHelperTest [INFO] Running org.eclipse.hono.client.amqp.config.ClientConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.hono.client.amqp.config.ClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.amqp.config.RequestResponseClientOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.client.amqp.config.RequestResponseClientOptionsTest [INFO] Running org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest 18:03:10.461 [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 18:03:10.934 [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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:179) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153) 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:202) 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: 35, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.575 s - in org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.365 s - in org.eclipse.hono.client.amqp.connection.impl.HonoConnectionImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.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-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.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-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-notification >-------------- [INFO] Building Hono Notification Client 2.6.0 [11/64] [INFO] from clients/notification/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-notification --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-notification --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 s - in org.eclipse.hono.notification.NotificationEventBusSupportTest [INFO] Running org.eclipse.hono.notification.deviceregistry.AllDevicesOfTenantDeletedNotificationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.683 s - in org.eclipse.hono.notification.deviceregistry.CredentialsChangeNotificationTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.hono.notification.deviceregistry.AllDevicesOfTenantDeletedNotificationTest [INFO] Running org.eclipse.hono.notification.deviceregistry.DeviceChangeNotificationTest [INFO] Running org.eclipse.hono.notification.deviceregistry.TenantChangeNotificationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.notification.deviceregistry.TenantChangeNotificationTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.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-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.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-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/target/hono-client-notification-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 2.6.0 [12/64] [INFO] from test-utils/client-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.6.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-Release-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.6.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.6.0/client-test-utils-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.6.0/client-test-utils-2.6.0.pom [INFO] [INFO] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 2.6.0 [13/64] [INFO] from clients/amqp-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.pom (2.1 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.jar (752 kB at 42 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-amqp-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-common --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.RequestResponseClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.426 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.074 s - in org.eclipse.hono.client.amqp.DownstreamAmqpMessageFactoryTest [INFO] Running org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.445 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.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-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.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-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-notification-amqp >----------- [INFO] Building Hono Notification Client (AMQP) 2.6.0 [14/64] [INFO] from clients/notification-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-notification-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.381 s - in org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationSenderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.388 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.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-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.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-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 2.6.0 [15/64] [INFO] from test-utils/kafka-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.pom (3.8 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.6.1/kafka-clients-3.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.6.1/kafka-clients-3.6.1.pom (1.8 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-1/zstd-jni-1.5.5-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-1/zstd-jni-1.5.5-1.pom (1.9 kB at 21 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 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.pom (3.1 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.6.1/kafka-clients-3.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-1/zstd-jni-1.5.5-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.10.5/snappy-java-1.1.10.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar (2.3 MB at 39 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 9.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.jar (179 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.6.1/kafka-clients-3.6.1.jar (5.3 MB at 26 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-1/zstd-jni-1.5.5-1.jar (6.0 MB at 28 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kafka-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ kafka-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ kafka-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ kafka-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kafka-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kafka-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ kafka-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ kafka-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ kafka-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.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-Release-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ kafka-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.6.0/kafka-test-utils-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.6.0/kafka-test-utils-2.6.0.pom [INFO] [INFO] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 2.6.0 [16/64] [INFO] from clients/kafka-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.pom (10 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.2/micrometer-commons-1.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.2/micrometer-commons-1.12.2.pom (3.4 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.2/micrometer-observation-1.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.2/micrometer-observation-1.12.2.pom (3.8 kB at 295 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 771 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 557 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.1.0/smallrye-health-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.1.0/smallrye-health-4.1.0.pom (3.2 kB at 290 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-parent/4.1.0/smallrye-health-parent-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-parent/4.1.0/smallrye-health-parent-4.1.0.pom (10 kB at 947 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.pom (1.7 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-parent/4.0.1/microprofile-health-parent-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-parent/4.0.1/microprofile-health-parent-4.0.1.pom (4.2 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.1.0/smallrye-health-api-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.1.0/smallrye-health-api-4.1.0.pom (1.3 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.pom (11 kB at 994 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson-bundles/1.1.5/parsson-bundles-1.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson-bundles/1.1.5/parsson-bundles-1.1.5.pom (1.5 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.2/micrometer-commons-1.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.2/micrometer-observation-1.12.2.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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar (30 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.1.0/smallrye-health-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.2/micrometer-commons-1.12.2.jar (47 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.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 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.1.0/smallrye-health-api-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health/4.1.0/smallrye-health-4.1.0.jar (31 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.jar (17 kB at 551 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.jar (883 kB at 28 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-api/4.1.0/smallrye-health-api-4.1.0.jar (7.5 kB at 209 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar (161 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.2/micrometer-observation-1.12.2.jar (72 kB at 1.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-kafka-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-kafka-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-kafka-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-kafka-common --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.metrics.MicrometerKafkaClientMetricsSupportTest [INFO] Running org.eclipse.hono.client.kafka.producer.CachingKafkaProducerFactoryTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 18:04:22.725 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - activating Kafka client metrics support; used metrics prefixes: [kafka.con] 18:04:22.842 [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: [] 18:04:22.845 [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] 18:04:22.863 [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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.875 s - in org.eclipse.hono.client.kafka.metrics.MicrometerKafkaClientMetricsSupportTest [INFO] Running org.eclipse.hono.client.kafka.metrics.KafkaMetricsOptionsTest May 28, 2024 6:04:22 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.395 s - in org.eclipse.hono.client.kafka.metrics.KafkaMetricsOptionsTest [INFO] Running org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesQuarkusTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesQuarkusTest [INFO] Running org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.375 s - in org.eclipse.hono.client.kafka.producer.CachingKafkaProducerFactoryTest [INFO] Running org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Tests run: 1, 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.producer.AbstractKafkaBasedMessageSenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Running org.eclipse.hono.client.kafka.consumer.MessagingKafkaConsumerConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.client.kafka.consumer.MessagingKafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesQuarkusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesQuarkusTest [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.HonoKafkaConsumerTest 18:04:23.879 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerSkipsHandlerInvocationOnReceivingExpiredRecords(VertxTestContext) 18:04:23.944 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_21] 18:04:24.036 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.052 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testStartFailsIfRecordHandlerIsNotSet() 18:04:24.059 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testAddTopicFailsIfConsumerIsStarted() 18:04:24.061 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_23] 18:04:24.061 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.067 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationWithTopicListSucceeds(VertxTestContext) 18:04:24.069 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_24] 18:04:24.070 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.126 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationFailsForMissingGroupId() 18:04:24.134 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testSetRecordHandlerFailsIfConsumerIsStarted() 18:04:24.136 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_26] 18:04:24.136 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.181 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testEnsureTopicIsAmongSubscribedTopicsSucceedsForAddedTopic(String, boolean, VertxTestContext) [1]; parameters: null, true 18:04:24.247 [vert.x-kafka-consumer-thread-4] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - triggering refresh of subscribed topic list ... 18:04:24.247 [vert.x-kafka-consumer-thread-4] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - enforcing rebalance on next poll() 18:04:24.251 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.278 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testEnsureTopicIsAmongSubscribedTopicsSucceedsForAddedTopic(String, boolean, VertxTestContext) [2]; parameters: 700, true 18:04:24.280 [vert.x-kafka-consumer-thread-5] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - triggering refresh of subscribed topic list ... 18:04:24.281 [vert.x-kafka-consumer-thread-5] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - enforcing rebalance on next poll() 18:04:24.281 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.330 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testEnsureTopicIsAmongSubscribedTopicsSucceedsForAddedTopic(String, boolean, VertxTestContext) [3]; parameters: 300, false 18:04:24.331 [vert.x-kafka-consumer-thread-6] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - triggering refresh of subscribed topic list ... 18:04:24.332 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.339 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationWithTopicPatternSucceeds(VertxTestContext) 18:04:24.341 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:24.346 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testStartSucceedsEvenIfConsumerIsNotReadyYet(VertxTestContext) [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.053 s - in org.eclipse.hono.client.kafka.producer.AbstractKafkaBasedMessageSenderTest [INFO] Running org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesQuarkusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesQuarkusTest [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.KafkaClientFactoryTest 18:04:24.634 [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:519) 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:198) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:134) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:103) 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:728) 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:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:71) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:60) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:56) at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:492) ... 55 common frames omitted 18:04:24.641 [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:519) 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:198) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:134) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:103) 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:728) 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:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:101) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:60) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:56) at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:492) ... 55 common frames omitted 18:04:24.650 [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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.hono.client.kafka.KafkaClientFactoryTest [INFO] Running org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Running org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 s - in org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest 18:04:24.787 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsPeriodically(VertxTestContext) 18:04:25.487 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_33] 18:04:25.496 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:25.502 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerInvokesHandlerOnReceivedRecords(VertxTestContext) 18:04:25.503 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_41] 18:04:25.505 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.889 s - in org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest 18:04:25.998 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:26.004 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnStop(VertxTestContext) 18:04:26.007 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:26.024 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerRespectsMaxRecordsInProcessingLimit(VertxTestContext) 18:04:26.229 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:26.230 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:26.431 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:26.432 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:26.633 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:26.633 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:26.834 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:26.835 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:27.036 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:27.037 [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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_43] 18:04:27.038 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:27.044 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationWithTopicListSucceeds(VertxTestContext) 18:04:27.045 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:27.050 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnRebalanceAfterWaitingForRecordCompletion(VertxTestContext) 18:04:27.054 [vert.x-kafka-consumer-thread-14] 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-release-pipeline-169-kn6mh-82d89-tw8kh_e73f0a5e34a4_45] 18:04:27.056 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:27.064 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationFailsForMissingGroupId() 18:04:27.069 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnRebalance(VertxTestContext) 18:04:27.072 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:27.076 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testScenarioWithPartitionRevokedWhileHandlingIncomplete(VertxTestContext) 18:04:27.079 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - rebalancing ... 18:04:27.079 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:27.083 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsInitialOffset(VertxTestContext) 18:04:27.087 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:27.091 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationWithTopicPatternSucceeds(VertxTestContext) 18:04:27.093 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:04:27.096 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOfSkippedExpiredRecords(VertxTestContext) 18:04:27.100 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.319 s - in org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.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-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.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-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-client-notification-kafka >----------- [INFO] Building Hono Notification Client (Kafka) 2.6.0 [17/64] [INFO] from clients/notification-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-notification-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.NotificationKafkaProducerConfigPropertiesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.157 s - in org.eclipse.hono.client.notification.kafka.NotificationKafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.notification.kafka.NotificationKafkaConsumerConfigPropertiesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.client.notification.kafka.NotificationKafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationReceiverTest [INFO] Running org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.887 s - in org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationReceiverTest May 28, 2024 6:04:39 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. 18:04:39.659 [ForkJoinPool-1-worker-2] ERROR o.e.h.c.k.p.CachingKafkaProducerFactory - producer error occurred [clientId: notification-hono-release-pipeline-169-kn6mh-82d89-tw8kh_7be441e9a42d_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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.024 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.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-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.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-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-pubsub-common >------------- [INFO] Building Hono Client PubSub Common 2.6.0 [18/64] [INFO] from clients/pubsub-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.8.0/quarkus-google-cloud-pubsub-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.8.0/quarkus-google-cloud-pubsub-2.8.0.pom (3.9 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-parent/2.8.0/quarkus-google-cloud-pubsub-parent-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-parent/2.8.0/quarkus-google-cloud-pubsub-parent-2.8.0.pom (788 B at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-parent/2.8.0/quarkus-google-cloud-services-parent-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-parent/2.8.0/quarkus-google-cloud-services-parent-2.8.0.pom (3.4 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/quarkiverse-parent/16/quarkiverse-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/quarkiverse-parent/16/quarkiverse-parent-16.pom (23 kB at 434 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom (438 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-bom/2.8.0/quarkus-google-cloud-services-bom-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-bom/2.8.0/quarkus-google-cloud-services-bom-2.8.0.pom (8.8 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/libraries-bom/26.34.0/libraries-bom-26.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/libraries-bom/26.34.0/libraries-bom-26.34.0.pom (5.2 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/first-party-dependencies/3.27.0/first-party-dependencies-3.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/first-party-dependencies/3.27.0/first-party-dependencies-3.27.0.pom (3.2 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.7.4/google-cloud-shared-config-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.7.4/google-cloud-shared-config-1.7.4.pom (23 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/native-image-shared-config/1.7.4/native-image-shared-config-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/native-image-shared-config/1.7.4/native-image-shared-config-1.7.4.pom (7.4 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-bom/2.37.0/gapic-generator-java-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-bom/2.37.0/gapic-generator-java-bom-2.37.0.pom (5.5 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-pom-parent/2.37.0/gapic-generator-java-pom-parent-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gapic-generator-java-pom-parent/2.37.0/gapic-generator-java-pom-parent-2.37.0.pom (6.8 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-bom/1.23.0/google-auth-library-bom-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-bom/1.23.0/google-auth-library-bom-1.23.0.pom (4.5 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.44.1/google-http-client-bom-1.44.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.44.1/google-http-client-bom-1.44.1.pom (6.8 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-bom/32.1.3-jre/guava-bom-32.1.3-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-bom/32.1.3-jre/guava-bom-32.1.3-jre.pom (1.7 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.25.2/protobuf-bom-3.25.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.25.2/protobuf-bom-3.25.2.pom (3.7 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-bom/1.62.2/grpc-bom-1.62.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-bom/1.62.2/grpc-bom-1.62.2.pom (6.1 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-bom/2.45.0/gax-bom-2.45.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-bom/2.45.0/gax-bom-2.45.0.pom (4.3 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-bom/2.35.0/google-cloud-core-bom-2.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-bom/2.35.0/google-cloud-core-bom-2.35.0.pom (1.6 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/oauth-client/google-oauth-client-bom/1.35.0/google-oauth-client-bom-1.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/oauth-client/google-oauth-client-bom/1.35.0/google-oauth-client-bom-1.35.0.pom (5.8 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api-client/google-api-client-bom/2.3.0/google-api-client-bom-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api-client/google-api-client-bom/2.3.0/google-api-client-bom-2.3.0.pom (6.8 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bom/0.215.0/google-cloud-bom-0.215.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bom/0.215.0/google-cloud-bom-0.215.0.pom (12 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/gapic-libraries-bom/1.31.0/gapic-libraries-bom-1.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/gapic-libraries-bom/1.31.0/gapic-libraries-bom-1.31.0.pom (52 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pom-parent/1.31.0/google-cloud-pom-parent-1.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pom-parent/1.31.0/google-cloud-pom-parent-1.31.0.pom (3.8 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/sdk-platform-java-config/3.27.0/sdk-platform-java-config-3.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/sdk-platform-java-config/3.27.0/sdk-platform-java-config-3.27.0.pom (1.0 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-accessapproval-bom/2.38.0/google-cloud-accessapproval-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-accessapproval-bom/2.38.0/google-cloud-accessapproval-bom-2.38.0.pom (1.8 kB at 3.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-identity-accesscontextmanager-bom/1.38.0/google-identity-accesscontextmanager-bom-1.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-identity-accesscontextmanager-bom/1.38.0/google-identity-accesscontextmanager-bom-1.38.0.pom (2.2 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-advisorynotifications-bom/0.26.0/google-cloud-advisorynotifications-bom-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-advisorynotifications-bom/0.26.0/google-cloud-advisorynotifications-bom-0.26.0.pom (1.9 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-aiplatform-bom/3.38.0/google-cloud-aiplatform-bom-3.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-aiplatform-bom/3.38.0/google-cloud-aiplatform-bom-3.38.0.pom (2.3 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-alloydb-connectors-bom/0.15.0/google-cloud-alloydb-connectors-bom-0.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-alloydb-connectors-bom/0.15.0/google-cloud-alloydb-connectors-bom-0.15.0.pom (2.1 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-alloydb-bom/0.26.0/google-cloud-alloydb-bom-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-alloydb-bom/0.26.0/google-cloud-alloydb-bom-0.26.0.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/analytics/google-analytics-admin-bom/0.47.0/google-analytics-admin-bom-0.47.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/analytics/google-analytics-admin-bom/0.47.0/google-analytics-admin-bom-0.47.0.pom (2.3 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/analytics/google-analytics-data-bom/0.48.0/google-analytics-data-bom-0.48.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/analytics/google-analytics-data-bom/0.48.0/google-analytics-data-bom-0.48.0.pom (2.3 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-analyticshub-bom/0.34.0/google-cloud-analyticshub-bom-0.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-analyticshub-bom/0.34.0/google-cloud-analyticshub-bom-0.34.0.pom (1.8 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-api-gateway-bom/2.37.0/google-cloud-api-gateway-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-api-gateway-bom/2.37.0/google-cloud-api-gateway-bom-2.37.0.pom (1.8 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-connect-bom/2.37.0/google-cloud-apigee-connect-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-connect-bom/2.37.0/google-cloud-apigee-connect-bom-2.37.0.pom (1.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-registry-bom/0.37.0/google-cloud-apigee-registry-bom-0.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apigee-registry-bom/0.37.0/google-cloud-apigee-registry-bom-0.37.0.pom (1.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apikeys-bom/0.35.0/google-cloud-apikeys-bom-0.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apikeys-bom/0.35.0/google-cloud-apikeys-bom-0.35.0.pom (1.8 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-appengine-admin-bom/2.37.0/google-cloud-appengine-admin-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-appengine-admin-bom/2.37.0/google-cloud-appengine-admin-bom-2.37.0.pom (1.8 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apphub-bom/0.1.0/google-cloud-apphub-bom-0.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-apphub-bom/0.1.0/google-cloud-apphub-bom-0.1.0.pom (1.7 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/area120/google-area120-tables-bom/0.41.0/google-area120-tables-bom-0.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/area120/google-area120-tables-bom/0.41.0/google-area120-tables-bom-0.41.0.pom (1.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-artifact-registry-bom/1.36.0/google-cloud-artifact-registry-bom-1.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-artifact-registry-bom/1.36.0/google-cloud-artifact-registry-bom-1.36.0.pom (2.4 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-asset-bom/3.41.0/google-cloud-asset-bom-3.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-asset-bom/3.41.0/google-cloud-asset-bom-3.41.0.pom (3.7 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-assured-workloads-bom/2.37.0/google-cloud-assured-workloads-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-assured-workloads-bom/2.37.0/google-cloud-assured-workloads-bom-2.37.0.pom (2.4 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-automl-bom/2.37.0/google-cloud-automl-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-automl-bom/2.37.0/google-cloud-automl-bom-2.37.0.pom (2.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bare-metal-solution-bom/0.37.0/google-cloud-bare-metal-solution-bom-0.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bare-metal-solution-bom/0.37.0/google-cloud-bare-metal-solution-bom-0.37.0.pom (1.9 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-batch-bom/0.37.0/google-cloud-batch-bom-0.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-batch-bom/0.37.0/google-cloud-batch-bom-0.37.0.pom (2.3 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnections-bom/0.35.0/google-cloud-beyondcorp-appconnections-bom-0.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnections-bom/0.35.0/google-cloud-beyondcorp-appconnections-bom-0.35.0.pom (1.9 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnectors-bom/0.35.0/google-cloud-beyondcorp-appconnectors-bom-0.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appconnectors-bom/0.35.0/google-cloud-beyondcorp-appconnectors-bom-0.35.0.pom (1.9 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appgateways-bom/0.35.0/google-cloud-beyondcorp-appgateways-bom-0.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-appgateways-bom/0.35.0/google-cloud-beyondcorp-appgateways-bom-0.35.0.pom (1.9 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientconnectorservices-bom/0.35.0/google-cloud-beyondcorp-clientconnectorservices-bom-0.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientconnectorservices-bom/0.35.0/google-cloud-beyondcorp-clientconnectorservices-bom-0.35.0.pom (2.0 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientgateways-bom/0.35.0/google-cloud-beyondcorp-clientgateways-bom-0.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-beyondcorp-clientgateways-bom/0.35.0/google-cloud-beyondcorp-clientgateways-bom-0.35.0.pom (1.9 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-biglake-bom/0.25.0/google-cloud-biglake-bom-0.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-biglake-bom/0.25.0/google-cloud-biglake-bom-0.25.0.pom (2.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryconnection-bom/2.39.0/google-cloud-bigqueryconnection-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryconnection-bom/2.39.0/google-cloud-bigqueryconnection-bom-2.39.0.pom (2.4 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquery-data-exchange-bom/2.32.0/google-cloud-bigquery-data-exchange-bom-2.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquery-data-exchange-bom/2.32.0/google-cloud-bigquery-data-exchange-bom-2.32.0.pom (1.9 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatapolicy-bom/0.34.0/google-cloud-bigquerydatapolicy-bom-0.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatapolicy-bom/0.34.0/google-cloud-bigquerydatapolicy-bom-0.34.0.pom (2.4 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatatransfer-bom/2.37.0/google-cloud-bigquerydatatransfer-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerydatatransfer-bom/2.37.0/google-cloud-bigquerydatatransfer-bom-2.37.0.pom (1.8 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerymigration-bom/0.40.0/google-cloud-bigquerymigration-bom-0.40.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerymigration-bom/0.40.0/google-cloud-bigquerymigration-bom-0.40.0.pom (2.4 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryreservation-bom/2.38.0/google-cloud-bigqueryreservation-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigqueryreservation-bom/2.38.0/google-cloud-bigqueryreservation-bom-2.38.0.pom (1.8 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billingbudgets-bom/2.37.0/google-cloud-billingbudgets-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billingbudgets-bom/2.37.0/google-cloud-billingbudgets-bom-2.37.0.pom (2.3 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billing-bom/2.37.0/google-cloud-billing-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-billing-bom/2.37.0/google-cloud-billing-bom-2.37.0.pom (1.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-binary-authorization-bom/1.36.0/google-cloud-binary-authorization-bom-1.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-binary-authorization-bom/1.36.0/google-cloud-binary-authorization-bom-1.36.0.pom (2.4 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-certificate-manager-bom/0.40.0/google-cloud-certificate-manager-bom-0.40.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-certificate-manager-bom/0.40.0/google-cloud-certificate-manager-bom-0.40.0.pom (1.9 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-channel-bom/3.41.0/google-cloud-channel-bom-3.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-channel-bom/3.41.0/google-cloud-channel-bom-3.41.0.pom (1.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-chat-bom/0.1.0/google-cloud-chat-bom-0.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-chat-bom/0.1.0/google-cloud-chat-bom-0.1.0.pom (1.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-build-bom/3.39.0/google-cloud-build-bom-3.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-build-bom/3.39.0/google-cloud-build-bom-3.39.0.pom (2.1 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudcommerceconsumerprocurement-bom/0.35.0/google-cloud-cloudcommerceconsumerprocurement-bom-0.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudcommerceconsumerprocurement-bom/0.35.0/google-cloud-cloudcommerceconsumerprocurement-bom-0.35.0.pom (2.6 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudcontrolspartner-bom/0.1.0/google-cloud-cloudcontrolspartner-bom-0.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudcontrolspartner-bom/0.1.0/google-cloud-cloudcontrolspartner-bom-0.1.0.pom (2.4 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudquotas-bom/0.5.0/google-cloud-cloudquotas-bom-0.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudquotas-bom/0.5.0/google-cloud-cloudquotas-bom-0.5.0.pom (1.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudsupport-bom/0.21.0/google-cloud-cloudsupport-bom-0.21.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-cloudsupport-bom/0.21.0/google-cloud-cloudsupport-bom-0.21.0.pom (1.8 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-compute-bom/1.47.0/google-cloud-compute-bom-1.47.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-compute-bom/1.47.0/google-cloud-compute-bom-1.47.0.pom (1.4 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-confidentialcomputing-bom/0.23.0/google-cloud-confidentialcomputing-bom-0.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-confidentialcomputing-bom/0.23.0/google-cloud-confidentialcomputing-bom-0.23.0.pom (2.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contact-center-insights-bom/2.37.0/google-cloud-contact-center-insights-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contact-center-insights-bom/2.37.0/google-cloud-contact-center-insights-bom-2.37.0.pom (1.9 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-containeranalysis-bom/2.38.0/google-cloud-containeranalysis-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-containeranalysis-bom/2.38.0/google-cloud-containeranalysis-bom-2.38.0.pom (2.3 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-container-bom/2.40.0/google-cloud-container-bom-2.40.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-container-bom/2.40.0/google-cloud-container-bom-2.40.0.pom (2.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contentwarehouse-bom/0.33.0/google-cloud-contentwarehouse-bom-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-contentwarehouse-bom/0.33.0/google-cloud-contentwarehouse-bom-0.33.0.pom (1.8 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datacatalog-bom/1.43.0/google-cloud-datacatalog-bom-1.43.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datacatalog-bom/1.43.0/google-cloud-datacatalog-bom-1.43.0.pom (2.3 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataflow-bom/0.41.0/google-cloud-dataflow-bom-0.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataflow-bom/0.41.0/google-cloud-dataflow-bom-0.41.0.pom (1.8 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataform-bom/0.36.0/google-cloud-dataform-bom-0.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataform-bom/0.36.0/google-cloud-dataform-bom-0.36.0.pom (2.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-data-fusion-bom/1.37.0/google-cloud-data-fusion-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-data-fusion-bom/1.37.0/google-cloud-data-fusion-bom-1.37.0.pom (2.3 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalabeling-bom/0.157.0/google-cloud-datalabeling-bom-0.157.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalabeling-bom/0.157.0/google-cloud-datalabeling-bom-0.157.0.pom (1.8 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalineage-bom/0.29.0/google-cloud-datalineage-bom-0.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datalineage-bom/0.29.0/google-cloud-datalineage-bom-0.29.0.pom (1.8 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataplex-bom/1.35.0/google-cloud-dataplex-bom-1.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataplex-bom/1.35.0/google-cloud-dataplex-bom-1.35.0.pom (1.8 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-bom/4.34.0/google-cloud-dataproc-bom-4.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-bom/4.34.0/google-cloud-dataproc-bom-4.34.0.pom (1.7 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-metastore-bom/2.38.0/google-cloud-dataproc-metastore-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dataproc-metastore-bom/2.38.0/google-cloud-dataproc-metastore-bom-2.38.0.pom (3.0 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastream-bom/1.36.0/google-cloud-datastream-bom-1.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastream-bom/1.36.0/google-cloud-datastream-bom-1.36.0.pom (2.3 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-debugger-client-bom/1.37.0/google-cloud-debugger-client-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-debugger-client-bom/1.37.0/google-cloud-debugger-client-bom-1.37.0.pom (2.1 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-deploy-bom/1.35.0/google-cloud-deploy-bom-1.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-deploy-bom/1.35.0/google-cloud-deploy-bom-1.35.0.pom (1.8 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-cx-bom/0.48.0/google-cloud-dialogflow-cx-bom-0.48.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-cx-bom/0.48.0/google-cloud-dialogflow-cx-bom-0.48.0.pom (2.3 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-bom/4.43.0/google-cloud-dialogflow-bom-4.43.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dialogflow-bom/4.43.0/google-cloud-dialogflow-bom-4.43.0.pom (2.2 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-discoveryengine-bom/0.33.0/google-cloud-discoveryengine-bom-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-discoveryengine-bom/0.33.0/google-cloud-discoveryengine-bom-0.33.0.pom (2.9 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-distributedcloudedge-bom/0.34.0/google-cloud-distributedcloudedge-bom-0.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-distributedcloudedge-bom/0.34.0/google-cloud-distributedcloudedge-bom-0.34.0.pom (1.9 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dlp-bom/3.41.0/google-cloud-dlp-bom-3.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dlp-bom/3.41.0/google-cloud-dlp-bom-3.41.0.pom (1.6 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dms-bom/2.36.0/google-cloud-dms-bom-2.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-dms-bom/2.36.0/google-cloud-dms-bom-2.36.0.pom (1.8 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-document-ai-bom/2.41.0/google-cloud-document-ai-bom-2.41.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-document-ai-bom/2.41.0/google-cloud-document-ai-bom-2.41.0.pom (3.3 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-domains-bom/1.34.0/google-cloud-domains-bom-1.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-domains-bom/1.34.0/google-cloud-domains-bom-1.34.0.pom (2.8 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-edgenetwork-bom/0.5.0/google-cloud-edgenetwork-bom-0.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-edgenetwork-bom/0.5.0/google-cloud-edgenetwork-bom-0.5.0.pom (1.8 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-enterpriseknowledgegraph-bom/0.33.0/google-cloud-enterpriseknowledgegraph-bom-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-enterpriseknowledgegraph-bom/0.33.0/google-cloud-enterpriseknowledgegraph-bom-0.33.0.pom (1.9 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-errorreporting-bom/0.158.0-beta/google-cloud-errorreporting-bom-0.158.0-beta.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-errorreporting-bom/0.158.0-beta/google-cloud-errorreporting-bom-0.158.0-beta.pom (1.8 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-essential-contacts-bom/2.37.0/google-cloud-essential-contacts-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-essential-contacts-bom/2.37.0/google-cloud-essential-contacts-bom-2.37.0.pom (1.9 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-bom/1.37.0/google-cloud-eventarc-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-bom/1.37.0/google-cloud-eventarc-bom-1.37.0.pom (1.8 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-publishing-bom/0.37.0/google-cloud-eventarc-publishing-bom-0.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-eventarc-publishing-bom/0.37.0/google-cloud-eventarc-publishing-bom-0.37.0.pom (1.9 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-filestore-bom/1.38.0/google-cloud-filestore-bom-1.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-filestore-bom/1.38.0/google-cloud-filestore-bom-1.38.0.pom (2.3 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-functions-bom/2.39.0/google-cloud-functions-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-functions-bom/2.39.0/google-cloud-functions-bom-2.39.0.pom (3.3 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-backup-bom/0.36.0/google-cloud-gke-backup-bom-0.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-backup-bom/0.36.0/google-cloud-gke-backup-bom-0.36.0.pom (1.8 kB at 7.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-connect-gateway-bom/0.38.0/google-cloud-gke-connect-gateway-bom-0.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-connect-gateway-bom/0.38.0/google-cloud-gke-connect-gateway-bom-0.38.0.pom (1.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gkehub-bom/1.37.0/google-cloud-gkehub-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gkehub-bom/1.37.0/google-cloud-gkehub-bom-1.37.0.pom (3.3 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-multi-cloud-bom/0.36.0/google-cloud-gke-multi-cloud-bom-0.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-multi-cloud-bom/0.36.0/google-cloud-gke-multi-cloud-bom-0.36.0.pom (1.8 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gsuite-addons-bom/2.37.0/google-cloud-gsuite-addons-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gsuite-addons-bom/2.37.0/google-cloud-gsuite-addons-bom-2.37.0.pom (2.1 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-admin-bom/3.32.0/google-iam-admin-bom-3.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-admin-bom/3.32.0/google-iam-admin-bom-3.32.0.pom (1.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iamcredentials-bom/2.37.0/google-cloud-iamcredentials-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iamcredentials-bom/2.37.0/google-cloud-iamcredentials-bom-2.37.0.pom (1.8 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-policy-bom/1.35.0/google-iam-policy-bom-1.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-iam-policy-bom/1.35.0/google-iam-policy-bom-1.35.0.pom (1.3 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-ids-bom/1.36.0/google-cloud-ids-bom-1.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-ids-bom/1.36.0/google-cloud-ids-bom-1.36.0.pom (1.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-infra-manager-bom/0.14.0/google-cloud-infra-manager-bom-0.14.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-infra-manager-bom/0.14.0/google-cloud-infra-manager-bom-0.14.0.pom (1.8 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iot-bom/2.37.0/google-cloud-iot-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-iot-bom/2.37.0/google-cloud-iot-bom-2.37.0.pom (1.6 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kms-bom/2.40.0/google-cloud-kms-bom-2.40.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kms-bom/2.40.0/google-cloud-kms-bom-2.40.0.pom (1.6 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kmsinventory-bom/0.26.0/google-cloud-kmsinventory-bom-0.26.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-kmsinventory-bom/0.26.0/google-cloud-kmsinventory-bom-0.26.0.pom (1.8 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-language-bom/2.38.0/google-cloud-language-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-language-bom/2.38.0/google-cloud-language-bom-2.38.0.pom (2.7 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-life-sciences-bom/0.39.0/google-cloud-life-sciences-bom-0.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-life-sciences-bom/0.39.0/google-cloud-life-sciences-bom-0.39.0.pom (1.8 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-managed-identities-bom/1.35.0/google-cloud-managed-identities-bom-1.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-managed-identities-bom/1.35.0/google-cloud-managed-identities-bom-1.35.0.pom (1.9 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-mediatranslation-bom/0.43.0/google-cloud-mediatranslation-bom-0.43.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-mediatranslation-bom/0.43.0/google-cloud-mediatranslation-bom-0.43.0.pom (1.8 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-meet-bom/0.4.0/google-cloud-meet-bom-0.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-meet-bom/0.4.0/google-cloud-meet-bom-0.4.0.pom (2.2 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-memcache-bom/2.37.0/google-cloud-memcache-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-memcache-bom/2.37.0/google-cloud-memcache-bom-2.37.0.pom (2.3 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-migrationcenter-bom/0.19.0/google-cloud-migrationcenter-bom-0.19.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-migrationcenter-bom/0.19.0/google-cloud-migrationcenter-bom-0.19.0.pom (1.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-dashboard-bom/2.39.0/google-cloud-monitoring-dashboard-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-dashboard-bom/2.39.0/google-cloud-monitoring-dashboard-bom-2.39.0.pom (1.8 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-bom/3.38.0/google-cloud-monitoring-bom-3.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-bom/3.38.0/google-cloud-monitoring-bom-3.38.0.pom (1.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-metricsscope-bom/0.31.0/google-cloud-monitoring-metricsscope-bom-0.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-monitoring-metricsscope-bom/0.31.0/google-cloud-monitoring-metricsscope-bom-0.31.0.pom (1.9 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-netapp-bom/0.16.0/google-cloud-netapp-bom-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-netapp-bom/0.16.0/google-cloud-netapp-bom-0.16.0.pom (1.7 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-networkconnectivity-bom/1.36.0/google-cloud-networkconnectivity-bom-1.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-networkconnectivity-bom/1.36.0/google-cloud-networkconnectivity-bom-1.36.0.pom (2.4 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-management-bom/1.38.0/google-cloud-network-management-bom-1.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-management-bom/1.38.0/google-cloud-network-management-bom-1.38.0.pom (2.4 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-security-bom/0.40.0/google-cloud-network-security-bom-0.40.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-network-security-bom/0.40.0/google-cloud-network-security-bom-0.40.0.pom (2.4 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-notebooks-bom/1.35.0/google-cloud-notebooks-bom-1.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-notebooks-bom/1.35.0/google-cloud-notebooks-bom-1.35.0.pom (2.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-optimization-bom/1.35.0/google-cloud-optimization-bom-1.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-optimization-bom/1.35.0/google-cloud-optimization-bom-1.35.0.pom (1.8 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orchestration-airflow-bom/1.37.0/google-cloud-orchestration-airflow-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orchestration-airflow-bom/1.37.0/google-cloud-orchestration-airflow-bom-1.37.0.pom (2.4 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orgpolicy-bom/2.37.0/google-cloud-orgpolicy-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-orgpolicy-bom/2.37.0/google-cloud-orgpolicy-bom-2.37.0.pom (2.0 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-config-bom/2.39.0/google-cloud-os-config-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-config-bom/2.39.0/google-cloud-os-config-bom-2.39.0.pom (2.7 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-login-bom/2.36.0/google-cloud-os-login-bom-2.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-os-login-bom/2.36.0/google-cloud-os-login-bom-2.36.0.pom (1.7 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-phishingprotection-bom/0.68.0/google-cloud-phishingprotection-bom-0.68.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-phishingprotection-bom/0.68.0/google-cloud-phishingprotection-bom-0.68.0.pom (1.8 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policysimulator-bom/0.16.0/google-cloud-policysimulator-bom-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policysimulator-bom/0.16.0/google-cloud-policysimulator-bom-0.16.0.pom (1.8 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policy-troubleshooter-bom/1.36.0/google-cloud-policy-troubleshooter-bom-1.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-policy-troubleshooter-bom/1.36.0/google-cloud-policy-troubleshooter-bom-1.36.0.pom (2.5 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-private-catalog-bom/0.39.0/google-cloud-private-catalog-bom-0.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-private-catalog-bom/0.39.0/google-cloud-private-catalog-bom-0.39.0.pom (1.8 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-profiler-bom/2.37.0/google-cloud-profiler-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-profiler-bom/2.37.0/google-cloud-profiler-bom-2.37.0.pom (1.8 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-publicca-bom/0.34.0/google-cloud-publicca-bom-0.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-publicca-bom/0.34.0/google-cloud-publicca-bom-0.34.0.pom (1.8 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-rapidmigrationassessment-bom/0.20.0/google-cloud-rapidmigrationassessment-bom-0.20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-rapidmigrationassessment-bom/0.20.0/google-cloud-rapidmigrationassessment-bom-0.20.0.pom (1.9 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recaptchaenterprise-bom/3.34.0/google-cloud-recaptchaenterprise-bom-3.34.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recaptchaenterprise-bom/3.34.0/google-cloud-recaptchaenterprise-bom-3.34.0.pom (2.4 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommendations-ai-bom/0.44.0/google-cloud-recommendations-ai-bom-0.44.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommendations-ai-bom/0.44.0/google-cloud-recommendations-ai-bom-0.44.0.pom (1.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommender-bom/2.39.0/google-cloud-recommender-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-recommender-bom/2.39.0/google-cloud-recommender-bom-2.39.0.pom (2.3 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-redis-cluster-bom/0.9.0/google-cloud-redis-cluster-bom-0.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-redis-cluster-bom/0.9.0/google-cloud-redis-cluster-bom-0.9.0.pom (2.4 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-redis-bom/2.40.0/google-cloud-redis-bom-2.40.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-redis-bom/2.40.0/google-cloud-redis-bom-2.40.0.pom (2.2 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resourcemanager-bom/1.39.0/google-cloud-resourcemanager-bom-1.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resourcemanager-bom/1.39.0/google-cloud-resourcemanager-bom-1.39.0.pom (1.8 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resource-settings-bom/1.37.0/google-cloud-resource-settings-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resource-settings-bom/1.37.0/google-cloud-resource-settings-bom-1.37.0.pom (1.9 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-retail-bom/2.39.0/google-cloud-retail-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-retail-bom/2.39.0/google-cloud-retail-bom-2.39.0.pom (2.8 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-run-bom/0.37.0/google-cloud-run-bom-0.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-run-bom/0.37.0/google-cloud-run-bom-0.37.0.pom (1.7 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-scheduler-bom/2.37.0/google-cloud-scheduler-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-scheduler-bom/2.37.0/google-cloud-scheduler-bom-2.37.0.pom (2.2 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-secretmanager-bom/2.37.0/google-cloud-secretmanager-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-secretmanager-bom/2.37.0/google-cloud-secretmanager-bom-2.37.0.pom (2.3 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securesourcemanager-bom/0.7.0/google-cloud-securesourcemanager-bom-0.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securesourcemanager-bom/0.7.0/google-cloud-securesourcemanager-bom-0.7.0.pom (1.9 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-bom/2.45.0/google-cloud-securitycenter-bom-2.45.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-bom/2.45.0/google-cloud-securitycenter-bom-2.45.0.pom (3.4 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycentermanagement-bom/0.5.0/google-cloud-securitycentermanagement-bom-0.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycentermanagement-bom/0.5.0/google-cloud-securitycentermanagement-bom-0.5.0.pom (1.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-settings-bom/0.40.0/google-cloud-securitycenter-settings-bom-0.40.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securitycenter-settings-bom/0.40.0/google-cloud-securitycenter-settings-bom-0.40.0.pom (1.9 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securityposture-bom/0.2.0/google-cloud-securityposture-bom-0.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-securityposture-bom/0.2.0/google-cloud-securityposture-bom-0.2.0.pom (1.8 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-security-private-ca-bom/2.39.0/google-cloud-security-private-ca-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-security-private-ca-bom/2.39.0/google-cloud-security-private-ca-bom-2.39.0.pom (2.4 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-control-bom/1.37.0/google-cloud-service-control-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-control-bom/1.37.0/google-cloud-service-control-bom-1.37.0.pom (2.4 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-servicedirectory-bom/2.38.0/google-cloud-servicedirectory-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-servicedirectory-bom/2.38.0/google-cloud-servicedirectory-bom-2.38.0.pom (2.3 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-servicehealth-bom/0.4.0/google-cloud-servicehealth-bom-0.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-servicehealth-bom/0.4.0/google-cloud-servicehealth-bom-0.4.0.pom (1.8 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-management-bom/3.35.0/google-cloud-service-management-bom-3.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-management-bom/3.35.0/google-cloud-service-management-bom-3.35.0.pom (1.9 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-usage-bom/2.37.0/google-cloud-service-usage-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-service-usage-bom/2.37.0/google-cloud-service-usage-bom-2.37.0.pom (2.3 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shell-bom/2.36.0/google-cloud-shell-bom-2.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shell-bom/2.36.0/google-cloud-shell-bom-2.36.0.pom (1.7 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-speech-bom/4.32.0/google-cloud-speech-bom-4.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-speech-bom/4.32.0/google-cloud-speech-bom-4.32.0.pom (3.2 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storageinsights-bom/0.22.0/google-cloud-storageinsights-bom-0.22.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storageinsights-bom/0.22.0/google-cloud-storageinsights-bom-0.22.0.pom (1.8 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-transfer-bom/1.37.0/google-cloud-storage-transfer-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-transfer-bom/1.37.0/google-cloud-storage-transfer-bom-1.37.0.pom (1.9 kB at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-talent-bom/2.38.0/google-cloud-talent-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-talent-bom/2.38.0/google-cloud-talent-bom-2.38.0.pom (2.2 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tasks-bom/2.37.0/google-cloud-tasks-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tasks-bom/2.37.0/google-cloud-tasks-bom-2.37.0.pom (2.7 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-telcoautomation-bom/0.7.0/google-cloud-telcoautomation-bom-0.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-telcoautomation-bom/0.7.0/google-cloud-telcoautomation-bom-0.7.0.pom (2.4 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-texttospeech-bom/2.38.0/google-cloud-texttospeech-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-texttospeech-bom/2.38.0/google-cloud-texttospeech-bom-2.38.0.pom (2.3 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tpu-bom/2.38.0/google-cloud-tpu-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-tpu-bom/2.38.0/google-cloud-tpu-bom-2.38.0.pom (2.7 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-trace-bom/2.37.0/google-cloud-trace-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-trace-bom/2.37.0/google-cloud-trace-bom-2.37.0.pom (2.2 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-translate-bom/2.37.0/google-cloud-translate-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-translate-bom/2.37.0/google-cloud-translate-bom-2.37.0.pom (2.2 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vertexai-bom/0.6.0/google-cloud-vertexai-bom-0.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vertexai-bom/0.6.0/google-cloud-vertexai-bom-0.6.0.pom (1.7 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-intelligence-bom/2.36.0/google-cloud-video-intelligence-bom-2.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-intelligence-bom/2.36.0/google-cloud-video-intelligence-bom-2.36.0.pom (4.1 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-live-stream-bom/0.39.0/google-cloud-live-stream-bom-0.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-live-stream-bom/0.39.0/google-cloud-live-stream-bom-0.39.0.pom (1.8 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-stitcher-bom/0.37.0/google-cloud-video-stitcher-bom-0.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-stitcher-bom/0.37.0/google-cloud-video-stitcher-bom-0.37.0.pom (1.8 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-transcoder-bom/1.36.0/google-cloud-video-transcoder-bom-1.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-video-transcoder-bom/1.36.0/google-cloud-video-transcoder-bom-1.36.0.pom (1.8 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vision-bom/3.35.0/google-cloud-vision-bom-3.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vision-bom/3.35.0/google-cloud-vision-bom-3.35.0.pom (3.8 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmmigration-bom/1.37.0/google-cloud-vmmigration-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmmigration-bom/1.37.0/google-cloud-vmmigration-bom-1.37.0.pom (1.8 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmwareengine-bom/0.31.0/google-cloud-vmwareengine-bom-0.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vmwareengine-bom/0.31.0/google-cloud-vmwareengine-bom-0.31.0.pom (1.8 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vpcaccess-bom/2.38.0/google-cloud-vpcaccess-bom-2.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-vpcaccess-bom/2.38.0/google-cloud-vpcaccess-bom-2.38.0.pom (1.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-webrisk-bom/2.36.0/google-cloud-webrisk-bom-2.36.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-webrisk-bom/2.36.0/google-cloud-webrisk-bom-2.36.0.pom (2.2 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-websecurityscanner-bom/2.37.0/google-cloud-websecurityscanner-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-websecurityscanner-bom/2.37.0/google-cloud-websecurityscanner-bom-2.37.0.pom (2.9 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflow-executions-bom/2.37.0/google-cloud-workflow-executions-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflow-executions-bom/2.37.0/google-cloud-workflow-executions-bom-2.37.0.pom (2.4 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflows-bom/2.37.0/google-cloud-workflows-bom-2.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workflows-bom/2.37.0/google-cloud-workflows-bom-2.37.0.pom (2.3 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workspaceevents-bom/0.1.0/google-cloud-workspaceevents-bom-0.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workspaceevents-bom/0.1.0/google-cloud-workspaceevents-bom-0.1.0.pom (1.8 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workstations-bom/0.25.0/google-cloud-workstations-bom-0.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-workstations-bom/0.25.0/google-cloud-workstations-bom-0.25.0.pom (2.3 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerystorage-bom/3.3.1/google-cloud-bigquerystorage-bom-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigquerystorage-bom/3.3.1/google-cloud-bigquerystorage-bom-3.3.1.pom (4.4 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigtable-bom/2.35.1/google-cloud-bigtable-bom-2.35.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-bigtable-bom/2.35.1/google-cloud-bigtable-bom-2.35.1.pom (4.8 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastore-bom/2.18.5/google-cloud-datastore-bom-2.18.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-datastore-bom/2.18.5/google-cloud-datastore-bom-2.18.5.pom (3.0 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-firestore-bom/3.18.0/google-cloud-firestore-bom-3.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-firestore-bom/3.18.0/google-cloud-firestore-bom-3.18.0.pom (3.8 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-logging-bom/3.16.1/google-cloud-logging-bom-3.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-logging-bom/3.16.1/google-cloud-logging-bom-3.16.1.pom (2.7 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub-bom/1.127.1/google-cloud-pubsub-bom-1.127.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub-bom/1.127.1/google-cloud-pubsub-bom-1.127.1.pom (2.7 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsublite-bom/1.13.1/google-cloud-pubsublite-bom-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsublite-bom/1.13.1/google-cloud-pubsublite-bom-1.13.1.pom (2.7 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-spanner-bom/6.61.0/google-cloud-spanner-bom-6.61.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-spanner-bom/6.61.0/google-cloud-spanner-bom-6.61.0.pom (4.6 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-bom/2.35.0/google-cloud-storage-bom-2.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-storage-bom/2.35.0/google-cloud-storage-bom-2.35.0.pom (4.4 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.8.0/quarkus-google-cloud-common-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.8.0/quarkus-google-cloud-common-2.8.0.pom (4.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-parent/2.8.0/quarkus-google-cloud-common-parent-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-parent/2.8.0/quarkus-google-cloud-common-parent-2.8.0.pom (818 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.8.4/quarkus-arc-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.8.4/quarkus-arc-3.8.4.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-arc-parent/3.8.4/quarkus-arc-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-parent/3.8.4/quarkus-arc-parent-3.8.4.pom (769 B at 7.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/3.8.4/quarkus-extensions-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-extensions-parent/3.8.4/quarkus-extensions-parent-3.8.4.pom (10 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.8.4/arc-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.8.4/arc-3.8.4.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/arc/arc-parent/3.8.4/arc-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-parent/3.8.4/arc-parent-3.8.4.pom (17 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 682 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.3/microprofile-context-propagation-api-1.3.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.3/microprofile-context-propagation-api-1.3.pom (6.4 kB at 247 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.3/microprofile-context-propagation-parent-1.3.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.3/microprofile-context-propagation-parent-1.3.pom (37 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.pom (6.2 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.23.0/google-auth-library-oauth2-http-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.23.0/google-auth-library-oauth2-http-1.23.0.pom (7.7 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-parent/1.23.0/google-auth-library-parent-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-parent/1.23.0/google-auth-library-parent-1.23.0.pom (16 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.6.1/google-cloud-shared-config-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.6.1/google-cloud-shared-config-1.6.1.pom (30 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.43.3/google-http-client-bom-1.43.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.43.3/google-http-client-bom-1.43.3.pom (6.8 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.23.0/google-auth-library-credentials-1.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.23.0/google-auth-library-credentials-1.23.0.pom (2.0 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.pom (6.1 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-parent/1.43.3/google-http-client-parent-1.43.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-parent/1.43.3/google-http-client-parent-1.43.3.pom (27 kB at 865 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.pom (2.2 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.59.1/grpc-context-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.59.1/grpc-context-1.59.1.pom (1.9 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.59.1/grpc-api-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.59.1/grpc-api-1.59.1.pom (1.8 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.pom (2.4 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.pom (2.9 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.pom (9.4 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson-parent/2.10.1/gson-parent-2.10.1.pom (13 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.35.0/google-cloud-core-2.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.35.0/google-cloud-core-2.35.0.pom (3.4 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-parent/2.35.0/google-cloud-core-parent-2.35.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core-parent/2.35.0/google-cloud-core-parent-2.35.0.pom (3.0 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-dependencies/3.27.0/google-cloud-shared-dependencies-3.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-dependencies/3.27.0/google-cloud-shared-dependencies-3.27.0.pom (1.9 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/third-party-dependencies/3.27.0/third-party-dependencies-3.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/third-party-dependencies/3.27.0/third-party-dependencies-3.27.0.pom (7.6 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.45.0/gax-2.45.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.45.0/gax-2.45.0.pom (3.7 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-parent/2.45.0/gax-parent-2.45.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-parent/2.45.0/gax-parent-2.45.0.pom (8.8 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.28.0/api-common-2.28.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.28.0/api-common-2.28.0.pom (4.8 kB at 65 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.28.0/proto-google-common-protos-2.28.0.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.28.0/proto-google-common-protos-2.28.0.pom (2.7 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.0/protobuf-java-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.0/protobuf-java-3.25.0.pom (1.6 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.25.0/protobuf-parent-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.25.0/protobuf-parent-3.25.0.pom (9.0 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.25.0/protobuf-bom-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.25.0/protobuf-bom-3.25.0.pom (3.7 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.pom (33 kB at 575 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.pom (2.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.31.0/proto-google-iam-v1-1.31.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.31.0/proto-google-iam-v1-1.31.0.pom (3.0 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.8.0/quarkus-google-cloud-common-grpc-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.8.0/quarkus-google-cloud-common-grpc-2.8.0.pom (2.4 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.45.0/gax-grpc-2.45.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.45.0/gax-grpc-2.45.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/grpc/grpc-inprocess/1.59.1/grpc-inprocess-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-inprocess/1.59.1/grpc-inprocess-1.59.1.pom (1.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.59.1/grpc-core-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.59.1/grpc-core-1.59.1.pom (2.9 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.pom (1.8 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.pom (1.5 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-util/1.59.1/grpc-util-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-util/1.59.1/grpc-util-1.59.1.pom (1.8 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.59.1/grpc-alts-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.59.1/grpc-alts-1.59.1.pom (2.9 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.59.1/grpc-auth-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.59.1/grpc-auth-1.59.1.pom (1.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.59.1/grpc-grpclb-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.59.1/grpc-grpclb-1.59.1.pom (2.5 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.59.1/grpc-protobuf-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.59.1/grpc-protobuf-1.59.1.pom (2.7 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.59.1/grpc-protobuf-lite-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.59.1/grpc-protobuf-lite-1.59.1.pom (2.0 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.59.1/grpc-stub-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.59.1/grpc-stub-1.59.1.pom (1.8 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.pom (1.3 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.59.1/grpc-googleapis-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.59.1/grpc-googleapis-1.59.1.pom (2.1 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.59.1/grpc-xds-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.59.1/grpc-xds-1.59.1.pom (3.4 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.pom (1.9 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.59.1/grpc-services-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.59.1/grpc-services-1.59.1.pom (2.7 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.pom (933 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.59.1/grpc-netty-1.59.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.59.1/grpc-netty-1.59.1.pom (2.5 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.127.1/google-cloud-pubsub-1.127.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.127.1/google-cloud-pubsub-1.127.1.pom (38 kB at 337 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.pom (6.5 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.45.0/gax-httpjson-2.45.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.45.0/gax-httpjson-2.45.0.pom (3.6 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/3.8.4/quarkus-grpc-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.8.4/quarkus-grpc-common-3.8.4.pom (5.6 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-parent/3.8.4/quarkus-grpc-common-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-parent/3.8.4/quarkus-grpc-common-parent-3.8.4.pom (743 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.5.7/vertx-grpc-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.5.7/vertx-grpc-4.5.7.pom (7.2 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-parent/4.5.7/vertx-grpc-parent-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-parent/4.5.7/vertx-grpc-parent-4.5.7.pom (1.8 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.5.7/vertx-grpc-server-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.5.7/vertx-grpc-server-4.5.7.pom (5.1 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-aggregator/4.5.7/vertx-grpc-aggregator-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-aggregator/4.5.7/vertx-grpc-aggregator-4.5.7.pom (2.0 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.5.7/vertx-grpc-common-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.5.7/vertx-grpc-common-4.5.7.pom (5.0 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.5.7/vertx-grpc-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.5.7/vertx-grpc-client-4.5.7.pom (5.6 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.8.4/quarkus-vertx-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.8.4/quarkus-vertx-3.8.4.pom (4.5 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/3.8.4/quarkus-vertx-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-parent/3.8.4/quarkus-vertx-parent-3.8.4.pom (780 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.8.4/quarkus-netty-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.8.4/quarkus-netty-3.8.4.pom (3.5 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/3.8.4/quarkus-netty-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-parent/3.8.4/quarkus-netty-parent-3.8.4.pom (733 B at 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.pom (9.1 kB at 569 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j-parent/1.16.0/brotli4j-parent-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j-parent/1.16.0/brotli4j-parent-1.16.0.pom (7.6 kB at 448 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.pom (2.0 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.pom (4.7 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/natives/1.16.0/natives-1.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/natives/1.16.0/natives-1.16.0.pom (6.1 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.pom (2.4 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.8.4/quarkus-mutiny-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.8.4/quarkus-mutiny-3.8.4.pom (2.6 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/3.8.4/quarkus-mutiny-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-parent/3.8.4/quarkus-mutiny-parent-3.8.4.pom (733 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.8.4/quarkus-smallrye-context-propagation-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.8.4/quarkus-smallrye-context-propagation-3.8.4.pom (2.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/3.8.4/quarkus-smallrye-context-propagation-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-parent/3.8.4/quarkus-smallrye-context-propagation-parent-3.8.4.pom (807 B at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.pom (1.6 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/2.1.0/smallrye-context-propagation-parent-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-parent/2.1.0/smallrye-context-propagation-parent-2.1.0.pom (7.7 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.pom (967 B at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.pom (1.1 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/2.5.8/mutiny-smallrye-context-propagation-2.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.pom (2.5 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads/3.8.4/quarkus-virtual-threads-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads/3.8.4/quarkus-virtual-threads-3.8.4.pom (2.6 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-parent/3.8.4/quarkus-virtual-threads-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-parent/3.8.4/quarkus-virtual-threads-parent-3.8.4.pom (752 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.pom (849 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.11.0/smallrye-mutiny-vertx-core-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.11.0/smallrye-mutiny-vertx-core-3.11.0.pom (8.1 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/3.11.0/vertx-mutiny-clients-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-clients/3.11.0/vertx-mutiny-clients-3.11.0.pom (4.7 kB at 93 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/3.11.0/smallrye-mutiny-vertx-bindings-projects-3.11.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/3.11.0/smallrye-mutiny-vertx-bindings-projects-3.11.0.pom (16 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.5.5/vertx-dependencies-4.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-dependencies/4.5.5/vertx-dependencies-4.5.5.pom (35 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom (14 kB at 982 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.7/testcontainers-bom-1.19.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers-bom/1.19.7/testcontainers-bom-1.19.7.pom (10 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.11.0/smallrye-mutiny-vertx-runtime-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.11.0/smallrye-mutiny-vertx-runtime-3.11.0.pom (1.4 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.11.0/vertx-mutiny-generator-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.11.0/vertx-mutiny-generator-3.11.0.pom (6.6 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.5.7/vertx-codegen-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.5.7/vertx-codegen-4.5.7.pom (14 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.pom (2.0 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-implementation-parent/6.2.6/smallrye-fault-tolerance-implementation-parent-6.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-implementation-parent/6.2.6/smallrye-fault-tolerance-implementation-parent-6.2.6.pom (1.6 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-parent/6.2.6/smallrye-fault-tolerance-parent-6.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-parent/6.2.6/smallrye-fault-tolerance-parent-6.2.6.pom (18 kB at 809 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom (29 kB at 501 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.8.0/quarkus-google-cloud-pubsub-2.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.8.0/quarkus-google-cloud-common-2.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.8.4/quarkus-arc-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.8.4/arc-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.8.0/quarkus-google-cloud-pubsub-2.8.0.jar (9.4 kB at 242 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.3/microprofile-context-propagation-api-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.8.0/quarkus-google-cloud-common-2.8.0.jar (17 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.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.3/microprofile-context-propagation-api-1.3.jar (16 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.23.0/google-auth-library-oauth2-http-1.23.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.35.0/google-cloud-core-2.35.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.jar (21 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.8.0/quarkus-google-cloud-common-grpc-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc/3.8.4/quarkus-arc-3.8.4.jar (78 kB at 952 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.45.0/gax-grpc-2.45.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc/3.8.4/arc-3.8.4.jar (256 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.59.1/grpc-netty-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.8.0/quarkus-google-cloud-common-grpc-2.8.0.jar (8.8 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.127.1/google-cloud-pubsub-1.127.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-grpc/2.45.0/gax-grpc-2.45.0.jar (146 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.59.1/grpc-api-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.23.0/google-auth-library-oauth2-http-1.23.0.jar (269 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.59.1/grpc-stub-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-netty/1.59.1/grpc-netty-1.59.1.jar (287 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.59.1/grpc-protobuf-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-api/1.59.1/grpc-api-1.59.1.jar (297 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.59.1/grpc-protobuf-lite-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.127.1/google-cloud-pubsub-1.127.1.jar (291 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.28.0/api-common-2.28.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.59.1/grpc-stub-1.59.1.jar (50 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.0/protobuf-java-3.25.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf-lite/1.59.1/grpc-protobuf-lite-1.59.1.jar (7.8 kB at 45 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.28.0/proto-google-common-protos-2.28.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/api-common/2.28.0/api-common-2.28.0.jar (50 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.23.0/google-auth-library-credentials-1.23.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.59.1/grpc-protobuf-1.59.1.jar (5.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.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.28.0/proto-google-common-protos-2.28.0.jar (2.0 MB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-gson/1.43.3/google-http-client-gson-1.43.3.jar (12 kB at 38 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-credentials/1.23.0/google-auth-library-credentials-1.23.0.jar (6.4 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.31.0/proto-google-iam-v1-1.31.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-core/2.35.0/google-cloud-core-2.35.0.jar (139 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.45.0/gax-2.45.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.jar (9.3 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.59.1/grpc-alts-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.jar (912 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.59.1/grpc-grpclb-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.0/protobuf-java-3.25.0.jar (1.9 MB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-iam-v1/1.31.0/proto-google-iam-v1-1.31.0.jar (173 kB at 486 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.59.1/grpc-auth-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax/2.45.0/gax-2.45.0.jar (401 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-util/1.59.1/grpc-util-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.59.1/grpc-grpclb-1.59.1.jar (177 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.59.1/grpc-alts-1.59.1.jar (318 kB at 837 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.59.1/grpc-googleapis-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.59.1/grpc-auth-1.59.1.jar (15 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.59.1/grpc-xds-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.jar (7.0 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-util/1.59.1/grpc-util-1.59.1.jar (96 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.59.1/grpc-services-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-googleapis/1.59.1/grpc-googleapis-1.59.1.jar (15 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar (4.5 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.45.0/gax-httpjson-2.45.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-services/1.59.1/grpc-services-1.59.1.jar (829 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar (750 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/re2j/re2j/1.7/re2j-1.7.jar (114 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.45.0/gax-httpjson-2.45.0.jar (160 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.59.1/grpc-context-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-xds/1.59.1/grpc-xds-1.59.1.jar (12 MB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-inprocess/1.59.1/grpc-inprocess-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.jar (73 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.59.1/grpc-core-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar (514 kB at 711 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-inprocess/1.59.1/grpc-inprocess-1.59.1.jar (40 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.59.1/grpc-context-1.59.1.jar (295 B at 385 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar (3.1 kB at 4.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.8.4/quarkus-grpc-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar (355 kB at 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.5.7/vertx-grpc-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.59.1/grpc-core-1.59.1.jar (625 kB at 789 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.5.7/vertx-grpc-server-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar (293 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.5.7/vertx-grpc-common-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar (23 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.5.7/vertx-grpc-client-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.8.4/quarkus-grpc-common-3.8.4.jar (14 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.8.4/quarkus-vertx-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-common/4.5.7/vertx-grpc-common-4.5.7.jar (36 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.8.4/quarkus-netty-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.5.7/vertx-grpc-server-4.5.7.jar (26 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.5.7/vertx-grpc-4.5.7.jar (34 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.jar (46 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.jar (3.4 kB at 3.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx/3.8.4/quarkus-vertx-3.8.4.jar (119 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.8.4/quarkus-mutiny-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.5.7/vertx-grpc-client-4.5.7.jar (26 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.8.4/quarkus-smallrye-context-propagation-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.jar (427 kB at 487 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty/3.8.4/quarkus-netty-3.8.4.jar (62 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar (92 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.jar (38 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar (8.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-virtual-threads/3.8.4/quarkus-virtual-threads-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.8.4/quarkus-mutiny-3.8.4.jar (8.9 kB at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar (8.6 kB at 9.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.11.0/smallrye-mutiny-vertx-core-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.jar (21 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.11.0/smallrye-mutiny-vertx-runtime-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.jar (6.1 kB at 6.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.11.0/vertx-mutiny-generator-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads/3.8.4/quarkus-virtual-threads-3.8.4.jar (20 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.5.7/vertx-codegen-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.11.0/smallrye-mutiny-vertx-core-3.11.0.jar (327 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.11.0/smallrye-mutiny-vertx-runtime-3.11.0.jar (28 kB at 29 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-fault-tolerance-vertx/6.2.6/smallrye-fault-tolerance-vertx-6.2.6.jar (6.7 kB at 7.0 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/vertx-mutiny-generator/3.11.0/vertx-mutiny-generator-3.11.0.jar (94 kB at 97 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.8.4/quarkus-smallrye-context-propagation-3.8.4.jar (11 kB at 11 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.5.7/vertx-codegen-4.5.7.jar (206 kB at 198 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-pubsub-common --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-pubsub-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-pubsub-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-pubsub-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-pubsub-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-pubsub-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-pubsub-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/publisher/PubSubPublisherClientImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/publisher/PubSubPublisherClientImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-pubsub-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-pubsub-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-pubsub-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-pubsub-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.pubsub.AbstractPubSubBasedMessageSenderTest [INFO] Running org.eclipse.hono.client.pubsub.publisher.CachingPubSubPublisherFactoryTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 28, 2024 6:05:17 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 s - in org.eclipse.hono.client.pubsub.publisher.CachingPubSubPublisherFactoryTest [INFO] Running org.eclipse.hono.client.pubsub.subscriber.CachingPubSubSubscriberFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.hono.client.pubsub.subscriber.CachingPubSubSubscriberFactoryTest [INFO] Running org.eclipse.hono.client.pubsub.PubSubMessageHelperTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.173 s - in org.eclipse.hono.client.pubsub.PubSubMessageHelperTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.203 s - in org.eclipse.hono.client.pubsub.AbstractPubSubBasedMessageSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-pubsub-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-pubsub-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-pubsub-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-pubsub-common --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-pubsub-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-pubsub-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-pubsub-common --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar [INFO] [INFO] ----------< org.eclipse.hono:hono-client-notification-pubsub >---------- [INFO] Building Hono Notification Client (Pub/Sub) 2.6.0 [19/64] [INFO] from clients/notification-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-notification-pubsub --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-pubsub --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-pubsub --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-notification-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-pubsub --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification-pubsub --- [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.pubsub.PubSubBasedNotificationReceiverTest [INFO] Running org.eclipse.hono.client.notification.pubsub.PubSubBasedNotificationSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.561 s - in org.eclipse.hono.client.notification.pubsub.PubSubBasedNotificationReceiverTest May 28, 2024 6:05:32 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.096 s - in org.eclipse.hono.client.notification.pubsub.PubSubBasedNotificationSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-notification-pubsub --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-notification-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 2.6.0 [20/64] [INFO] from service-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.pom (1.9 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.5.7/vertx-auth-common-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.5.7/vertx-auth-common-4.5.7.pom (1.9 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-parent/4.5.7/vertx-auth-parent-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-parent/4.5.7/vertx-auth-parent-4.5.7.pom (2.7 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.5.7/vertx-web-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.5.7/vertx-web-client-4.5.7.pom (2.9 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.5.7/vertx-uri-template-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.5.7/vertx-uri-template-4.5.7.pom (3.2 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.5.7/vertx-micrometer-metrics-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.5.7/vertx-micrometer-metrics-4.5.7.pom (8.5 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.8.4/quarkus-config-yaml-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.8.4/quarkus-config-yaml-3.8.4.pom (2.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/3.8.4/quarkus-config-yaml-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-parent/3.8.4/quarkus-config-yaml-parent-3.8.4.pom (737 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.8.4/quarkus-opentelemetry-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.8.4/quarkus-opentelemetry-3.8.4.pom (8.8 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent/3.8.4/quarkus-opentelemetry-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-parent/3.8.4/quarkus-opentelemetry-parent-3.8.4.pom (747 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.32.0/opentelemetry-sdk-extension-autoconfigure-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.32.0/opentelemetry-sdk-extension-autoconfigure-1.32.0.pom (2.2 kB at 106 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.32.0/opentelemetry-sdk-extension-autoconfigure-spi-1.32.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.32.0/opentelemetry-sdk-extension-autoconfigure-spi-1.32.0.pom (1.8 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.pom (1.8 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.pom (2.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.29.0/opentelemetry-bom-1.29.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-bom/1.29.0/opentelemetry-bom-1.29.0.pom (7.0 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.32.0/opentelemetry-instrumentation-api-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.32.0/opentelemetry-instrumentation-api-1.32.0.pom (2.6 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.32.0/opentelemetry-instrumentation-annotations-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.32.0/opentelemetry-instrumentation-annotations-1.32.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/instrumentation/opentelemetry-instrumentation-annotations-support/1.32.0-alpha/opentelemetry-instrumentation-annotations-support-1.32.0-alpha.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations-support/1.32.0-alpha/opentelemetry-instrumentation-annotations-support-1.32.0-alpha.pom (3.1 kB at 65 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.32.0-alpha/opentelemetry-instrumentation-api-semconv-1.32.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.32.0-alpha/opentelemetry-instrumentation-api-semconv-1.32.0-alpha.pom (3.1 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.32.0/opentelemetry-exporter-otlp-common-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.32.0/opentelemetry-exporter-otlp-common-1.32.0.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-exporter-common/1.32.0/opentelemetry-exporter-common-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.32.0/opentelemetry-exporter-common-1.32.0.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-exporter-otlp/1.32.0/opentelemetry-exporter-otlp-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.32.0/opentelemetry-exporter-otlp-1.32.0.pom (2.8 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.32.0/opentelemetry-exporter-sender-okhttp-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.32.0/opentelemetry-exporter-sender-okhttp-1.32.0.pom (2.2 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.32.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.32.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.32.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.32.0.pom (2.4 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.pom (1.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.pom (1.7 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.pom (1.9 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.pom (2.8 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.1.0/annotations-24.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.1.0/annotations-24.1.0.pom (1.3 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.pom (1.4 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.pom (1.8 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.8.4/quarkus-smallrye-health-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.8.4/quarkus-smallrye-health-3.8.4.pom (2.6 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/3.8.4/quarkus-smallrye-health-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-parent/3.8.4/quarkus-smallrye-health-parent-3.8.4.pom (781 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.1.0/smallrye-health-provided-checks-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.1.0/smallrye-health-provided-checks-4.1.0.pom (1.6 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.8.4/quarkus-vertx-http-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.8.4/quarkus-vertx-http-3.8.4.pom (4.4 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/3.8.4/quarkus-vertx-http-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-parent/3.8.4/quarkus-vertx-http-parent-3.8.4.pom (990 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.8.4/quarkus-security-runtime-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.8.4/quarkus-security-runtime-spi-3.8.4.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-security-parent/3.8.4/quarkus-security-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-parent/3.8.4/quarkus-security-parent-3.8.4.pom (839 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.8.4/quarkus-credentials-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.8.4/quarkus-credentials-3.8.4.pom (741 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-parent/3.8.4/quarkus-credentials-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-parent/3.8.4/quarkus-credentials-parent-3.8.4.pom (744 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.11.0/smallrye-mutiny-vertx-web-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.11.0/smallrye-mutiny-vertx-web-3.11.0.pom (7.3 kB at 67 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/3.11.0/smallrye-mutiny-vertx-web-common-3.11.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/3.11.0/smallrye-mutiny-vertx-web-common-3.11.0.pom (5.0 kB at 124 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/3.11.0/smallrye-mutiny-vertx-auth-common-3.11.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/3.11.0/smallrye-mutiny-vertx-auth-common-3.11.0.pom (5.0 kB at 108 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/3.11.0/smallrye-mutiny-vertx-bridge-common-3.11.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/3.11.0/smallrye-mutiny-vertx-bridge-common-3.11.0.pom (5.0 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.11.0/smallrye-mutiny-vertx-uri-template-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.11.0/smallrye-mutiny-vertx-uri-template-3.11.0.pom (5.2 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.8.4/quarkus-jsonp-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.8.4/quarkus-jsonp-3.8.4.pom (2.5 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/3.8.4/quarkus-jsonp-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-parent/3.8.4/quarkus-jsonp-parent-3.8.4.pom (732 B at 7.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.8.4/quarkus-junit5-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.8.4/quarkus-junit5-3.8.4.pom (2.4 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/3.8.4/quarkus-test-framework-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-framework/3.8.4/quarkus-test-framework-3.8.4.pom (1.9 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.8.4/quarkus-test-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.8.4/quarkus-test-common-3.8.4.pom (1.9 kB at 23 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.9.18/maven-resolver-connector-basic-1.9.18.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.9.18/maven-resolver-connector-basic-1.9.18.pom (3.7 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.4/quarkus-bootstrap-gradle-resolver-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.4/quarkus-bootstrap-gradle-resolver-3.8.4.pom (4.5 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.8.4/quarkus-junit5-properties-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.8.4/quarkus-junit5-properties-3.8.4.pom (940 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.pom (25 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.20/xstream-parent-1.4.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.20/xstream-parent-1.4.20.pom (44 kB at 3.1 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 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.12.2/micrometer-registry-prometheus-1.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.12.2/micrometer-registry-prometheus-1.12.2.pom (3.4 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.pom (1.6 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.16.0/parent-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/parent/0.16.0/parent-0.16.0.pom (13 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.pom (2.2 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.pom (1.5 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer/0.16.0/simpleclient_tracer-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer/0.16.0/simpleclient_tracer-0.16.0.pom (1.2 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.pom (839 B at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.pom (2.4 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.5.7/vertx-auth-common-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.5.7/vertx-web-client-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.5.7/vertx-uri-template-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.5.7/vertx-micrometer-metrics-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.jar (84 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.8.4/quarkus-config-yaml-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-micrometer-metrics/4.5.7/vertx-micrometer-metrics-4.5.7.jar (112 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.8.4/quarkus-opentelemetry-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-uri-template/4.5.7/vertx-uri-template-4.5.7.jar (36 kB at 697 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.32.0/opentelemetry-sdk-extension-autoconfigure-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml/3.8.4/quarkus-config-yaml-3.8.4.jar (9.5 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.5.7/vertx-web-client-4.5.7.jar (116 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure-spi/1.32.0/opentelemetry-sdk-extension-autoconfigure-spi-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-autoconfigure/1.32.0/opentelemetry-sdk-extension-autoconfigure-1.32.0.jar (42 kB at 497 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.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.32.0/opentelemetry-sdk-extension-autoconfigure-spi-1.32.0.jar (17 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.32.0/opentelemetry-instrumentation-api-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.jar (2.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.32.0/opentelemetry-instrumentation-annotations-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.jar (43 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations-support/1.32.0-alpha/opentelemetry-instrumentation-annotations-support-1.32.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api/1.32.0/opentelemetry-instrumentation-api-1.32.0.jar (145 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.32.0-alpha/opentelemetry-instrumentation-api-semconv-1.32.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.5.7/vertx-auth-common-4.5.7.jar (134 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.32.0/opentelemetry-exporter-otlp-common-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.8.4/quarkus-opentelemetry-3.8.4.jar (229 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.32.0/opentelemetry-exporter-otlp-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations-support/1.32.0-alpha/opentelemetry-instrumentation-annotations-support-1.32.0-alpha.jar (33 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.32.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.32.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.32.0-alpha/opentelemetry-instrumentation-api-semconv-1.32.0-alpha.jar (196 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.32.0/opentelemetry-exporter-common-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.32.0/opentelemetry-exporter-otlp-1.32.0.jar (61 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.32.0/opentelemetry-exporter-sender-okhttp-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.32.0/opentelemetry-instrumentation-annotations-1.32.0.jar (2.8 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.32.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.32.0.jar (137 kB at 811 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp-common/1.32.0/opentelemetry-exporter-otlp-common-1.32.0.jar (106 kB at 622 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.32.0/opentelemetry-exporter-common-1.32.0.jar (69 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar (26 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.32.0/opentelemetry-exporter-sender-okhttp-1.32.0.jar (24 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar (790 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/annotations/24.1.0/annotations-24.1.0.jar (31 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar (360 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.8.4/quarkus-smallrye-health-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar (227 kB at 985 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.1.0/smallrye-health-provided-checks-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar (967 B at 4.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.8.4/quarkus-vertx-http-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.1.0/smallrye-health-provided-checks-4.1.0.jar (16 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.8.4/quarkus-security-runtime-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar (961 B at 3.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.8.4/quarkus-credentials-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar (1.7 MB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.11.0/smallrye-mutiny-vertx-web-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-runtime-spi/3.8.4/quarkus-security-runtime-spi-3.8.4.jar (21 kB at 67 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/3.11.0/smallrye-mutiny-vertx-web-common-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.8.4/quarkus-vertx-http-3.8.4.jar (612 kB at 1.9 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/3.11.0/smallrye-mutiny-vertx-auth-common-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.8.4/quarkus-smallrye-health-3.8.4.jar (20 kB at 60 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/3.11.0/smallrye-mutiny-vertx-bridge-common-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.8.4/quarkus-credentials-3.8.4.jar (3.9 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.11.0/smallrye-mutiny-vertx-uri-template-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web/3.11.0/smallrye-mutiny-vertx-web-3.11.0.jar (142 kB at 412 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.8.4/quarkus-jsonp-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-web-common/3.11.0/smallrye-mutiny-vertx-web-common-3.11.0.jar (18 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.8.4/quarkus-junit5-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/3.11.0/smallrye-mutiny-vertx-bridge-common-3.11.0.jar (6.6 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.8.4/quarkus-test-common-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-uri-template/3.11.0/smallrye-mutiny-vertx-uri-template-3.11.0.jar (8.0 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.11.0/smallrye-mutiny-vertx-auth-common-3.11.0.jar (39 kB at 107 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.5.3/wagon-http-shared-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.8.4/quarkus-jsonp-3.8.4.jar (2.8 kB at 7.4 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.9.18/maven-resolver-connector-basic-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.jar (56 kB at 148 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.9.18/maven-resolver-transport-wagon-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar (41 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.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.9.18/maven-resolver-connector-basic-1.9.18.jar (40 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.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.9.18/maven-resolver-transport-wagon-1.9.18.jar (33 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.4/quarkus-bootstrap-gradle-resolver-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.jar (9.4 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.8.4/quarkus-junit5-properties-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar (11 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar (645 kB at 1.6 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-test-common/3.8.4/quarkus-test-common-3.8.4.jar (114 kB at 276 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.12.2/micrometer-registry-prometheus-1.12.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.8.4/quarkus-junit5-3.8.4.jar (180 kB at 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.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 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-registry-prometheus/1.12.2/micrometer-registry-prometheus-1.12.2.jar (44 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.jar (8.0 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5-properties/3.8.4/quarkus-junit5-properties-3.8.4.jar (2.4 kB at 5.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient/0.16.0/simpleclient-0.16.0.jar (90 kB at 207 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.jar (3.4 kB at 7.7 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.jar (4.3 kB at 9.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.16.0/simpleclient_tracer_otel_agent-0.16.0.jar (4.6 kB at 10 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.4/quarkus-bootstrap-gradle-resolver-3.8.4.jar (2.8 MB at 5.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-service-base --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 74 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/src/main/java/org/eclipse/hono/service/Endpoint.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/src/main/java/org/eclipse/hono/service/Endpoint.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-base --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.tracing.SamplerProducerTest [INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.ApplicationConfigPropertiesTest May 28, 2024 6:05:50 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 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.489 s - in org.eclipse.hono.service.ApplicationConfigPropertiesTest [INFO] Running org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:05:52,754 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:52,930 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 2024-05-28 18:05:52,951 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,030 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,041 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-28 18:05:53,042 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2024-05-28 18:05:53,042 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2024-05-28 18:05:53,043 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) adding supported cipher suite [TLS_PSK_WITH_AES_256_CCM_8] 2024-05-28 18:05:53,044 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) adding supported cipher suite [TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8] 2024-05-28 18:05:53,044 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-28 18:05:53,053 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,056 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-28 18:05:53,057 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2024-05-28 18:05:53,057 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: true 2024-05-28 18:05:53,073 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,073 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-28 18:05:53,074 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2024-05-28 18:05:53,074 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2024-05-28 18:05:53,074 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-28 18:05:53,127 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-28 18:05:53,127 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2024-05-28 18:05:53,128 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2024-05-28 18:05:53,128 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-28 18:05:53,132 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-28 18:05:53,132 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1] 2024-05-28 18:05:53,133 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2024-05-28 18:05:53,133 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-28 18:05:53,138 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: 2.203 s - in org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest 2024-05-28 18:05:53,398 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,657 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,667 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,727 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,743 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-28 18:05:53,749 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.488 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest 2024-05-28 18:05:53,927 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-28 18:05:53,928 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2024-05-28 18:05:53,929 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest [INFO] Running org.eclipse.hono.service.http.HttpUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.705 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.GenericRequestMessageFilterTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.service.amqp.GenericRequestMessageFilterTest [INFO] Running org.eclipse.hono.service.auth.AuthTokenFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 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.161 s - in org.eclipse.hono.service.http.HttpServiceConfigOptionsTest [INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest 2024-05-28 18:05:54,545 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 2024-05-28 18:05:54,545 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-28 18:05:54,754 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys 2024-05-28 18:05:54,757 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 2024-05-28 18:05:54,852 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 2024-05-28 18:05:54,853 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-28 18:05:54,855 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys 2024-05-28 18:05:54,856 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: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.482 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.061 s - in org.eclipse.hono.service.auth.BCryptHelperTest [INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest 2024-05-28 18:05:55,062 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) using shared secret [36 bytes] for signing/validating tokens 2024-05-28 18:05:55,062 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) using token lifetime of 100 seconds 2024-05-28 18:05:55,124 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) successfully created JWK set containing 1 keys 2024-05-28 18:05:55,124 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-3) using shared secret [36 bytes] for validating tokens 2024-05-28 18:05:55,350 ERROR [org.ecl.hon.ser.aut.EventBusAuthenticationService] (vert.x-eventloop-thread-0) got illegal status code in authentication response exception: 200 2024-05-28 18:05:55,363 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 2024-05-28 18:05:55,363 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-28 18:05:55,364 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys 2024-05-28 18:05:55,365 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 2024-05-28 18:05:55,424 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 2024-05-28 18:05:55,424 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-28 18:05:55,426 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.297 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.auth.HonoSaslAuthenticatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.307 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: 1.184 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.185 s - in org.eclipse.hono.service.auth.SniExtensionHelperTest [INFO] Running org.eclipse.hono.service.auth.SpringBasedHonoPasswordEncoderTest 2024-05-28 18:05:55,826 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:05:55,832 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:05:55,837 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:05:55,857 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:05:55,859 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.hono.service.auth.delegating.AuthenticationServerClientOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.591 s - in org.eclipse.hono.service.auth.HonoSaslAuthenticatorTest 2024-05-28 18:05:56,369 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) 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.615 s - in org.eclipse.hono.service.auth.SpringBasedHonoPasswordEncoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/hono-service-base-2.6.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-Release-Pipeline/service-base/target/hono-service-base-2.6.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-Release-Pipeline/service-base/target/hono-service-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/hono-service-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/hono-service-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/hono-service-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/service-base/target/hono-service-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/target/hono-service-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-command >---------------- [INFO] Building Hono Client for Command & Control 2.6.0 [21/64] [INFO] from clients/command/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.8.4/quarkus-kubernetes-client-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.8.4/quarkus-kubernetes-client-3.8.4.pom (3.7 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-parent/3.8.4/quarkus-kubernetes-client-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-parent/3.8.4/quarkus-kubernetes-client-parent-3.8.4.pom (871 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.8.4/quarkus-kubernetes-client-internal-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.8.4/quarkus-kubernetes-client-internal-3.8.4.pom (2.4 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.8.4/quarkus-jackson-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.8.4/quarkus-jackson-3.8.4.pom (2.6 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/3.8.4/quarkus-jackson-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-parent/3.8.4/quarkus-jackson-parent-3.8.4.pom (765 B at 22 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.16.1/jackson-module-parameter-names-2.16.1.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.16.1/jackson-module-parameter-names-2.16.1.pom (4.4 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.pom (9.4 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-project/6.10.0/kubernetes-client-project-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-project/6.10.0/kubernetes-client-project-6.10.0.pom (58 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.0/jackson-bom-2.16.0.pom (18 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.pom (11 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.pom (8.9 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-generator/6.10.0/kubernetes-model-generator-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-generator/6.10.0/kubernetes-model-generator-6.10.0.pom (9.1 kB at 504 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.pom (3.5 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.pom (2.5 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.pom (2.5 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.pom (2.4 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.pom (3.6 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.pom (2.4 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.pom (2.4 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.pom (2.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.pom (2.4 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.pom (2.5 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.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-discovery/6.10.0/kubernetes-model-discovery-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.pom (2.4 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.pom (2.4 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.pom (2.4 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.pom (2.6 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.pom (2.5 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.pom (2.5 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.pom (2.5 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.pom (2.4 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.pom (2.5 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.pom (2.4 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.pom (23 kB at 2.1 MB/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 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.pom (6.8 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.pom (13 kB at 909 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/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api-parent/4.0.1/jakarta.xml.bind-api-parent-4.0.1.pom (9.2 kB at 764 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom (18 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.10.0/kubernetes-server-mock-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.10.0/kubernetes-server-mock-6.10.0.pom (2.6 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/6.10.0/mockwebserver-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/6.10.0/mockwebserver-6.10.0.pom (2.6 kB at 25 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 44 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 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.pom (2.5 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.15.0/okio-1.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.15.0/okio-1.15.0.pom (2.0 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.15.0/okio-parent-1.15.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-parent/1.15.0/okio-parent-1.15.0.pom (4.9 kB at 486 kB/s) [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 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.10.0/servicecatalog-client-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.10.0/servicecatalog-client-6.10.0.pom (6.9 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/service-catalog/6.10.0/service-catalog-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/service-catalog/6.10.0/service-catalog-6.10.0.pom (1.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-extensions/6.10.0/kubernetes-extensions-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-extensions/6.10.0/kubernetes-extensions-6.10.0.pom (2.5 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.10.0/servicecatalog-model-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.10.0/servicecatalog-model-6.10.0.pom (3.5 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-okhttp/6.10.0/kubernetes-httpclient-okhttp-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-okhttp/6.10.0/kubernetes-httpclient-okhttp-6.10.0.pom (6.9 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.12.12/logging-interceptor-3.12.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/logging-interceptor/3.12.12/logging-interceptor-3.12.12.pom (2.0 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.8.4/quarkus-kubernetes-client-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.8.4/quarkus-kubernetes-client-internal-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.8.4/quarkus-jackson-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.16.1/jackson-module-parameter-names-2.16.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-parameter-names/2.16.1/jackson-module-parameter-names-2.16.1.jar (10 kB at 545 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.jar (402 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson/3.8.4/quarkus-jackson-3.8.4.jar (15 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.8.4/quarkus-kubernetes-client-internal-3.8.4.jar (15 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.8.4/quarkus-kubernetes-client-3.8.4.jar (12 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.jar (479 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar (3.6 MB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.jar (56 kB at 354 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar (973 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar (193 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar (140 kB at 796 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.jar (408 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar (1.0 MB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar (716 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar (736 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar (147 kB at 514 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar (85 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar (243 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar (42 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar (155 kB at 531 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar (65 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar (492 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar (451 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar (903 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar (269 kB at 740 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-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar (56 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar (129 kB at 331 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar (339 kB at 829 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.10.0/kubernetes-server-mock-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/6.10.0/mockwebserver-6.10.0.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 84 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/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar (293 kB at 693 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.jar (30 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.15.0/okio-1.15.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.15.0/okio-1.15.0.jar (89 kB at 198 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/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.jar (37 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.10.0/servicecatalog-client-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.10.0/kubernetes-server-mock-6.10.0.jar (66 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.10.0/servicecatalog-model-6.10.0.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 674 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.jar (428 kB at 902 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/6.10.0/mockwebserver-6.10.0.jar (87 kB at 183 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.10.0/servicecatalog-client-6.10.0.jar (24 kB at 47 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-model/6.10.0/servicecatalog-model-6.10.0.jar (681 kB at 1.3 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-command --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.ProtocolAdapterCommandConsumerFactoryTest [INFO] Running org.eclipse.hono.client.command.CgroupV1KubernetesContainerUtilTest [INFO] Running org.eclipse.hono.client.command.CommandResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.314 s - in org.eclipse.hono.client.command.CgroupV1KubernetesContainerUtilTest [INFO] Running org.eclipse.hono.client.command.CommandRoutingUtilTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 s - in org.eclipse.hono.client.command.CommandResponseTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 s - in org.eclipse.hono.client.command.CommandRoutingUtilTest [INFO] Running org.eclipse.hono.client.command.CommandsTest [INFO] Running org.eclipse.hono.client.command.KubernetesContainerInfoProviderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.client.command.CommandsTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 28, 2024 6:06:12 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. May 28, 2024 6:06:12 PM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[49453] starting to accept connections May 28, 2024 6:06:13 PM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[41839] starting to accept connections 2024-05-28 18:06:13,572 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) get container id via K8s API May 28, 2024 6:06:14 PM okhttp3.mockwebserver.MockWebServer$3 processOneRequest INFO: MockWebServer[41839] received request: GET /api/v1/namespaces/test/pods/testPod0 HTTP/1.1 and responded: HTTP/1.1 200 OK 2024-05-28 18:06:14,681 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) created internal command consumer InternalCommandConsumer$MockitoMock$DyW7Ooic 2024-05-28 18:06:14,757 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) attempt 1 to get K8s container id failed, trying again... 2024-05-28 18:06:14,759 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) attempt 2 to get K8s container id failed, trying again... 2024-05-28 18:06:14,760 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) created internal command consumer InternalCommandConsumer$MockitoMock$DyW7Ooic 2024-05-28 18:06:14,769 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) created internal command consumer InternalCommandConsumer$MockitoMock$DyW7Ooic [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.183 s - in org.eclipse.hono.client.command.ProtocolAdapterCommandConsumerFactoryTest 2024-05-28 18:06:15,056 ERROR [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) can't get container id: found multiple running containers, but KUBERNETES_CONTAINER_NAME env var is not set to specify which container to use; found containers [testContainer1, testContainer2] in pod testPod0 May 28, 2024 6:06:15 PM okhttp3.mockwebserver.MockWebServer$2 acceptConnections INFO: MockWebServer[41839] done accepting connections: Socket closed May 28, 2024 6:06:15 PM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[49495] starting to accept connections 2024-05-28 18:06:15,082 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) get container id via K8s API May 28, 2024 6:06:15 PM okhttp3.mockwebserver.MockWebServer$3 processOneRequest INFO: MockWebServer[49495] received request: GET /api/v1/namespaces/test/pods/testPod0 HTTP/1.1 and responded: HTTP/1.1 200 OK 2024-05-28 18:06:15,190 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) got container id via K8s API: 70ea05587dfe4c079fab8624ed4541307b0438b60fb24bbc848c57dc74090387 May 28, 2024 6:06:15 PM okhttp3.mockwebserver.MockWebServer$2 acceptConnections INFO: MockWebServer[49495] done accepting connections: Socket closed May 28, 2024 6:06:15 PM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[40519] starting to accept connections 2024-05-28 18:06:15,242 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) get container id via K8s API May 28, 2024 6:06:15 PM okhttp3.mockwebserver.MockWebServer$3 processOneRequest INFO: MockWebServer[40519] received request: GET /api/v1/namespaces/test/pods/testPod0 HTTP/1.1 and responded: HTTP/1.1 200 OK 2024-05-28 18:06:15,333 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) multiple running containers found: testContainer1, testContainer2 2024-05-28 18:06:15,333 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) using container name testContainer2 (derived from env var KUBERNETES_CONTAINER_NAME) to determine container id 2024-05-28 18:06:15,334 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) got container id via K8s API: 7cc8543371b0481ca121461c78a1e54da8d0325876fa4b31a423f19282dec029 May 28, 2024 6:06:15 PM okhttp3.mockwebserver.MockWebServer$2 acceptConnections INFO: MockWebServer[40519] done accepting connections: Socket closed [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.208 s - in org.eclipse.hono.client.command.KubernetesContainerInfoProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.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-Release-Pipeline/clients/command/target/hono-client-command-2.6.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-Release-Pipeline/clients/command/target/hono-client-command-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/command/target/hono-client-command-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-registry >---------------- [INFO] Building Hono Device Registry Client 2.6.0 [22/64] [INFO] from clients/registry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-registry --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-registry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-registry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-registry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-registry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-registry --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.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-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.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-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-amqp >-------------- [INFO] Building Hono Client for Command & Control (AMQP) 2.6.0 [23/64] [INFO] from clients/command-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-command-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.ProtonBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandResponseSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 28, 2024 6:06:33 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.932 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.031 s - in org.eclipse.hono.client.command.amqp.ProtonBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandRouterClientTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.698 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.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-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.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-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-kafka >------------- [INFO] Building Hono Client for Command & Control (Kafka) 2.6.0 [24/64] [INFO] from clients/command-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-command-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/Hono-Release-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-Release-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.1.0: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.KafkaBasedCommandResponseSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.443 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandResponseSenderTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandContextTest May 28, 2024 6:06:45 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandContextTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.7 s - in org.eclipse.hono.client.command.kafka.KafkaBasedInternalCommandConsumerTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.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-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.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-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-command-pubsub >------------- [INFO] Building Hono Client for Command & Control (Pub/Sub) 2.6.0 [25/64] [INFO] from clients/command-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command-pubsub --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-pubsub --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-pubsub --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-command-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-pubsub --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-pubsub --- [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.pubsub.PubSubBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedCommandContextTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 28, 2024 6:06:56 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.432 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedCommandContextTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedInternalCommandSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.502 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedCommandTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedCommandTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedCommandResponseSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.237 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedInternalCommandSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedCommandResponseSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-command-pubsub --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-command-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-registry-amqp >------------- [INFO] Building Hono Registry Client (AMQP) 2.6.0 [26/64] [INFO] from clients/registry-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-registry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-registry-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-registry-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-registry-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.ProtonBasedCredentialsClientTest [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.512 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedTenantClientTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.676 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedTenantClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-registry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.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-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.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-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-registry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-telemetry >--------------- [INFO] Building Hono Telemetry Client 2.6.0 [27/64] [INFO] from clients/telemetry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-telemetry --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.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-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.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-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-amqp >------------- [INFO] Building Hono Telemetry Client (AMQP) 2.6.0 [28/64] [INFO] from clients/telemetry-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-telemetry-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.934 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.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-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.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-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-kafka >------------ [INFO] Building Hono Telemetry Client (Kafka) 2.6.0 [29/64] [INFO] from clients/telemetry-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-telemetry-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.AbstractKafkaBasedDownstreamSenderTest [INFO] Running org.eclipse.hono.client.telemetry.kafka.KafkaBasedTelemetrySenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.68 s - in org.eclipse.hono.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] Running org.eclipse.hono.client.telemetry.kafka.KafkaBasedEventSenderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.69 s - in org.eclipse.hono.client.telemetry.kafka.KafkaBasedEventSenderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.409 s - in org.eclipse.hono.client.telemetry.kafka.KafkaBasedTelemetrySenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.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-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.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-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-telemetry-pubsub >------------ [INFO] Building Hono Telemetry Client (PubSub) 2.6.0 [30/64] [INFO] from clients/telemetry-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-telemetry-pubsub --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-pubsub --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-pubsub --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-telemetry-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-pubsub --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry-pubsub --- [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.pubsub.PubSubBasedDownstreamSenderTest SLF4J: Class path contains multiple SLF4J providers. SLF4J: Found provider [org.slf4j.impl.JBossSlf4jServiceProvider@46f574f8] SLF4J: Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@28588a2a] SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual provider is of type [org.slf4j.impl.JBossSlf4jServiceProvider@46f574f8] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 28, 2024 6:07:46 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.212 s - in org.eclipse.hono.client.telemetry.pubsub.PubSubBasedDownstreamSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-client-telemetry-pubsub --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-client-telemetry-pubsub --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-base >----------------- [INFO] Building Hono Adapter Base 2.6.0 [31/64] [INFO] from adapter-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/junit-jupiter/1.19.6/junit-jupiter-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/junit-jupiter/1.19.6/junit-jupiter-1.19.6.pom (1.5 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.pom (2.6 kB at 174 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.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 1.8 MB/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 94 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.3.5/docker-java-api-3.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.pom (2.4 kB at 115 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.3.5/docker-java-parent-3.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-parent/3.3.5/docker-java-parent-3.3.5.pom (12 kB at 451 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.3.5/docker-java-transport-zerodep-3.3.5.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.3.5/docker-java-transport-zerodep-3.3.5.pom (4.1 kB at 204 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.3.5/docker-java-transport-3.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.5/docker-java-transport-3.3.5.pom (1.6 kB at 117 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 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/junit-jupiter/1.19.6/junit-jupiter-1.19.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.jar [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] 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.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 847 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.3.5/docker-java-transport-zerodep-3.3.5.jar [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 9.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport/3.3.5/docker-java-transport-3.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/junit-jupiter/1.19.6/junit-jupiter-1.19.6.jar (12 kB at 228 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/com/github/docker-java/docker-java-transport/3.3.5/docker-java-transport-3.3.5.jar (38 kB at 616 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.jar (471 kB at 7.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.5/docker-java-transport-zerodep-3.3.5.jar (2.0 MB at 28 MB/s) [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 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/testcontainers/1.19.6/testcontainers-1.19.6.jar (18 MB at 69 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 62 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-base --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 29 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/test/java/org/eclipse/hono/adapter/auth/device/jwt/JwtAuthProviderTest.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/test/java/org/eclipse/hono/adapter/auth/device/jwt/JwtAuthProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/test/java/org/eclipse/hono/adapter/auth/device/jwt/JwtAuthProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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] ------------------------------------------------------- May 28, 2024 6:07:59 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.HttpContextTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:08:01,939 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.188 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.056 s - in org.eclipse.hono.adapter.MessagingClientProvidersTest [INFO] Running org.eclipse.hono.adapter.ProtocolAdapterPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.577 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitCheckOptionsTest 2024-05-28 18:08:02,555 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:02,627 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:02,638 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:02,647 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:02,648 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:02,649 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 2024-05-28 18:08:02,656 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:02,662 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 s - in org.eclipse.hono.adapter.ProtocolAdapterPropertiesTest [INFO] Running org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitCheckOptionsTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest 2024-05-28 18:08:02,826 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:02,827 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: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.803 s - in org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest 2024-05-28 18:08:03,660 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.868 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest 2024-05-28 18:08:03,728 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest 2024-05-28 18:08:03,839 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:03,849 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:03,923 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:03,924 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.04 s - in org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest 2024-05-28 18:08:03,932 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest 2024-05-28 18:08:03,941 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Running org.eclipse.hono.adapter.auth.device.jwt.DefaultJwsValidatorTest 2024-05-28 18:08:03,956 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:03,957 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 [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest 2024-05-28 18:08:04,058 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 2024-05-28 18:08:04,155 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest 2024-05-28 18:08:04,257 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:04,263 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:04,327 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.086 s - in org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest [INFO] Running org.eclipse.hono.adapter.monitoring.ConnectionEventProducerOptionsTest 2024-05-28 18:08:04,333 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:04,338 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:04,344 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:04,349 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:04,350 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 2024-05-28 18:08:04,356 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] 2024-05-28 18:08:04,358 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$PRhIFzCs] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.hono.adapter.monitoring.ConnectionEventProducerOptionsTest [INFO] Running org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest 2024-05-28 18:08:04,428 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). 2024-05-28 18:08:04,431 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: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.536 s - in org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.auth.device.jwt.JwtAuthProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest [INFO] Running org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest 2024-05-28 18:08:04,644 INFO [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Setting connection limit to 2 (based on null) 2024-05-28 18:08:04,647 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) 2024-05-28 18:08:04,649 INFO [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Setting connection limit to 2 (based on null) 2024-05-28 18:08:04,650 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) 2024-05-28 18:08:04,652 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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.X509AuthProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 s - in org.eclipse.hono.adapter.auth.device.x509.X509AuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.TenantServiceBasedX509AuthenticationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.54 s - in org.eclipse.hono.adapter.auth.device.jwt.JwtAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.jwt.JwtCredentialsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.adapter.auth.device.jwt.JwtCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProviderTest 2024-05-28 18:08:05,724 WARN [org.ecl.hon.tra.TracingHelper] (ForkJoinPool-1-worker-2) An unexpected error occurred! [logged on trace , span ]: java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:134) at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:43) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.validateCredentials(CredentialsApiAuthProvider.java:171) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.lambda$authenticate$1(CredentialsApiAuthProvider.java:107) at io.vertx.core.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66) at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231) at io.vertx.core.impl.future.FutureBase.compose(FutureBase.java:90) at io.vertx.core.impl.future.FutureImpl.compose(FutureImpl.java:28) at io.vertx.core.Future.compose(Future.java:375) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:107) at org.eclipse.hono.adapter.auth.device.usernamepassword.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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) 2024-05-28 18:08:05,728 WARN [org.ecl.hon.tra.TracingHelper] (ForkJoinPool-1-worker-2) An unexpected error occurred! [logged on trace , span ]: java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:134) at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:43) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.validateCredentials(CredentialsApiAuthProvider.java:171) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.lambda$authenticate$1(CredentialsApiAuthProvider.java:107) at io.vertx.core.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66) at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231) at io.vertx.core.impl.future.FutureBase.compose(FutureBase.java:90) at io.vertx.core.impl.future.FutureImpl.compose(FutureImpl.java:28) at io.vertx.core.Future.compose(Future.java:375) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:107) at org.eclipse.hono.adapter.auth.device.usernamepassword.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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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.505 s - in org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordCredentialsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.DeviceCertificateValidatorTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.916 s - in org.eclipse.hono.adapter.auth.device.x509.DeviceCertificateValidatorTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.OCSPIntegrationTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.001 s - in org.eclipse.hono.adapter.auth.device.x509.OCSPIntegrationTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.OCSPNonceExtensionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.adapter.auth.device.x509.OCSPNonceExtensionTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.SubjectDnCredentialsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.901 s - in org.eclipse.hono.adapter.auth.device.x509.TenantServiceBasedX509AuthenticationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.adapter.auth.device.x509.SubjectDnCredentialsTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.944 s - in org.eclipse.hono.adapter.auth.device.jwt.DefaultJwsValidatorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 139, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.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-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.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-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/target/hono-adapter-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:adapter-base-test-utils >-------------- [INFO] Building Hono Adapter Base Test Utils 2.6.0 [32/64] [INFO] from test-utils/adapter-base-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ adapter-base-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ adapter-base-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ adapter-base-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ adapter-base-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/adapter-base-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ adapter-base-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ adapter-base-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ adapter-base-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ adapter-base-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.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-Release-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.0.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ adapter-base-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/2.6.0/adapter-base-test-utils-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/adapter-base-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/adapter-base-test-utils/2.6.0/adapter-base-test-utils-2.6.0.pom [INFO] [INFO] -------------------< org.eclipse.hono:hono-adapters >------------------- [INFO] Building Hono Protocol Adapters 2.6.0 [33/64] [INFO] from adapters/pom.xml [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.2.Final/log4j2-jboss-logmanager-1.1.2.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.2.Final/log4j2-jboss-logmanager-1.1.2.Final.pom (5.0 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/41/jboss-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/41/jboss-parent-41.pom (75 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom (3.9 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.22.1/log4j-2.22.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j/2.22.1/log4j-2.22.1.pom (37 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.22.1/log4j-bom-2.22.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-bom/2.22.1/log4j-bom-2.22.1.pom (12 kB at 414 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/10.5.0/logging-parent-10.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/logging-parent/10.5.0/logging-parent-10.5.0.pom (52 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.19/groovy-bom-3.0.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-bom/3.0.19/groovy-bom-3.0.19.pom (26 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/9.1.0/jakarta.jakartaee-bom-9.1.0.pom (9.6 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/9.1.0/jakartaee-api-parent-9.1.0.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/9.4.53.v20231009/jetty-bom-9.4.53.v20231009.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-bom/5.12.4/kubernetes-client-bom-5.12.4.pom (26 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mockito/mockito-bom/4.11.0/mockito-bom-4.11.0.pom (3.2 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.104.Final/netty-bom-4.1.104.Final.pom (14 kB at 723 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.2.Final/log4j2-jboss-logmanager-1.1.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar (335 kB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.2.Final/log4j2-jboss-logmanager-1.1.2.Final.jar (17 kB at 307 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapters --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapters --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3:jandex (make-index) @ hono-adapters --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapters --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-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.10:report (default-report) @ hono-adapters --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-parent >---------------- [INFO] Building Hono Protocol Adapters Parent 2.6.0 [34/64] [INFO] from adapters/parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.8.4/quarkus-logging-gelf-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.8.4/quarkus-logging-gelf-3.8.4.pom (2.0 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-parent/3.8.4/quarkus-logging-gelf-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-parent/3.8.4/quarkus-logging-gelf-parent-3.8.4.pom (748 B at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.pom (31 kB at 220 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 140 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 279 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 307 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 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.94.Final/netty-bom-4.1.94.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.94.Final/netty-bom-4.1.94.Final.pom (13 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.8.4/quarkus-logging-json-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.8.4/quarkus-logging-json-3.8.4.pom (2.4 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-parent/3.8.4/quarkus-logging-json-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-parent/3.8.4/quarkus-logging-json-parent-3.8.4.pom (748 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.8.4/quarkus-micrometer-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.8.4/quarkus-micrometer-3.8.4.pom (5.9 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-parent/3.8.4/quarkus-micrometer-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-parent/3.8.4/quarkus-micrometer-parent-3.8.4.pom (1.3 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.8.4/quarkus-kafka-client-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.8.4/quarkus-kafka-client-3.8.4.pom (3.8 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/3.8.4/quarkus-kafka-client-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-parent/3.8.4/quarkus-kafka-client-parent-3.8.4.pom (716 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.8.4/quarkus-caffeine-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.8.4/quarkus-caffeine-3.8.4.pom (1.9 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/3.8.4/quarkus-caffeine-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-parent/3.8.4/quarkus-caffeine-parent-3.8.4.pom (739 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.8.4/quarkus-logging-gelf-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.8.4/quarkus-logging-json-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.8.4/quarkus-micrometer-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.8.4/quarkus-kafka-client-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.8.4/quarkus-logging-gelf-3.8.4.jar (10 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.8.4/quarkus-caffeine-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client/3.8.4/quarkus-kafka-client-3.8.4.jar (79 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.8.4/quarkus-logging-json-3.8.4.jar (16 kB at 325 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer/3.8.4/quarkus-micrometer-3.8.4.jar (221 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.jar (192 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine/3.8.4/quarkus-caffeine-3.8.4.jar (5.7 kB at 54 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapters-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapters-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapters-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3:jandex (make-index) @ hono-adapters-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/parent/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapters-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/parent/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapters-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-adapters-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapters-parent --- [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapters-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-amqp >----------------- [INFO] Building Hono AMQP Adapter 2.6.0 [35/64] [INFO] from adapters/amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-amqp --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:08:41,152 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,154 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,458 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,458 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,473 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,474 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,600 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,600 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,625 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$wrKBhACC] 2024-05-28 18:08:41,629 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:41,633 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:41,634 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:41,725 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,725 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,726 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:41,726 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:41,727 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:41,785 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,786 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,799 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,800 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,839 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,840 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,852 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,852 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,887 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,888 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,888 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:41,888 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:41,889 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:41,898 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,899 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,899 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$wrKBhACC] 2024-05-28 18:08:41,900 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:41,900 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:41,901 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:41,903 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:41,923 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:41,924 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:41,924 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) closing insecure AMQP server ... 2024-05-28 18:08:41,931 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,931 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,932 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:41,932 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:41,933 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:41,941 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,941 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,950 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,950 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,957 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,958 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:41,990 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:41,990 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,077 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,078 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,094 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,094 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,102 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,103 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,129 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,129 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,135 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,135 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,142 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,142 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,148 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,148 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,183 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,183 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,187 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using [Mock for ConnectionEventProducer, hashCode: 1170730738] for reporting connection events, if applicable for device protocol 2024-05-28 18:08:42,224 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,225 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,225 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$wrKBhACC] 2024-05-28 18:08:42,226 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:42,226 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:42,226 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:42,236 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,236 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,245 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,246 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,252 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,253 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,259 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,260 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,266 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,267 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,272 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,273 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,273 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:42,273 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:42,274 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:42,281 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,281 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,354 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,355 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,361 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,361 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,361 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$wrKBhACC] 2024-05-28 18:08:42,362 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:42,362 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:42,363 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:42,367 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,367 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,368 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-28 18:08:42,368 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-28 18:08:42,368 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-28 18:08:42,376 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,376 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] 2024-05-28 18:08:42,381 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$KwseBobF] 2024-05-28 18:08:42,381 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$b1LypFb9] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.661 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4: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/3.8.4/quarkus-vertx-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.8.4/quarkus-vertx-deployment-3.8.4.pom (2.9 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.8.4/quarkus-arc-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.8.4/quarkus-arc-deployment-3.8.4.pom (2.7 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.4/quarkus-smallrye-context-propagation-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.4/quarkus-smallrye-context-propagation-spi-3.8.4.pom (1.0 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.4/quarkus-vertx-http-dev-ui-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.4/quarkus-vertx-http-dev-ui-spi-3.8.4.pom (804 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.8.4/arc-processor-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.8.4/arc-processor-3.8.4.pom (1.9 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-test-supplement/3.8.4/quarkus-arc-test-supplement-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-test-supplement/3.8.4/quarkus-arc-test-supplement-3.8.4.pom (635 B at 7.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.8.4/quarkus-netty-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.8.4/quarkus-netty-deployment-3.8.4.pom (1.6 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-deployment/3.8.4/quarkus-virtual-threads-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-deployment/3.8.4/quarkus-virtual-threads-deployment-3.8.4.pom (1.7 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.8.4/quarkus-mutiny-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.8.4/quarkus-mutiny-deployment-3.8.4.pom (2.0 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.4/quarkus-smallrye-context-propagation-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.4/quarkus-smallrye-context-propagation-deployment-3.8.4.pom (2.0 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.8.4/quarkus-jackson-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.8.4/quarkus-jackson-deployment-3.8.4.pom (2.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.8.4/quarkus-jackson-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.8.4/quarkus-jackson-spi-3.8.4.pom (829 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.8.4/quarkus-config-yaml-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.8.4/quarkus-config-yaml-deployment-3.8.4.pom (2.1 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.8.4/quarkus-logging-gelf-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.8.4/quarkus-logging-gelf-deployment-3.8.4.pom (1.6 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.8.4/quarkus-logging-json-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.8.4/quarkus-logging-json-deployment-3.8.4.pom (2.6 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.8.4/quarkus-jsonp-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.8.4/quarkus-jsonp-deployment-3.8.4.pom (1.5 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.8.4/quarkus-micrometer-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.8.4/quarkus-micrometer-deployment-3.8.4.pom (6.7 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.8.4/quarkus-vertx-http-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.8.4/quarkus-vertx-http-deployment-3.8.4.pom (5.3 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.4/quarkus-vertx-http-deployment-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.4/quarkus-vertx-http-deployment-spi-3.8.4.pom (956 B at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.8.4/quarkus-kubernetes-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.8.4/quarkus-kubernetes-spi-3.8.4.pom (1.2 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-parent/3.8.4/quarkus-kubernetes-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-parent/3.8.4/quarkus-kubernetes-parent-3.8.4.pom (833 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.4/quarkus-vertx-http-dev-ui-resources-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.4/quarkus-vertx-http-dev-ui-resources-3.8.4.pom (4.0 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.pom (2.7 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.pom (3.2 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.pom (2.6 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.pom (1.7 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.pom (3.2 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.pom (1.5 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/3.1.2/lit-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/3.1.2/lit-3.1.2.pom (2.8 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.pom (2.4 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.pom (2.3 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.pom (3.4 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.pom (2.8 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.pom (1.3 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.pom (2.5 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.pom (1.7 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.pom (1.2 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.3/echarts-5.4.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.3/echarts-5.4.3.pom (2.5 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.pom (2.0 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.4/zrender-5.4.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.4/zrender-5.4.4.pom (3.0 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.pom (1.3 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.pom (1.3 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/mvnpm/importmap/1.0.10/importmap-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/mvnpm/importmap/1.0.10/importmap-1.0.10.pom (5.6 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.15.2/jackson-bom-2.15.2.pom (18 kB at 857 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 502 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.8.4/quarkus-resteasy-common-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.8.4/quarkus-resteasy-common-spi-3.8.4.pom (778 B at 3.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-parent/3.8.4/quarkus-resteasy-common-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-parent/3.8.4/quarkus-resteasy-common-parent-3.8.4.pom (800 B at 8.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-parent-aggregator/3.8.4/quarkus-resteasy-parent-aggregator-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-parent-aggregator/3.8.4/quarkus-resteasy-parent-aggregator-3.8.4.pom (1.4 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.4/quarkus-resteasy-reactive-spi-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.4/quarkus-resteasy-reactive-spi-deployment-3.8.4.pom (934 B at 5.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-parent/3.8.4/quarkus-resteasy-reactive-common-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-parent/3.8.4/quarkus-resteasy-reactive-common-parent-3.8.4.pom (830 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/3.8.4/quarkus-resteasy-reactive-parent-aggregator-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent-aggregator/3.8.4/quarkus-resteasy-reactive-parent-aggregator-3.8.4.pom (1.8 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom (2.8 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.8.4/quarkus-undertow-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.8.4/quarkus-undertow-spi-3.8.4.pom (2.0 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/3.8.4/quarkus-http-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/3.8.4/quarkus-http-parent-3.8.4.pom (763 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.2.1.Final/quarkus-http-servlet-5.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.2.1.Final/quarkus-http-servlet-5.2.1.Final.pom (19 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/5.2.1.Final/quarkus-http-parent-5.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-parent/5.2.1.Final/quarkus-http-parent-5.2.1.Final.pom (30 kB at 1.9 MB/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 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.2.1.Final/quarkus-http-core-5.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.2.1.Final/quarkus-http-core-5.2.1.Final.pom (27 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.2.1.Final/quarkus-http-http-core-5.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.2.1.Final/quarkus-http-http-core-5.2.1.Final.pom (4.8 kB at 344 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.pom (19 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/16.0.0.Final/jboss-metadata-web-16.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/16.0.0.Final/jboss-metadata-web-16.0.0.Final.pom (4.6 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-as-parent-metadata/16.0.0.Final/jboss-as-parent-metadata-16.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/16.0.0.Final/jboss-as-parent-metadata-16.0.0.Final.pom (18 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.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/16.0.0.Final/jboss-metadata-common-16.0.0.Final.pom (4.0 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.8.4/quarkus-opentelemetry-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.8.4/quarkus-opentelemetry-deployment-3.8.4.pom (7.2 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.8.4/quarkus-datasource-deployment-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.8.4/quarkus-datasource-deployment-spi-3.8.4.pom (1.1 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-parent/3.8.4/quarkus-datasource-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-parent/3.8.4/quarkus-datasource-parent-3.8.4.pom (813 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.8.4/quarkus-datasource-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.8.4/quarkus-datasource-common-3.8.4.pom (1.1 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.8.4/quarkus-agroal-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.8.4/quarkus-agroal-spi-3.8.4.pom (1.1 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-parent/3.8.4/quarkus-agroal-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-parent/3.8.4/quarkus-agroal-parent-3.8.4.pom (762 B at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.8.4/quarkus-grpc-common-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.8.4/quarkus-grpc-common-deployment-3.8.4.pom (1.7 kB at 40 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/3.8.4/quarkus-resteasy-reactive-server-spi-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.8.4/quarkus-resteasy-reactive-server-spi-deployment-3.8.4.pom (1.0 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent/3.8.4/quarkus-resteasy-reactive-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-parent/3.8.4/quarkus-resteasy-reactive-parent-3.8.4.pom (814 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.4/resteasy-reactive-processor-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.4/resteasy-reactive-processor-3.8.4.pom (2.8 kB at 37 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/3.8.4/resteasy-reactive-server-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-server-parent/3.8.4/resteasy-reactive-server-parent-3.8.4.pom (827 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-parent/3.8.4/resteasy-reactive-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-parent/3.8.4/resteasy-reactive-parent-3.8.4.pom (30 kB at 417 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 807 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/stork/stork-bom/2.4.0/stork-bom-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/stork/stork-bom/2.4.0/stork-bom-2.4.0.pom (6.0 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.4/resteasy-reactive-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.4/resteasy-reactive-3.8.4.pom (2.0 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.4/resteasy-reactive-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.4/resteasy-reactive-common-3.8.4.pom (2.3 kB at 50 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/3.8.4/resteasy-reactive-common-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/3.8.4/resteasy-reactive-common-parent-3.8.4.pom (763 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.4/resteasy-reactive-common-types-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.4/resteasy-reactive-common-types-3.8.4.pom (789 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.pom (1.1 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.pom (1.1 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-parent/1.0.0/mutiny-zero-parent-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-parent/1.0.0/mutiny-zero-parent-1.0.0.pom (10 kB at 937 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/37/smallrye-build-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/37/smallrye-build-parent-37.pom (67 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.4/resteasy-reactive-common-processor-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.4/resteasy-reactive-common-processor-3.8.4.pom (2.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.8.4/quarkus-smallrye-health-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.8.4/quarkus-smallrye-health-deployment-3.8.4.pom (3.2 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.8.4/quarkus-smallrye-health-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.8.4/quarkus-smallrye-health-spi-3.8.4.pom (769 B at 4.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.8.4/quarkus-smallrye-openapi-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.8.4/quarkus-smallrye-openapi-spi-3.8.4.pom (927 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-parent/3.8.4/quarkus-smallrye-openapi-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-parent/3.8.4/quarkus-smallrye-openapi-parent-3.8.4.pom (738 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.10.0/smallrye-open-api-core-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.10.0/smallrye-open-api-core-3.10.0.pom (4.4 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-parent/3.10.0/smallrye-open-api-parent-3.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-parent/3.10.0/smallrye-open-api-parent-3.10.0.pom (17 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/10.0.0/jakarta.jakartaee-bom-10.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakarta.jakartaee-bom/10.0.0/jakarta.jakartaee-bom-10.0.0.pom (14 kB at 992 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom (15 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.20/jetty-bom-11.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.20/jetty-bom-11.0.20.pom (19 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/6.2.3.Final/resteasy-bom-6.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/resteasy/resteasy-bom/6.2.3.Final/resteasy-bom-6.2.3.Final.pom (9.1 kB at 268 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.pom (1.5 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-parent/3.1.1/microprofile-openapi-parent-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-parent/3.1.1/microprofile-openapi-parent-3.1.1.pom (3.9 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.7/microprofile-parent-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.7/microprofile-parent-2.7.pom (50 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.1.0/smallrye-health-ui-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.1.0/smallrye-health-ui-4.1.0.pom (4.7 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.8.4/quarkus-kafka-client-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.8.4/quarkus-kafka-client-deployment-3.8.4.pom (3.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.8.4/quarkus-caffeine-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.8.4/quarkus-caffeine-deployment-3.8.4.pom (1.6 kB at 25 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 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.pom (713 B at 9.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.8.4/quarkus-devservices-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.8.4/quarkus-devservices-deployment-3.8.4.pom (1.7 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-parent/3.8.4/quarkus-devservices-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-parent/3.8.4/quarkus-devservices-parent-3.8.4.pom (1.2 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.8.4/quarkus-devservices-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.8.4/quarkus-devservices-common-3.8.4.pom (2.0 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.8.4/quarkus-kubernetes-client-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.8.4/quarkus-kubernetes-client-deployment-3.8.4.pom (2.9 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.4/quarkus-kubernetes-client-internal-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.4/quarkus-kubernetes-client-internal-deployment-3.8.4.pom (2.7 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.8.4/quarkus-kubernetes-client-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.8.4/quarkus-kubernetes-client-spi-3.8.4.pom (2.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.pom (1.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.8.0/quarkus-google-cloud-pubsub-deployment-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.8.0/quarkus-google-cloud-pubsub-deployment-2.8.0.pom (2.1 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.8.0/quarkus-google-cloud-common-deployment-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.8.0/quarkus-google-cloud-common-deployment-2.8.0.pom (1.8 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.19.6/gcloud-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.19.6/gcloud-1.19.6.pom (1.5 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.4/quarkus-smallrye-context-propagation-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-spi/3.8.4/quarkus-smallrye-context-propagation-spi-3.8.4.jar (3.6 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.8.4/arc-processor-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/arc/arc-processor/3.8.4/arc-processor-3.8.4.jar (673 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-test-supplement/3.8.4/quarkus-arc-test-supplement-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-test-supplement/3.8.4/quarkus-arc-test-supplement-3.8.4.jar (2.9 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.8.4/quarkus-arc-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-arc-deployment/3.8.4/quarkus-arc-deployment-3.8.4.jar (277 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.8.4/quarkus-netty-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.8.4/quarkus-netty-deployment-3.8.4.jar (16 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-deployment/3.8.4/quarkus-virtual-threads-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-deployment/3.8.4/quarkus-virtual-threads-deployment-3.8.4.jar (4.4 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.4/quarkus-smallrye-context-propagation-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation-deployment/3.8.4/quarkus-smallrye-context-propagation-deployment-3.8.4.jar (17 kB at 259 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.8.4/quarkus-mutiny-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.8.4/quarkus-mutiny-deployment-3.8.4.jar (4.1 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.8.4/quarkus-vertx-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.8.4/quarkus-vertx-deployment-3.8.4.jar (47 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.8.4/quarkus-jackson-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-spi/3.8.4/quarkus-jackson-spi-3.8.4.jar (5.9 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.8.4/quarkus-jackson-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jackson-deployment/3.8.4/quarkus-jackson-deployment-3.8.4.jar (15 kB at 369 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.8.4/quarkus-config-yaml-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.8.4/quarkus-config-yaml-deployment-3.8.4.jar (4.8 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.8.4/quarkus-logging-gelf-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf-deployment/3.8.4/quarkus-logging-gelf-deployment-3.8.4.jar (4.6 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.8.4/quarkus-jsonp-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp-deployment/3.8.4/quarkus-jsonp-deployment-3.8.4.jar (3.6 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.8.4/quarkus-logging-json-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json-deployment/3.8.4/quarkus-logging-json-deployment-3.8.4.jar (3.9 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.8.4/quarkus-kubernetes-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-spi/3.8.4/quarkus-kubernetes-spi-3.8.4.jar (35 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar (248 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/path-to-regexp/2.4.0/path-to-regexp-2.4.0.jar (5.2 kB at 518 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/mvnpm/vaadin-webcomponents/24.3.5/vaadin-webcomponents-24.3.5.jar (2.5 MB at 58 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar (11 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar (2.8 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/polymer/polymer/3.5.1/polymer-3.5.1.jar (198 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/webcomponents/shadycss/1.11.2/shadycss-1.11.2.jar (151 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/open-wc/dedupe-mixin/1.4.0/dedupe-mixin-1.4.0.jar (3.6 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/3.1.2/lit-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit/3.1.2/lit-3.1.2.jar (71 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit/reactive-element/2.0.4/reactive-element-2.0.4.jar (285 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element/4.0.4/lit-element-4.0.4.jar (55 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.jar (572 kB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/lit-labs/ssr-dom-shim/1.2.0/ssr-dom-shim-1.2.0.jar (13 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/types/trusted-types/2.0.7/trusted-types-2.0.7.jar (3.2 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-element-state/1.7.0/lit-element-state-1.7.0.jar (6.1 kB at 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/tslib/2.3.0/tslib-2.3.0.jar (12 kB at 962 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.4/zrender-5.4.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/zrender/5.4.4/zrender-5.4.4.jar (676 kB at 36 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.3/echarts-5.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/echarts/5.4.3/echarts-5.4.3.jar (8.6 MB at 77 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vanillawc/wc-codemirror/2.1.0/wc-codemirror-2.1.0.jar (586 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/es-module-shims/1.8.2/es-module-shims-1.8.2.jar (54 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.4/quarkus-vertx-http-dev-ui-resources-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.4/quarkus-vertx-http-dev-ui-resources-3.8.4.jar (704 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/mvnpm/importmap/1.0.10/importmap-1.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/mvnpm/importmap/1.0.10/importmap-1.0.10.jar (8.0 kB at 572 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.8.4/quarkus-vertx-http-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment/3.8.4/quarkus-vertx-http-deployment-3.8.4.jar (183 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.8.4/quarkus-resteasy-common-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-common-spi/3.8.4/quarkus-resteasy-common-spi-3.8.4.jar (9.0 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.jar (155 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.4/quarkus-resteasy-reactive-spi-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-spi-deployment/3.8.4/quarkus-resteasy-reactive-spi-deployment-3.8.4.jar (28 kB at 418 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.2.1.Final/quarkus-http-http-core-5.2.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.2.1.Final/quarkus-http-http-core-5.2.1.Final.jar (39 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.2.1.Final/quarkus-http-core-5.2.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.2.1.Final/quarkus-http-core-5.2.1.Final.jar (948 kB at 45 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.2.1.Final/quarkus-http-servlet-5.2.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-servlet/5.2.1.Final/quarkus-http-servlet-5.2.1.Final.jar (501 kB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/servlet/jakarta.servlet-api/6.0.0/jakarta.servlet-api-6.0.0.jar (348 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.jar (567 kB at 33 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/16.0.0.Final/jboss-metadata-web-16.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-web/16.0.0.Final/jboss-metadata-web-16.0.0.Final.jar (593 kB at 33 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.8.4/quarkus-undertow-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.8.4/quarkus-undertow-spi-3.8.4.jar (23 kB at 536 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.8.4/quarkus-micrometer-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.8.4/quarkus-micrometer-deployment-3.8.4.jar (71 kB at 732 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.4/quarkus-vertx-http-deployment-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-deployment-spi/3.8.4/quarkus-vertx-http-deployment-spi-3.8.4.jar (12 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.8.4/quarkus-datasource-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-common/3.8.4/quarkus-datasource-common-3.8.4.jar (7.7 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.8.4/quarkus-datasource-deployment-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment-spi/3.8.4/quarkus-datasource-deployment-spi-3.8.4.jar (19 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.8.4/quarkus-agroal-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.8.4/quarkus-agroal-spi-3.8.4.jar (5.7 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.8.4/quarkus-grpc-common-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common-deployment/3.8.4/quarkus-grpc-common-deployment-3.8.4.jar (6.0 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.4/resteasy-reactive-common-types-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-types/3.8.4/resteasy-reactive-common-types-3.8.4.jar (3.3 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4.jar (12 kB at 895 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.4/resteasy-reactive-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.4/resteasy-reactive-common-3.8.4.jar (314 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.4/resteasy-reactive-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.4/resteasy-reactive-3.8.4.jar (525 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.4/resteasy-reactive-common-processor-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.4/resteasy-reactive-common-processor-3.8.4.jar (128 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.4/resteasy-reactive-processor-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-processor/3.8.4/resteasy-reactive-processor-3.8.4.jar (146 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.8.4/quarkus-resteasy-reactive-server-spi-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-server-spi-deployment/3.8.4/quarkus-resteasy-reactive-server-spi-deployment-3.8.4.jar (8.5 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.8.4/quarkus-opentelemetry-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry-deployment/3.8.4/quarkus-opentelemetry-deployment-3.8.4.jar (36 kB at 688 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.8.4/quarkus-smallrye-health-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.8.4/quarkus-smallrye-health-spi-3.8.4.jar (3.5 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/openapi/microprofile-openapi-api/3.1.1/microprofile-openapi-api-3.1.1.jar (103 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.10.0/smallrye-open-api-core-3.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-open-api-core/3.10.0/smallrye-open-api-core-3.10.0.jar (531 kB at 35 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.8.4/quarkus-smallrye-openapi-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-openapi-spi/3.8.4/quarkus-smallrye-openapi-spi-3.8.4.jar (4.6 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.1.0/smallrye-health-ui-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-ui/4.1.0/smallrye-health-ui-4.1.0.jar (85 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.8.4/quarkus-smallrye-health-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-deployment/3.8.4/quarkus-smallrye-health-deployment-3.8.4.jar (26 kB at 630 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/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.jar (26 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.jar (4.1 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.8.4/quarkus-devservices-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-common/3.8.4/quarkus-devservices-common-3.8.4.jar (12 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.8.4/quarkus-devservices-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-deployment/3.8.4/quarkus-devservices-deployment-3.8.4.jar (18 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.8.4/quarkus-kafka-client-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.8.4/quarkus-kafka-client-deployment-3.8.4.jar (52 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.4/quarkus-vertx-http-dev-ui-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-spi/3.8.4/quarkus-vertx-http-dev-ui-spi-3.8.4.jar (26 kB at 511 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.8.4/quarkus-caffeine-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.8.4/quarkus-caffeine-deployment-3.8.4.jar (11 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.8.4/quarkus-kubernetes-client-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-spi/3.8.4/quarkus-kubernetes-client-spi-3.8.4.jar (4.8 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.4/quarkus-kubernetes-client-internal-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal-deployment/3.8.4/quarkus-kubernetes-client-internal-deployment-3.8.4.jar (5.1 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/dajudge/kindcontainer/kindcontainer/1.4.5/kindcontainer-1.4.5.jar (217 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.8.4/quarkus-kubernetes-client-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-deployment/3.8.4/quarkus-kubernetes-client-deployment-3.8.4.jar (30 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.8.0/quarkus-google-cloud-common-deployment-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.8.0/quarkus-google-cloud-common-deployment-2.8.0.jar (4.6 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.19.6/gcloud-1.19.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/gcloud/1.19.6/gcloud-1.19.6.jar (8.5 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.8.0/quarkus-google-cloud-pubsub-deployment-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-deployment/2.8.0/quarkus-google-cloud-pubsub-deployment-2.8.0.jar (11 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.8.4/quarkus-bom-quarkus-platform-properties-3.8.4.properties [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.8.4/quarkus-bom-quarkus-platform-properties-3.8.4.properties (731 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom-quarkus-platform-properties/3.8.4/quarkus-google-cloud-services-bom-quarkus-platform-properties-3.8.4.properties [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-google-cloud-services-bom-quarkus-platform-properties/3.8.4/quarkus-google-cloud-services-bom-quarkus-platform-properties-3.8.4.properties (700 B at 9.7 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5377ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.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-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-coap >----------------- [INFO] Building Hono CoAP Adapter 2.6.0 [36/64] [INFO] from adapters/coap/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom (3.3 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/cf-bom/3.11.0/cf-bom-3.11.0.pom (5.5 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/parent/3.11.0/parent-3.11.0.pom (31 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom (943 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.pom (3.0 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.pom (3.4 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.jar (568 kB at 9.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/element-connector/3.11.0/element-connector-3.11.0.jar (366 kB at 4.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.jar (42 kB at 454 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/scandium/3.11.0/scandium-3.11.0.jar (676 kB at 6.9 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-coap --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-coap --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-coap --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-coap --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-coap --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-coap --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-coap --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:09:14,572 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$Q88YHsMc] 2024-05-28 18:09:14,577 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$u33iKEqM] 2024-05-28 18:09:14,579 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$kXLB8iJA] 2024-05-28 18:09:14,630 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) creating new CoAP server 2024-05-28 18:09:14,645 INFO [org.ecl.cal.ele.con.Configuration] (ForkJoinPool-1-worker-3) defaults added COAP. 2024-05-28 18:09:14,648 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) not creating insecure endpoint: not implemented 2024-05-28 18:09:14,650 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) adding resource to CoAP server [name: test] 2024-05-28 18:09:14,657 INFO [org.ecl.cal.cor.CoapServer] (vert.x-worker-thread-0) Starting server [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.681 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.TelemetryResourceTest 2024-05-28 18:09:15,366 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$Q88YHsMc] 2024-05-28 18:09:15,367 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$u33iKEqM] 2024-05-28 18:09:15,552 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$Q88YHsMc] 2024-05-28 18:09:15,553 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$u33iKEqM] 2024-05-28 18:09:15,553 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$kXLB8iJA] 2024-05-28 18:09:15,564 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$Q88YHsMc] 2024-05-28 18:09:15,565 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$u33iKEqM] 2024-05-28 18:09:15,566 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$kXLB8iJA] 2024-05-28 18:09:15,629 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$Q88YHsMc] 2024-05-28 18:09:15,629 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$u33iKEqM] 2024-05-28 18:09:15,727 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$kXLB8iJA] 2024-05-28 18:09:15,728 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) adding resource to CoAP server [name: test] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.496 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.803 s - in org.eclipse.hono.adapter.coap.AbstractHonoResourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Running org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] Running org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.293 s - in org.eclipse.hono.adapter.coap.TelemetryResourceTest [INFO] Running org.eclipse.hono.adapter.coap.HonoRootResourceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.adapter.coap.HonoRootResourceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-coap --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-coap --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5098ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.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-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-coap --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-http-base >--------------- [INFO] Building Hono HTTP Adapter base 2.6.0 [37/64] [INFO] from adapters/http-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-http-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-http-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-http-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-http-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-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.1.0: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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:09:36,162 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:36,165 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:36,236 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 2024-05-28 18:09:36,247 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) vert.x uses native transport: false 2024-05-28 18:09:36,358 WARN [io.ver.ext.web.imp.RouteState] (vert.x-eventloop-thread-0) Cannot add [BODY] handler to route with [AUTHENTICATION] handler at index 0 2024-05-28 18:09:36,361 WARN [io.ver.ext.web.imp.RouteState] (vert.x-eventloop-thread-0) Cannot add [BODY] handler to route with [AUTHENTICATION] handler at index 0 2024-05-28 18:09:36,362 WARN [io.ver.ext.web.imp.RouteState] (vert.x-eventloop-thread-0) Cannot add [BODY] handler to route with [AUTHENTICATION] handler at index 0 2024-05-28 18:09:36,386 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:36,423 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:36,556 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:36,556 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:36,650 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) insecure http server listening on 127.0.0.1:34137 2024-05-28 18:09:36,756 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)] 2024-05-28 18:09:36,761 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,041 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,042 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.265 s - in org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.http.JwtAuthHandlerTest 2024-05-28 18:09:37,153 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,154 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,231 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,231 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,240 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,240 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,261 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,261 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,330 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,331 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,346 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,347 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,358 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,359 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,438 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,438 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,451 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,451 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,452 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$SbQqA0PQ] 2024-05-28 18:09:37,452 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:09:37,453 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 2024-05-28 18:09:37,464 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,464 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,548 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,548 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,559 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,559 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,638 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,639 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,649 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,650 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,651 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$SbQqA0PQ] 2024-05-28 18:09:37,652 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:09:37,659 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) insecure http server listening on ?:8080 2024-05-28 18:09:37,726 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,727 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,739 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,740 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,740 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$SbQqA0PQ] 2024-05-28 18:09:37,741 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:09:37,741 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) insecure http server listening on ?:8080 2024-05-28 18:09:37,748 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,748 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:37,757 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6R168d1J] 2024-05-28 18:09:37,757 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.013 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.X509AuthHandlerTest 2024-05-28 18:09:38,061 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)] 2024-05-28 18:09:38,123 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.hono.adapter.http.X509AuthHandlerTest 2024-05-28 18:09:38,171 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] 2024-05-28 18:09:38,173 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,229 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] 2024-05-28 18:09:38,232 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.043 s - in org.eclipse.hono.adapter.http.JwtAuthHandlerTest 2024-05-28 18:09:38,241 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /event/DEFAULT_TENANT/device_1] 2024-05-28 18:09:38,243 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,253 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /event//device_1] 2024-05-28 18:09:38,255 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,264 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /telemetry/DEFAULT_TENANT/device_1] 2024-05-28 18:09:38,266 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,275 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /telemetry//device_1] 2024-05-28 18:09:38,277 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,284 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)] 2024-05-28 18:09:38,286 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,327 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)] 2024-05-28 18:09:38,329 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,337 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)] 2024-05-28 18:09:38,339 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,345 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)] 2024-05-28 18:09:38,347 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,353 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostEventSendsMessageDownstream(VertxTestContext)] 2024-05-28 18:09:38,355 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,362 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)] 2024-05-28 18:09:38,364 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,370 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)] 2024-05-28 18:09:38,372 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,470 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)] 2024-05-28 18:09:38,471 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,479 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /telemetry, 404] 2024-05-28 18:09:38,481 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,488 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /telemetry/DEFAULT_TENANT, 404] 2024-05-28 18:09:38,490 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,497 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /telemetry/DEFAULT_TENANT/, 404] 2024-05-28 18:09:38,499 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,524 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /telemetry/NON_MATCHING_TENANT/device_1, 403] 2024-05-28 18:09:38,526 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,534 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /event, 404] 2024-05-28 18:09:38,536 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,544 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /event/DEFAULT_TENANT, 404] 2024-05-28 18:09:38,545 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,552 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /event/DEFAULT_TENANT/, 404] 2024-05-28 18:09:38,554 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,560 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /event/NON_MATCHING_TENANT/device_1, 403] 2024-05-28 18:09:38,562 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,570 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /command/res/DEFAULT_TENANT/device_1, 404] 2024-05-28 18:09:38,572 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,578 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /command/res/DEFAULT_TENANT, 404] 2024-05-28 18:09:38,580 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,587 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /command/res/DEFAULT_TENANT/, 404] 2024-05-28 18:09:38,589 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,595 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] 2024-05-28 18:09:38,597 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,626 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryWithTtdFailsWhenMessageCantBeSent(VertxTestContext)] 2024-05-28 18:09:38,628 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,636 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)] 2024-05-28 18:09:38,638 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,642 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)] 2024-05-28 18:09:38,644 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,649 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)] 2024-05-28 18:09:38,650 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,657 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)] 2024-05-28 18:09:38,659 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$ZdZvZeDq] 2024-05-28 18:09:38,670 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) stopping protocol adapter 2024-05-28 18:09:38,672 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) successfully stopped protocol adapter [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.933 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-http-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.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-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.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-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-http-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-http >----------------- [INFO] Building Hono HTTP Adapter 2.6.0 [38/64] [INFO] from adapters/http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-http --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-http --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-http --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-http --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-http --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-http --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-http --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4735ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.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-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-http --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http/target/hono-adapter-http-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-lora >----------------- [INFO] Building Hono Lora Adapter 2.6.0 [39/64] [INFO] from adapters/lora/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-lora --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-lora --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-lora --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-lora --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-lora --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-lora --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-lora --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.992 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.909 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.TheThingsStackProviderTest 2024-05-28 18:10:05,326 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:05,330 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 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.013 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackV4ProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackV4ProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest 2024-05-28 18:10:06,043 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,044 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.078 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderCustomContentTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderCustomContentTypeTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest 2024-05-28 18:10:06,433 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,433 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] 2024-05-28 18:10:06,444 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,445 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LiveObjectsProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.LiveObjectsProviderTest 2024-05-28 18:10:06,907 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,907 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] 2024-05-28 18:10:06,958 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,959 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] 2024-05-28 18:10:06,977 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,977 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] 2024-05-28 18:10:06,986 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,986 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] 2024-05-28 18:10:06,995 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:06,996 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] 2024-05-28 18:10:07,028 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$6xv1kF0Y] 2024-05-28 18:10:07,028 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$wbFkZv1S] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.986 s - in org.eclipse.hono.adapter.lora.LoraProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-lora --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-lora --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5227ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.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-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-lora --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-base >--------------- [INFO] Building Hono MQTT Adapter base 2.6.0 [40/64] [INFO] from adapters/mqtt-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.5.7/vertx-mqtt-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.5.7/vertx-mqtt-4.5.7.pom (4.0 kB at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.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/vertx/vertx-mqtt/4.5.7/vertx-mqtt-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.5.7/vertx-mqtt-4.5.7.jar (104 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.jar (114 kB at 1.4 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-mqtt-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-mqtt-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-mqtt-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-mqtt-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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 OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.206 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.189 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest 2024-05-28 18:10:27,774 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:27,827 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.72 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s - in org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest [INFO] Running org.eclipse.hono.adapter.mqtt.JwtAuthHandlerTest 2024-05-28 18:10:28,033 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,033 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,431 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,431 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,448 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,448 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,458 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,459 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,529 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,529 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,540 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,541 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,541 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$d9Yar5zl] 2024-05-28 18:10:28,573 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:28,577 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:28,578 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:28,624 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:28,636 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,637 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,765 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:28,766 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) 2024-05-28 18:10:28,766 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:28,766 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:28,767 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:28,829 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,829 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,841 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,841 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,854 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,855 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,865 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,866 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,930 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,930 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,947 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,948 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,950 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:28,950 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) 2024-05-28 18:10:28,951 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:28,951 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:28,952 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:28,961 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,961 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:28,964 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:28,964 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) 2024-05-28 18:10:28,964 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:28,965 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:28,965 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:28,966 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) closing insecure MQTT server ... 2024-05-28 18:10:28,976 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:28,976 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,025 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:29,025 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) 2024-05-28 18:10:29,026 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:29,026 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:29,026 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:29,035 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,036 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,044 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,045 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,054 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,054 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,062 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,062 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,130 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,130 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,147 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,148 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,156 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,156 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,167 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,167 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,226 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:29,226 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) 2024-05-28 18:10:29,226 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:29,227 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:29,227 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:29,236 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,236 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,246 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,247 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,256 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,256 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,259 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '' is invalid, reason: empty or starts with a '/' 2024-05-28 18:10:29,259 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '' is invalid, reason: empty or starts with a '/' 2024-05-28 18:10:29,328 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,328 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,337 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,337 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,348 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,348 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,351 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:29,351 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) 2024-05-28 18:10:29,351 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:29,351 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:29,352 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:29,359 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,360 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,429 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,430 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,437 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,437 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,446 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,447 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,456 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,457 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,532 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,533 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,545 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,545 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,553 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,554 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,555 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$d9Yar5zl] 2024-05-28 18:10:29,556 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-28 18:10:29,557 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) 2024-05-28 18:10:29,558 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-28 18:10:29,558 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-28 18:10:29,559 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-28 18:10:29,624 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,624 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] 2024-05-28 18:10:29,633 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$FuXQXxli] 2024-05-28 18:10:29,633 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$Zjxwfpjc] [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.492 s - in org.eclipse.hono.adapter.mqtt.JwtAuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.621 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.628 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest 2024-05-28 18:10:29,939 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/?' is invalid, reason: empty or starts with a '/' 2024-05-28 18:10:29,940 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/?test=1' is invalid, reason: empty or starts with a '/' 2024-05-28 18:10:29,941 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/test' is invalid, reason: empty or starts with a '/' 2024-05-28 18:10:29,942 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/' is invalid, reason: empty or starts with a '/' [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.227 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 146, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-mqtt-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.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-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.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-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-mqtt-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-mqtt >----------------- [INFO] Building Hono MQTT Adapter 2.6.0 [41/64] [INFO] from adapters/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-mqtt --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-mqtt --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-mqtt --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-mqtt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-mqtt --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-mqtt --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5578ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.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-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-mqtt --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-adapter-sigfox >---------------- [INFO] Building Hono Sigfox Adapter 2.6.0 [42/64] [INFO] from adapters/sigfox/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-sigfox --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-sigfox --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-sigfox --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-sigfox --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-sigfox --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-sigfox --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-sigfox --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-sigfox --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-sigfox --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-sigfox --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5846ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.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-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-sigfox --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-device-amqp >-------------- [INFO] Building Hono Client Device AMQP 2.6.0 [43/64] [INFO] from clients/device-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-device-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-device-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-device-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-device-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-device-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.TelemetrySenderTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.ProtonBasedAmqpAdapterClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.057 s - in org.eclipse.hono.client.device.amqp.impl.ProtonBasedAmqpAdapterClientTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.AmqpAdapterClientCommandConsumerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.client.device.amqp.impl.AmqpAdapterClientCommandConsumerTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.CommandResponderTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.hono.client.device.amqp.impl.CommandResponderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.267 s - in org.eclipse.hono.client.device.amqp.impl.TelemetrySenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-device-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-device-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.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-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.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-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-device-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 2.6.0 [44/64] [INFO] from clients/application/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.07 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.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-Release-Pipeline/clients/application/target/hono-client-application-2.6.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-Release-Pipeline/clients/application/target/hono-client-application-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/application/target/hono-client-application-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 2.6.0 [45/64] [INFO] from clients/application-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.ProtonBasedApplicationClientTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 s - in org.eclipse.hono.application.client.amqp.ProtonBasedApplicationClientTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.386 s - in org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.063 s - in org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.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-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.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-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 2.6.0 [46/64] [INFO] from clients/application-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.KafkaMessagePropertiesTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.922 s - in org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaBasedCommandSenderTest 18:11:52.837 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:52.868 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:52.869 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:52.935 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:52.937 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: hono.command_response.f4b9ac9d-8c56-427e-8090-d2f4960f880a [client-id: command_response-hono-release-pipeline-169-kn6mh-82d89-tw8kh_372df973d79f_9] 18:11:52.952 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:52.964 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:53.026 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:53.041 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:53.053 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:53.065 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.118 s - in org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest 18:11:53.153 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 18:11:53.165 [vert.x-eventloop-thread-0] WARN o.e.h.a.c.k.i.KafkaBasedCommandSender - response message has no status code header [tenant ID: c3d5e0ee-fe6b-4979-bf3d-e8f150f28c7b, device ID: 568769e3-9cef-4e8b-9c88-5212088e3231, correlation ID: 72ddbc90-822a-4d7e-82ae-e4771ea9a63d] 18:11:53.165 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.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-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.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-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 2.6.0 [47/64] [INFO] from cli/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.pom (2.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-parent/3.8.4/quarkus-picocli-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-parent/3.8.4/quarkus-picocli-parent-3.8.4.pom (735 B at 6.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.pom (1.4 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.pom (1.7 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.pom (18 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.23.0/jline-parent-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.23.0/jline-parent-3.23.0.pom (31 kB at 388 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.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 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.jar (415 kB at 5.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.jar (10 kB at 87 kB/s) [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.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.jar (13 kB at 104 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.jar (1.1 MB at 8.1 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-cli --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-cli --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.114 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-cli --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.pom (2.1 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.jar (15 kB at 449 kB/s) [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building uber jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0-exec.jar [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [org.eclipse.parsson:parsson::jar:1.1.5[paths: /home/jenkins/.m2/repository/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar;], org.eclipse.parsson:jakarta.json::jar:1.1.5[paths: /home/jenkins/.m2/repository/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar;]] contain duplicate files, e.g. org/eclipse/parsson/JsonWriterImpl.class [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [io.fabric8:kubernetes-model-resource::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar;], io.fabric8:kubernetes-model-storageclass::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar;], io.fabric8:kubernetes-model-gatewayapi::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar;], io.fabric8:kubernetes-model-discovery::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar;], io.fabric8:kubernetes-model-apiextensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar;], io.fabric8:kubernetes-model-networking::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar;], io.fabric8:kubernetes-model-node::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar;], io.fabric8:kubernetes-model-extensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar;], io.fabric8:kubernetes-model-apps::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.jar;], io.fabric8:kubernetes-model-events::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar;], io.fabric8:kubernetes-model-metrics::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar;], io.fabric8:kubernetes-model-batch::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar;], io.fabric8:kubernetes-model-admissionregistration::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar;], io.fabric8:kubernetes-model-autoscaling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar;], io.fabric8:kubernetes-model-coordination::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar;], io.fabric8:kubernetes-model-rbac::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar;], io.fabric8:kubernetes-model-policy::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar;], io.fabric8:kubernetes-model-core::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar;], io.fabric8:kubernetes-model-scheduling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar;], io.fabric8:kubernetes-model-certificates::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar;], io.fabric8:kubernetes-model-flowcontrol::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar;]] contain duplicate files, e.g. schema/validation-schema.json [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [jakarta.json:jakarta.json-api::jar:2.1.3[paths: /home/jenkins/.m2/repository/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar;], org.eclipse.parsson:jakarta.json::jar:1.1.5[paths: /home/jenkins/.m2/repository/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar;]] contain duplicate files, e.g. jakarta/json/JsonMergePatch.class [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [org.eclipse.hono:hono-client-amqp-connection::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar;], org.eclipse.hono:hono-client-application::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.0.jar;], org.eclipse.hono:hono-client-device-amqp::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar;], org.eclipse.hono:hono-client-command::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.0.jar;], org.eclipse.hono:hono-client-application-amqp::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar;], org.eclipse.hono:hono-client-kafka-common::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar;], org.eclipse.hono:hono-core::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.0.jar;], org.eclipse.hono:hono-client-registry::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0.jar;], org.eclipse.hono:hono-client-common::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0.jar;], org.eclipse.hono:hono-client-application-kafka::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar;], org.eclipse.hono:hono-client-amqp-common::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar;], org.eclipse.hono:hono-client-command-amqp::jar:2.6.0[paths: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar;]] contain duplicate files, e.g. META-INF/legal/LICENSE.re2j.txt [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [io.fabric8:kubernetes-model-resource::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar;], io.fabric8:kubernetes-model-storageclass::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar;], io.fabric8:kubernetes-model-gatewayapi::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar;], io.fabric8:kubernetes-model-discovery::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar;], io.fabric8:kubernetes-model-apiextensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar;], io.fabric8:kubernetes-model-networking::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar;], io.fabric8:kubernetes-model-node::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar;], io.fabric8:kubernetes-model-extensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar;], io.fabric8:kubernetes-model-events::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar;], io.fabric8:kubernetes-model-metrics::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar;], io.fabric8:kubernetes-model-batch::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar;], io.fabric8:kubernetes-model-admissionregistration::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar;], io.fabric8:kubernetes-model-autoscaling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar;], io.fabric8:kubernetes-model-coordination::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar;], io.fabric8:kubernetes-model-rbac::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar;], io.fabric8:kubernetes-model-policy::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar;], io.fabric8:kubernetes-model-core::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar;], io.fabric8:kubernetes-model-scheduling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar;], io.fabric8:kubernetes-model-certificates::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar;], io.fabric8:kubernetes-model-flowcontrol::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar;]] contain duplicate files, e.g. manifest.vm [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 8976ms [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 --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0-exec.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0-exec.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-cli --- [INFO] Skipping artifact installation [INFO] [INFO] -----------< org.eclipse.hono:client-device-connection-base >----------- [INFO] Building Device Connection client 2.6.0 [48/64] [INFO] from client-device-connection-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-device-connection-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-device-connection-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-device-connection-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ client-device-connection-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-device-connection-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-device-connection-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ client-device-connection-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-device-connection-base --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-device-connection-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-device-connection-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.deviceconnection.common.CommonCacheQuarkusPropertyBindingTest [INFO] Running org.eclipse.hono.deviceconnection.common.CacheBasedDeviceConnectionInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.572 s - in org.eclipse.hono.deviceconnection.common.CommonCacheQuarkusPropertyBindingTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.924 s - in org.eclipse.hono.deviceconnection.common.CacheBasedDeviceConnectionInfoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-device-connection-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ client-device-connection-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ client-device-connection-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ client-device-connection-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-device-connection-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 2.6.0 [49/64] [INFO] from client-device-connection-infinispan/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.pom (4.0 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/14.0.27.Final/infinispan-parent-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-parent/14.0.27.Final/infinispan-parent-14.0.27.Final.pom (153 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/14.0.27.Final/infinispan-build-configuration-parent-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-build-configuration-parent/14.0.27.Final/infinispan-build-configuration-parent-14.0.27.Final.pom (24 kB at 295 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/14.0.27.Final/infinispan-bom-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/14.0.27.Final/infinispan-bom-14.0.27.Final.pom (25 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.pom (2.8 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/14.0.27.Final/infinispan-commons-parent-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-parent/14.0.27.Final/infinispan-commons-parent-14.0.27.Final.pom (980 B at 7.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.pom (4.6 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.6.5.Final/parent-4.6.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/parent/4.6.5.Final/parent-4.6.5.Final.pom (20 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.pom (3.1 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.pom (11 kB at 515 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.5.Final/protostream-types-4.6.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.5.Final/protostream-types-4.6.5.Final.pom (1.6 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.8/rxjava-3.1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.8/rxjava-3.1.8.pom (1.8 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.23.Final/jgroups-5.2.23.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.23.Final/jgroups-5.2.23.Final.pom (21 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.27.Final/infinispan-client-hotrod-jakarta-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.27.Final/infinispan-client-hotrod-jakarta-14.0.27.Final.pom (5.2 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.3.Final/wildfly-elytron-sasl-digest-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.3.Final/wildfly-elytron-sasl-digest-2.2.3.Final.pom (3.0 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-parent/2.2.3.Final/wildfly-elytron-parent-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/2.2.3.Final/wildfly-elytron-parent-2.2.3.Final.pom (67 kB at 571 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.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.3.Final/wildfly-elytron-auth-server-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.3.Final/wildfly-elytron-auth-server-2.2.3.Final.pom (3.9 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.3.Final/wildfly-elytron-auth-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.3.Final/wildfly-elytron-auth-2.2.3.Final.pom (1.8 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.3.Final/wildfly-elytron-util-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.3.Final/wildfly-elytron-util-2.2.3.Final.pom (2.8 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.3.Final/wildfly-elytron-asn1-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.3.Final/wildfly-elytron-asn1-2.2.3.Final.pom (2.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.3.Final/wildfly-elytron-base-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.3.Final/wildfly-elytron-base-2.2.3.Final.pom (2.4 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.3.Final/wildfly-elytron-credential-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.3.Final/wildfly-elytron-credential-2.2.3.Final.pom (4.1 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-keystore/2.2.3.Final/wildfly-elytron-keystore-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.3.Final/wildfly-elytron-keystore-2.2.3.Final.pom (3.7 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.3.Final/wildfly-elytron-provider-util-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.3.Final/wildfly-elytron-provider-util-2.2.3.Final.pom (2.2 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.3.Final/wildfly-elytron-x500-cert-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.3.Final/wildfly-elytron-x500-cert-2.2.3.Final.pom (3.1 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.3.Final/wildfly-elytron-x500-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.3.Final/wildfly-elytron-x500-2.2.3.Final.pom (2.7 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.2.3.Final/wildfly-elytron-x500-cert-util-2.2.3.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/2.2.3.Final/wildfly-elytron-x500-cert-util-2.2.3.Final.pom (2.3 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.3.Final/wildfly-elytron-permission-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.3.Final/wildfly-elytron-permission-2.2.3.Final.pom (2.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.3.Final/wildfly-elytron-mechanism-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.3.Final/wildfly-elytron-mechanism-2.2.3.Final.pom (2.7 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.3.Final/wildfly-elytron-http-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.3.Final/wildfly-elytron-http-2.2.3.Final.pom (2.6 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-mechanism-digest/2.2.3.Final/wildfly-elytron-mechanism-digest-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.3.Final/wildfly-elytron-mechanism-digest-2.2.3.Final.pom (2.2 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.3.Final/wildfly-elytron-sasl-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.3.Final/wildfly-elytron-sasl-2.2.3.Final.pom (3.8 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-ssl/2.2.3.Final/wildfly-elytron-ssl-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.2.3.Final/wildfly-elytron-ssl-2.2.3.Final.pom (6.3 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.3.Final/wildfly-elytron-sasl-external-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.3.Final/wildfly-elytron-sasl-external-2.2.3.Final.pom (2.7 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-gs2/2.2.3.Final/wildfly-elytron-sasl-gs2-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.2.3.Final/wildfly-elytron-sasl-gs2-2.2.3.Final.pom (3.0 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-gssapi/2.2.3.Final/wildfly-elytron-mechanism-gssapi-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.2.3.Final/wildfly-elytron-mechanism-gssapi-2.2.3.Final.pom (2.9 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.3.Final/wildfly-elytron-security-manager-action-2.2.3.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/2.2.3.Final/wildfly-elytron-security-manager-action-2.2.3.Final.pom (1.7 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.3.Final/wildfly-elytron-sasl-gssapi-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.3.Final/wildfly-elytron-sasl-gssapi-2.2.3.Final.pom (3.4 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.3.Final/wildfly-elytron-sasl-oauth2-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.3.Final/wildfly-elytron-sasl-oauth2-2.2.3.Final.pom (2.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.3.Final/wildfly-elytron-mechanism-oauth2-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.3.Final/wildfly-elytron-mechanism-oauth2-2.2.3.Final.pom (2.4 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.3.Final/wildfly-elytron-sasl-plain-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.3.Final/wildfly-elytron-sasl-plain-2.2.3.Final.pom (2.5 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.3.Final/wildfly-elytron-sasl-scram-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.3.Final/wildfly-elytron-sasl-scram-2.2.3.Final.pom (2.7 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/2.2.3.Final/wildfly-elytron-mechanism-scram-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.3.Final/wildfly-elytron-mechanism-scram-2.2.3.Final.pom (2.3 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.3.Final/wildfly-elytron-password-impl-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.3.Final/wildfly-elytron-password-impl-2.2.3.Final.pom (2.9 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/14.0.27.Final/infinispan-query-dsl-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/14.0.27.Final/infinispan-query-dsl-14.0.27.Final.pom (3.0 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar (794 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.5.Final/protostream-types-4.6.5.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar (80 kB at 638 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.23.Final/jgroups-5.2.23.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.jar (5.6 MB at 41 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.27.Final/infinispan-client-hotrod-jakarta-14.0.27.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.jar (821 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.3.Final/wildfly-elytron-sasl-digest-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.5.Final/protostream-types-4.6.5.Final.jar (118 kB at 844 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.3.Final/wildfly-elytron-auth-server-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.jar (382 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.3.Final/wildfly-elytron-auth-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.23.Final/jgroups-5.2.23.Final.jar (2.3 MB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.3.Final/wildfly-elytron-base-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-digest/2.2.3.Final/wildfly-elytron-sasl-digest-2.2.3.Final.jar (36 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.3.Final/wildfly-elytron-permission-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.3.Final/wildfly-elytron-auth-server-2.2.3.Final.jar (280 kB at 647 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.3.Final/wildfly-elytron-x500-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.3.Final/wildfly-elytron-auth-2.2.3.Final.jar (13 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-credential/2.2.3.Final/wildfly-elytron-credential-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.27.Final/infinispan-client-hotrod-jakarta-14.0.27.Final.jar (710 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.3.Final/wildfly-elytron-keystore-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-permission/2.2.3.Final/wildfly-elytron-permission-2.2.3.Final.jar (63 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.3.Final/wildfly-elytron-x500-cert-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.3.Final/wildfly-elytron-x500-2.2.3.Final.jar (37 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.2.3.Final/wildfly-elytron-x500-cert-util-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.3.Final/wildfly-elytron-credential-2.2.3.Final.jar (139 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.3.Final/wildfly-elytron-provider-util-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.3.Final/wildfly-elytron-keystore-2.2.3.Final.jar (49 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.3.Final/wildfly-elytron-mechanism-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-base/2.2.3.Final/wildfly-elytron-base-2.2.3.Final.jar (32 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.3.Final/wildfly-elytron-http-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/2.2.3.Final/wildfly-elytron-x500-cert-2.2.3.Final.jar (69 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.3.Final/wildfly-elytron-mechanism-digest-2.2.3.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/2.2.3.Final/wildfly-elytron-x500-cert-util-2.2.3.Final.jar (8.1 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.3.Final/wildfly-elytron-sasl-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.3.Final/wildfly-elytron-mechanism-digest-2.2.3.Final.jar (13 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-ssl/2.2.3.Final/wildfly-elytron-ssl-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.3.Final/wildfly-elytron-provider-util-2.2.3.Final.jar (16 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.3.Final/wildfly-elytron-util-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.2.3.Final/wildfly-elytron-ssl-2.2.3.Final.jar (179 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.3.Final/wildfly-elytron-sasl-external-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-util/2.2.3.Final/wildfly-elytron-util-2.2.3.Final.jar (35 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.2.3.Final/wildfly-elytron-sasl-gs2-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.3.Final/wildfly-elytron-sasl-2.2.3.Final.jar (163 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.3.Final/wildfly-elytron-asn1-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism/2.2.3.Final/wildfly-elytron-mechanism-2.2.3.Final.jar (39 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-mechanism-gssapi/2.2.3.Final/wildfly-elytron-mechanism-gssapi-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-http/2.2.3.Final/wildfly-elytron-http-2.2.3.Final.jar (35 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.3.Final/wildfly-elytron-security-manager-action-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-external/2.2.3.Final/wildfly-elytron-sasl-external-2.2.3.Final.jar (12 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.3.Final/wildfly-elytron-sasl-gssapi-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-gssapi/2.2.3.Final/wildfly-elytron-mechanism-gssapi-2.2.3.Final.jar (18 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.3.Final/wildfly-elytron-sasl-oauth2-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.3.Final/wildfly-elytron-asn1-2.2.3.Final.jar (38 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.3.Final/wildfly-elytron-mechanism-oauth2-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gs2/2.2.3.Final/wildfly-elytron-sasl-gs2-2.2.3.Final.jar (25 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.3.Final/wildfly-elytron-sasl-plain-2.2.3.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/2.2.3.Final/wildfly-elytron-security-manager-action-2.2.3.Final.jar (20 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.3.Final/wildfly-elytron-sasl-scram-2.2.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/2.2.3.Final/wildfly-elytron-sasl-gssapi-2.2.3.Final.jar (28 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.3.Final/wildfly-elytron-mechanism-scram-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-oauth2/2.2.3.Final/wildfly-elytron-sasl-oauth2-2.2.3.Final.jar (11 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.3.Final/wildfly-elytron-password-impl-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-plain/2.2.3.Final/wildfly-elytron-sasl-plain-2.2.3.Final.jar (14 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.8/rxjava-3.1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.3.Final/wildfly-elytron-mechanism-oauth2-2.2.3.Final.jar (9.5 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/14.0.27.Final/infinispan-query-dsl-14.0.27.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.3.Final/wildfly-elytron-mechanism-scram-2.2.3.Final.jar (26 kB at 31 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.3.Final/wildfly-elytron-password-impl-2.2.3.Final.jar (102 kB at 121 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-scram/2.2.3.Final/wildfly-elytron-sasl-scram-2.2.3.Final.jar (17 kB at 20 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-query-dsl/14.0.27.Final/infinispan-query-dsl-14.0.27.Final.jar (64 kB at 71 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/reactivex/rxjava3/rxjava/3.1.8/rxjava-3.1.8.jar (2.7 MB at 2.8 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-device-connection-infinispan --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-device-connection-infinispan --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ client-device-connection-infinispan --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/InfinispanRemoteConfigurationProperties.java:[78,44] setTrustStorePath(java.lang.String) in org.infinispan.client.hotrod.impl.ConfigurationProperties has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ client-device-connection-infinispan --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-device-connection-infinispan --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/test/java/org/eclipse/hono/deviceconnection/infinispan/client/RemoteCacheQuarkusPropertyBindingTest.java:[74,37] getTrustStorePath() in org.infinispan.client.hotrod.impl.ConfigurationProperties has been deprecated and marked for removal [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.EmbeddedCacheTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.3 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.RemoteCacheQuarkusPropertyBindingTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 28, 2024 6:13:06 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.306 s - in org.eclipse.hono.deviceconnection.infinispan.client.RemoteCacheQuarkusPropertyBindingTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.866 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.299 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.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-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.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-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ client-device-connection-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 2.6.0 [50/64] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-example --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.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-Release-Pipeline/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 2.6.0 [51/64] [INFO] from examples/hono-client-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-example-client --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-example-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-example-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-example-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-example-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-example-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-example-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-example-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-example-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.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-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.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-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example-client --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/2.6.0/hono-example-client-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/2.6.0/hono-example-client-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example-client/2.6.0/hono-example-client-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------ [INFO] Building Hono Protocol Gateway example 2.6.0 [52/64] [INFO] from examples/protocol-gateway-example/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ protocol-gateway --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ protocol-gateway --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ protocol-gateway --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ protocol-gateway --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ protocol-gateway --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ protocol-gateway --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ protocol-gateway --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ protocol-gateway --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ protocol-gateway --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ protocol-gateway --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2018ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.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-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0-sources.jar [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ protocol-gateway --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/2.6.0/protocol-gateway-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/2.6.0/protocol-gateway-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/protocol-gateway/2.6.0/protocol-gateway-2.6.0-sources.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 2.6.0 [53/64] [INFO] from services/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-services --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3:jandex (make-index) @ hono-services --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-services --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-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.10:report (default-report) @ hono-services --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-parent >---------------- [INFO] Building Hono Services Parent 2.6.0 [54/64] [INFO] from services/parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-services-parent --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-services-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-services-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.2.0:set-system-properties (default) @ hono-services-parent --- [INFO] Set 1 system property [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-services-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/parent/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-services-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/parent/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- quarkus-maven-plugin:3.8.4: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.10:report (default-report) @ hono-services-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/services/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom [INFO] [INFO] --------------< org.eclipse.hono:hono-service-auth-base >--------------- [INFO] Building Hono Auth base 2.6.0 [55/64] [INFO] from services/auth-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.8.4/quarkus-resteasy-reactive-jackson-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.8.4/quarkus-resteasy-reactive-jackson-3.8.4.pom (2.2 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-parent/3.8.4/quarkus-resteasy-reactive-jackson-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-parent/3.8.4/quarkus-resteasy-reactive-jackson-parent-3.8.4.pom (790 B at 9.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.8.4/quarkus-resteasy-reactive-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.8.4/quarkus-resteasy-reactive-3.8.4.pom (3.2 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.8.4/quarkus-resteasy-reactive-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.8.4/quarkus-resteasy-reactive-common-3.8.4.pom (2.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.4/resteasy-reactive-vertx-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.4/resteasy-reactive-vertx-3.8.4.pom (4.0 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.8.4/quarkus-resteasy-reactive-jackson-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.8.4/quarkus-resteasy-reactive-jackson-common-3.8.4.pom (2.1 kB at 23 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/3.8.4/quarkus-resteasy-reactive-jackson-common-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-parent/3.8.4/quarkus-resteasy-reactive-jackson-common-parent-3.8.4.pom (809 B at 9.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.8.4/resteasy-reactive-jackson-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.8.4/resteasy-reactive-jackson-3.8.4.pom (2.6 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.8.4/quarkus-resteasy-reactive-jackson-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.8.4/quarkus-resteasy-reactive-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.8.4/quarkus-resteasy-reactive-common-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.4/resteasy-reactive-vertx-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.8.4/quarkus-resteasy-reactive-jackson-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.8.4/quarkus-resteasy-reactive-common-3.8.4.jar (13 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.8.4/resteasy-reactive-jackson-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.8.4/quarkus-resteasy-reactive-jackson-common-3.8.4.jar (9.6 kB at 146 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.8.4/quarkus-resteasy-reactive-3.8.4.jar (122 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.4/resteasy-reactive-vertx-3.8.4.jar (61 kB at 620 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.8.4/quarkus-resteasy-reactive-jackson-3.8.4.jar (48 kB at 482 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.8.4/resteasy-reactive-jackson-3.8.4.jar (6.7 kB at 54 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-auth-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-auth-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-service-auth-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-auth-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-auth-base --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.SimpleAuthenticationServerTest [INFO] Running org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceOptionsTest [INFO] Running org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.678 s - in org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceOptionsTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:13:38,135 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,752 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.901 s - in org.eclipse.hono.authentication.SimpleAuthenticationServerTest 2024-05-28 18:13:38,824 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,826 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,836 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,838 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,847 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,849 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,858 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,860 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,946 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,947 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,957 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,959 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,967 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,969 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,977 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:38,978 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:38,987 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:60) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) 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:840) 2024-05-28 18:13:39,028 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:39,030 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:39,039 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:39,040 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:39,049 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:39,050 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-28 18:13:39,058 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-28 18:13:39,060 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: 3.205 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.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-auth-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.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-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.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-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-auth-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth Server 2.6.0 [56/64] [INFO] from services/auth/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-auth --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-auth --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.2.0:set-system-properties (default) @ hono-service-auth --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-auth --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-auth --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-auth --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-auth --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/hono-service-auth-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4: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/3.8.4/quarkus-resteasy-reactive-kotlin-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-kotlin/3.8.4/quarkus-resteasy-reactive-kotlin-3.8.4.jar (32 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.8.4/quarkus-resteasy-reactive-jackson-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.8.4/quarkus-resteasy-reactive-jackson-deployment-3.8.4.pom (2.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.4/quarkus-resteasy-reactive-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.4/quarkus-resteasy-reactive-deployment-3.8.4.pom (5.4 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.4/quarkus-jaxrs-spi-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.4/quarkus-jaxrs-spi-deployment-3.8.4.pom (773 B at 2.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-parent/3.8.4/quarkus-jaxrs-spi-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-parent/3.8.4/quarkus-jaxrs-spi-parent-3.8.4.pom (717 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.8.4/quarkus-security-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.8.4/quarkus-security-spi-3.8.4.pom (1.5 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.4/quarkus-resteasy-reactive-common-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.4/quarkus-resteasy-reactive-common-deployment-3.8.4.pom (3.8 kB at 23 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/3.8.4/quarkus-resteasy-reactive-jackson-common-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/3.8.4/quarkus-resteasy-reactive-jackson-common-deployment-3.8.4.pom (1.8 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.4/quarkus-jaxrs-spi-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jaxrs-spi-deployment/3.8.4/quarkus-jaxrs-spi-deployment-3.8.4.jar (3.3 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.8.4/quarkus-security-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-security-spi/3.8.4/quarkus-security-spi-3.8.4.jar (7.1 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.4/quarkus-resteasy-reactive-common-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common-deployment/3.8.4/quarkus-resteasy-reactive-common-deployment-3.8.4.jar (33 kB at 796 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.4/quarkus-resteasy-reactive-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.4/quarkus-resteasy-reactive-deployment-3.8.4.jar (135 kB at 2.8 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/3.8.4/quarkus-resteasy-reactive-jackson-common-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-deployment/3.8.4/quarkus-resteasy-reactive-jackson-common-deployment-3.8.4.jar (3.9 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.8.4/quarkus-resteasy-reactive-jackson-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-deployment/3.8.4/quarkus-resteasy-reactive-jackson-deployment-3.8.4.jar (19 kB at 261 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3759ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/hono-service-auth-2.6.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-Release-Pipeline/services/auth/target/hono-service-auth-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/hono-service-auth-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/hono-service-auth-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/hono-service-auth-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/services/auth/target/hono-service-auth-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth/target/hono-service-auth-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >--------- [INFO] Building Hono Service Device Registry Base 2.6.0 [57/64] [INFO] from services/device-registry-base/pom.xml [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 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.pom (1.2 kB at 11 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/2.0.6/jcl-over-slf4j-2.0.6.jar [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 261 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.jar (17 kB at 396 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy resources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 80 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-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-Release-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.3:jandex (make-index) @ hono-service-device-registry-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 29 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.AbstractCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsManagementServiceTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.111 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Running org.eclipse.hono.service.management.tenant.TenantTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.602 s - in org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractDeviceManagementServiceTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.813 s - in org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.hono.deviceregistry.service.device.AbstractDeviceManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.EdgeDeviceAutoProvisionerTest 2024-05-28 18:14:17,847 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1296343700 2024-05-28 18:14:18,063 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1765053453 2024-05-28 18:14:18,066 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] 2024-05-28 18:14:18,127 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 761363025 2024-05-28 18:14:18,135 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] 2024-05-28 18:14:18,225 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1553656005 2024-05-28 18:14:18,231 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 686958530 2024-05-28 18:14:18,238 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 634000732 2024-05-28 18:14:18,240 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] 2024-05-28 18:14:18,244 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1761557184 2024-05-28 18:14:18,249 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 366601292 2024-05-28 18:14:18,324 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1430994524 2024-05-28 18:14:18,329 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1303409120 [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.816 s - in org.eclipse.hono.deviceregistry.service.device.EdgeDeviceAutoProvisionerTest [INFO] Running org.eclipse.hono.deviceregistry.service.tenant.AbstractTenantManagementServiceTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.082 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.deviceregistry.service.tenant.AbstractTenantManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.util.DeviceRegistryUtilsTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.deviceregistry.util.DeviceRegistryUtilsTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.109 s - in org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Running org.eclipse.hono.service.management.FilterTest [INFO] Running org.eclipse.hono.service.management.SortTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.service.management.SortTest [INFO] Running org.eclipse.hono.service.management.credentials.CommonSecretTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.service.management.FilterTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsDtoTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.hono.service.management.credentials.CredentialsDtoTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest 2024-05-28 18:14:19,034 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:19,035 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.hono.service.management.credentials.CommonSecretTest 2024-05-28 18:14:19,145 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Running org.eclipse.hono.service.management.credentials.GenericSecretTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.487 s - in org.eclipse.hono.service.management.tenant.TenantTest [INFO] Running org.eclipse.hono.service.management.device.DeviceTest 2024-05-28 18:14:19,225 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:19,264 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:19,324 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:19,332 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 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.042 s - in org.eclipse.hono.service.management.device.DeviceTest [INFO] Running org.eclipse.hono.service.management.device.DeviceAndGatewayAutoProvisionerTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.service.management.credentials.PasswordSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.PskSecretTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.hono.service.management.credentials.PskSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.RpkSecretTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.091 s - in org.eclipse.hono.service.management.credentials.RpkSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.X509CertificateSecretTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.service.management.credentials.X509CertificateSecretTest [INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest 2024-05-28 18:14:20,927 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:20,929 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:20,933 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:20,943 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:20,947 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:20,955 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,024 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,028 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,035 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.29 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest 2024-05-28 18:14:21,344 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,350 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,352 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,354 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,357 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,358 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:14:21,359 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: .* [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.394 s - in org.eclipse.hono.service.management.credentials.CredentialsTest 2024-05-28 18:14:22,289 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: 6d722ff7-0940-4d0a-bc76-4cae02b21355, device-id: 246170df-1a23-491d-b55b-87751e492394, device-version: null, status: 500] 2024-05-28 18:14:22,578 WARN [org.ecl.hon.ser.man.dev.DeviceAndGatewayAutoProvisioner] (ForkJoinPool-1-worker-1) auto-provisioning failed: credentials could not be set [tenant-id: 65241f39-87f5-4404-a309-cc3d25e1a03e, device-id: dab6ea9c-a7b9-487c-ac46-43d61f79b06f, auth-id: O=Eclipse,OU=Hono,CN=27fad506-098d-4bae-be06-85b6fff41b66, status: 500] 2024-05-28 18:14:23,955 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: 0928f9d3-ec46-4386-9f73-fb3e7df843cb, device-id: 3d6eab4b-7422-448b-90a5-359ccbd1f76c, device-version: null, status: 500] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.408 s - in org.eclipse.hono.service.management.device.DeviceAndGatewayAutoProvisionerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-device-registry-base --- [INFO] Copying 60 resources from target/classes/META-INF to target/test-classes/META-INF [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.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-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.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-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-tests.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.10: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-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-tests.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-tests.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 2.6.0 [58/64] [INFO] from services/base-jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.pom (6.5 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.5.7/vertx-sql-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.5.7/vertx-sql-client-4.5.7.pom (3.6 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client-parent/4.5.7/vertx-sql-client-parent-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client-parent/4.5.7/vertx-sql-client-parent-4.5.7.pom (7.7 kB at 129 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 18 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 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.8.4/quarkus-agroal-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.8.4/quarkus-agroal-3.8.4.pom (3.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.8.4/quarkus-datasource-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.8.4/quarkus-datasource-3.8.4.pom (2.1 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.8.4/quarkus-narayana-jta-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.8.4/quarkus-narayana-jta-3.8.4.pom (5.5 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-parent/3.8.4/quarkus-narayana-jta-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-parent/3.8.4/quarkus-narayana-jta-parent-3.8.4.pom (745 B at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.8.4/quarkus-transaction-annotations-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.8.4/quarkus-transaction-annotations-3.8.4.pom (777 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations-parent/3.8.4/quarkus-transaction-annotations-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations-parent/3.8.4/quarkus-transaction-annotations-parent-3.8.4.pom (731 B at 6.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.pom (1.1 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.pom (2.0 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters/3.0.1/smallrye-reactive-converters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters/3.0.1/smallrye-reactive-converters-3.0.1.pom (1.7 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters-projects/3.0.1/smallrye-reactive-converters-projects-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converters-projects/3.0.1/smallrye-reactive-converters-projects-3.0.1.pom (6.8 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-parent/40/smallrye-parent-40.pom (6.0 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-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.pom (1.5 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/7.0.0.Final/narayana-jta-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/7.0.0.Final/narayana-jta-7.0.0.Final.pom (13 kB at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta-all/7.0.0.Final/narayana-jta-all-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta-all/7.0.0.Final/narayana-jta-all-7.0.0.Final.pom (2.0 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-all/7.0.0.Final/narayana-all-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-all/7.0.0.Final/narayana-all-7.0.0.Final.pom (31 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom/7.0.0.Final/narayana-bom-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom/7.0.0.Final/narayana-bom-7.0.0.Final.pom (29 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.pom (4.6 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom (13 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.pom (6.9 kB at 385 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/3.0/microprofile-reactive-streams-operators-api-3.0.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/3.0/microprofile-reactive-streams-operators-api-3.0.pom (4.8 kB at 433 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/3.0/microprofile-reactive-streams-operators-parent-3.0.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/3.0/microprofile-reactive-streams-operators-parent-3.0.pom (3.6 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.5/microprofile-parent-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.5/microprofile-parent-2.5.pom (51 kB at 7.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha9/arquillian-bom-1.7.0.Alpha9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha9/arquillian-bom-1.7.0.Alpha9.pom (10 kB at 1.7 MB/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 1.2 MB/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 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/7.0.0.Final/narayana-jts-integration-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/7.0.0.Final/narayana-jts-integration-7.0.0.Final.pom (6.7 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-all/7.0.0.Final/narayana-jts-all-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-all/7.0.0.Final/narayana-jts-all-7.0.0.Final.pom (3.6 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom-test/7.0.0.Final/narayana-bom-test-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom-test/7.0.0.Final/narayana-bom-test-7.0.0.Final.pom (15 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.pom (2.1 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-parent/2.3/agroal-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-parent/2.3/agroal-parent-2.3.pom (6.6 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/43/jboss-parent-43.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/43/jboss-parent-43.pom (75 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.3/agroal-narayana-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.3/agroal-narayana-2.3.pom (1.1 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.3/agroal-pool-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.3/agroal-pool-2.3.pom (2.2 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.5.7/vertx-sql-client-4.5.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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.8.4/quarkus-agroal-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-sql-client/4.5.7/vertx-sql-client-4.5.7.jar (175 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.8.4/quarkus-datasource-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal/3.8.4/quarkus-agroal-3.8.4.jar (48 kB at 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.8.4/quarkus-narayana-jta-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.jar (146 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.8.4/quarkus-transaction-annotations-3.8.4.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 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.jar [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 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.8.4/quarkus-datasource-3.8.4.jar (14 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.jar (7.5 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/7.0.0.Final/narayana-jta-7.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.jar (7.8 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-api/3.0.1/smallrye-reactive-converter-api-3.0.1.jar (5.9 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-transaction-annotations/3.8.4/quarkus-transaction-annotations-3.8.4.jar (2.9 kB at 23 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/3.0/microprofile-reactive-streams-operators-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.jar (76 kB at 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/7.0.0.Final/narayana-jts-integration-7.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta/3.8.4/quarkus-narayana-jta-3.8.4.jar (78 kB at 612 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar (65 kB at 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.3/agroal-narayana-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/3.0/microprofile-reactive-streams-operators-api-3.0.jar (42 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jts/narayana-jts-integration/7.0.0.Final/narayana-jts-integration-7.0.0.Final.jar (49 kB at 339 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.3/agroal-pool-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/7.0.0.Final/narayana-jta-7.0.0.Final.jar (1.1 MB at 7.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-narayana/2.3/agroal-narayana-2.3.jar (20 kB at 136 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.jar (63 kB at 418 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.3/agroal-pool-2.3.jar (126 kB at 801 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.jar (32 kB at 168 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base-jdbc --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-base-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-service-base-jdbc --- [INFO] Copying 13 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: /home/jenkins/agent/workspace/Hono-Release-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-Release-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.3:jandex (make-index) @ hono-service-base-jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-base-jdbc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.StatementTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest May 28, 2024 6:14:42 PM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.515 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.511 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.648 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.3.0:jar (default-jar) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.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-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.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-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-base-jdbc --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-command-router-base >---------- [INFO] Building Hono Service Command Router Base 2.6.0 [59/64] [INFO] from services/command-router-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/4.12.0/mockwebserver-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/4.12.0/mockwebserver-4.12.0.pom (2.0 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/4.12.0/mockwebserver-4.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/4.12.0/mockwebserver-4.12.0.jar (75 kB at 1.2 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-command-router-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-command-router-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-command-router-base --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-command-router-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-command-router-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-command-router-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-command-router-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-command-router-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-command-router-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.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.DelegatingCommandRouterAmqpEndpointTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:14:59,730 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) stopping command router 2024-05-28 18:14:59,736 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) successfully stopped command router 2024-05-28 18:14:59,960 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:315) 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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) 2024-05-28 18:15:00,024 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:316) 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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) 2024-05-28 18:15:00,028 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:317) 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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) 2024-05-28 18:15:00,031 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:318) 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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) 2024-05-28 18:15:00,034 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:319) 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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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) 2024-05-28 18:15:00,038 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:320) 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:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.216 s - in org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.KubernetesBasedAdapterInstanceStatusServiceTest 2024-05-28 18:15:00,332 WARN [org.ecl.hon.com.imp.pub.PubSubBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) Pub/Sub command message is invalid: java.lang.IllegalArgumentException: device ID is not set at org.eclipse.hono.client.command.pubsub.PubSubBasedCommand.lambda$getCommand$4(PubSubBasedCommand.java:133) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at org.eclipse.hono.client.command.pubsub.PubSubBasedCommand.getCommand(PubSubBasedCommand.java:133) at org.eclipse.hono.client.command.pubsub.PubSubBasedCommand.from(PubSubBasedCommand.java:122) at org.eclipse.hono.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandler.mapAndDelegateIncomingCommandMessage(PubSubBasedMappingAndDelegatingCommandHandler.java:117) at org.eclipse.hono.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandlerTest.testCommandDelegationForInvalidCommandCatchException(PubSubBasedMappingAndDelegatingCommandHandlerTest.java:153) 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:728) 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:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) 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.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) 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:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) 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:202) 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:179) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153) 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:202) 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) 2024-05-28 18:15:00,358 INFO [org.ecl.hon.com.imp.pub.PubSubBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) received valid command record [Command [name: command-subject, tenant-id: d7df5838-986a-4bbd-ba1d-469eacbff0c8, device-id: f8b07a5b-6157-4d60-b5ce-ad98499e5563, request-id: null]] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.619 s - in org.eclipse.hono.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.597 s - in org.eclipse.hono.commandrouter.impl.DelegatingCommandRouterAmqpEndpointTest [INFO] Running org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest 2024-05-28 18:15:00,960 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) commands from partition [hono.command.DEFAULT_TENANT-0] aren't handled here anymore but the corresponding command queue isn't empty! [queue size: 3] 2024-05-28 18:15:00,961 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) command won't be sent - commands from partition [hono.command.DEFAULT_TENANT-0] aren't handled by this consumer anymore [Command [name: subject_1, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 20dcorrelationId, partition offset: 1]] 2024-05-28 18:15:00,963 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) command won't be sent - commands from partition [hono.command.DEFAULT_TENANT-0] aren't handled by this consumer anymore [Command [name: subject_2, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 20dcorrelationId, partition offset: 2]] 2024-05-28 18:15:00,967 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) command won't be sent - commands 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, partition offset: 0]] 2024-05-28 18:15:01,268 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.641 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest 2024-05-28 18:15:01,437 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,444 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,452 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,458 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,566 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,599 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,626 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,634 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,642 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-28 18:15:01,657 INFO [org.ecl.hon.com.imp.kaf.KafkaBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) command processing timed out after 8s [Command [name: cmd-subject, tenant-id: e5695e7f-fbc3-4e3e-954b-78a9764ee55d, device-id: 26629a92-be6c-42d7-81d2-ab8ae96071a1, request-id: null, partition offset: 0]] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 s - in org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.InternalKafkaTopicCleanupServiceTest 2024-05-28 18:15:01,733 INFO [org.ecl.hon.com.imp.kaf.KafkaBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) command processing timed out after 8s [Command [name: cmd-subject, tenant-id: 70db9b70-f23c-4b8b-a584-5c550ada78a0, device-id: e0aa4be6-91e9-4b12-bfb9-7946a81bc934, request-id: null, partition offset: 0]] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.391 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest 2024-05-28 18:15:02,035 INFO [org.ecl.hon.com.imp.kaf.InternalKafkaTopicCleanupService] (ForkJoinPool-1-worker-3) started InternalKafkaTopicCleanupService 2024-05-28 18:15:02,040 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] 2024-05-28 18:15:02,041 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.314 s - in org.eclipse.hono.commandrouter.impl.kafka.InternalKafkaTopicCleanupServiceTest 2024-05-28 18:15:02,929 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:02,931 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [8d1a85adbc8f]; active adapter containers now: 1 2024-05-28 18:15:02,932 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod1], container [142f5216cb09]; active adapter containers now: 2 2024-05-28 18:15:02,979 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {8d1a85adbc8f=adapterTestPod0, 142f5216cb09=adapterTestPod1} 2024-05-28 18:15:03,327 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-3-thread-1) removed entry for pod [adapterTestPod1] and terminated container [142f5216cb09] (reason: 'null'); active adapter containers now: 1 2024-05-28 18:15:03,328 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-3-thread-1) added entry for pod [adapterTestPod1], container [25d1ccd2e09c]; active adapter containers now: 2 2024-05-28 18:15:03,476 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:03,477 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [091d077e0e29]; active adapter containers now: 1 2024-05-28 18:15:03,481 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {091d077e0e29=adapterTestPod0} 2024-05-28 18:15:03,494 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-6-thread-1) added entry for pod [adapterTestPod1], container [f96aa450ae1c]; active adapter containers now: 2 2024-05-28 18:15:03,638 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:03,638 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [ffafba0eeea4]; active adapter containers now: 1 2024-05-28 18:15:03,639 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod1], container [0089d13aef58]; active adapter containers now: 2 2024-05-28 18:15:03,642 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {0089d13aef58=adapterTestPod1, ffafba0eeea4=adapterTestPod0} 2024-05-28 18:15:03,655 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-8-thread-1) removed entry for deleted pod [adapterTestPod1], container [0089d13aef58]; active adapter containers now: 1 2024-05-28 18:15:03,758 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:03,762 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {} 2024-05-28 18:15:03,884 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:03,884 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [c5f22ca90b90]; active adapter containers now: 1 2024-05-28 18:15:03,888 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {c5f22ca90b90=adapterTestPod0} 2024-05-28 18:15:03,998 ERROR [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-12-thread-1) 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:401) at io.fabric8.kubernetes.client.dsl.internal.AbstractWatchManager.onMessage(AbstractWatchManager.java:369) at io.fabric8.kubernetes.client.dsl.internal.WatcherWebSocketListener.onMessage(WatcherWebSocketListener.java:52) at io.fabric8.kubernetes.client.vertx.VertxWebSocket.lambda$init$1(VertxWebSocket.java:53) at io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.handleTextFrame(WebSocketImplBase.java:634) at io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.handle(WebSocketImplBase.java:600) at io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.handle(WebSocketImplBase.java:589) at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:279) at io.vertx.core.http.impl.WebSocketImplBase.receiveFrame(WebSocketImplBase.java:534) at io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:255) at io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:134) at io.vertx.core.http.impl.WebSocketImplBase.handleFrame(WebSocketImplBase.java:475) at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:313) at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:293) at io.vertx.core.http.impl.Http1xConnectionBase.handleWsFrame(Http1xConnectionBase.java:66) at io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:778) at io.vertx.core.net.impl.ConnectionBase.read(ConnectionBase.java:159) at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:153) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) 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:840) 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] ... 39 more 2024-05-28 18:15:04,099 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-12-thread-1) Recreating watch 2024-05-28 18:15:04,105 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-12-thread-1) refresh container status list 2024-05-28 18:15:04,105 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-12-thread-1) added entry for pod [adapterTestPod0], container [c5f22ca90b90]; active adapter containers now: 1 2024-05-28 18:15:04,109 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-12-thread-1) initialized list of active adapter containers: {c5f22ca90b90=adapterTestPod0} 2024-05-28 18:15:04,210 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-1762345398-pool-12-thread-1) added entry for pod [adapterTestPod1], container [e3dca64ee5aa]; active adapter containers now: 2 2024-05-28 18:15:04,271 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:04,272 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [69925f0f2411]; active adapter containers now: 1 2024-05-28 18:15:04,276 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {69925f0f2411=adapterTestPod0} 2024-05-28 18:15:04,282 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:04,282 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [69925f0f2411]; active adapter containers now: 1 2024-05-28 18:15:04,329 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-28 18:15:04,329 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [69925f0f2411]; active adapter containers now: 1 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.145 s - in org.eclipse.hono.commandrouter.impl.KubernetesBasedAdapterInstanceStatusServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-command-router-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-service-command-router-base --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4092ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-command-router-base --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-command-router-base --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-sources.jar [INFO] [INFO] ------< org.eclipse.hono:hono-service-command-router-infinispan >------- [INFO] Building Hono Infinispan Based Command Router 2.6.0 [60/64] [INFO] from services/command-router-infinispan/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-command-router-infinispan --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-command-router-infinispan --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-command-router-infinispan --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-command-router-infinispan --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-command-router-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] argLine set to empty [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-command-router-infinispan --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-command-router-infinispan --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-command-router-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/src/main/java/org/eclipse/hono/commandrouter/infinispan/app/InfinispanDeviceConnectionInfoProducer.java: unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-command-router-infinispan --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-command-router-infinispan --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-command-router-infinispan --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-command-router-infinispan --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-command-router-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-service-command-router-infinispan --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4787ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-service-command-router-infinispan --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-command-router-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-command-router-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-service-command-router-infinispan --- [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-sources.jar [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >--------- [INFO] Building Hono JDBC Based Device Registry 2.6.0 [61/64] [INFO] from services/device-registry-jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.pom (1.7 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/4.5.7/vertx-auth-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth/4.5.7/vertx-auth-4.5.7.pom (2.4 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.8.4/quarkus-jdbc-postgresql-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.8.4/quarkus-jdbc-postgresql-3.8.4.pom (2.9 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-parent/3.8.4/quarkus-jdbc-postgresql-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-parent/3.8.4/quarkus-jdbc-postgresql-parent-3.8.4.pom (701 B at 7.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-parent/3.8.4/quarkus-jdbc-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-parent/3.8.4/quarkus-jdbc-parent-3.8.4.pom (952 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.2/postgresql-42.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.2/postgresql-42.7.2.pom (3.1 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.8.4/quarkus-jdbc-h2-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.8.4/quarkus-jdbc-h2-3.8.4.pom (2.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-parent/3.8.4/quarkus-jdbc-h2-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-parent/3.8.4/quarkus-jdbc-h2-parent-3.8.4.pom (685 B at 9.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.224/h2-2.2.224.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.224/h2-2.2.224.pom (1.1 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.pom (2.4 kB at 488 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-modules/1.17.0/jts-modules-1.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-modules/1.17.0/jts-modules-1.17.0.pom (1.3 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts/1.17.0/jts-1.17.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts/1.17.0/jts-1.17.0.pom (11 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.6/postgresql-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.6/postgresql-1.19.6.pom (1.5 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.6/jdbc-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.6/jdbc-1.19.6.pom (1.5 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.6/database-commons-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.6/database-commons-1.19.6.pom (1.5 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.8.4/quarkus-jdbc-postgresql-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.8.4/quarkus-jdbc-h2-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.224/h2-2.2.224.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.jar (888 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.2/postgresql-42.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.jar (33 kB at 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.6/postgresql-1.19.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.224/h2-2.2.224.jar (2.6 MB at 37 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.6/jdbc-1.19.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.2/postgresql-42.7.2.jar (1.1 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.6/database-commons-1.19.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.6/database-commons-1.19.6.jar (15 kB at 144 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.6/jdbc-1.19.6.jar (29 kB at 281 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.6/postgresql-1.19.6.jar (9.7 kB at 89 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.8.4/quarkus-jdbc-postgresql-3.8.4.jar (20 kB at 153 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.8.4/quarkus-jdbc-h2-3.8.4.jar (11 kB at 81 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.2.0:set-system-properties (default) @ hono-service-device-registry-jdbc --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-jdbc --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: /home/jenkins/agent/workspace/Hono-Release-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-Release-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.3:jandex (make-index) @ hono-service-device-registry-jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-jdbc --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.JdbcBasedCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-28 18:15:39,929 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithStringFilter(VertxTestContext) 2024-05-28 18:15:39,929 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAdapterGetByTrustAnchorNotFound(Vertx, VertxTestContext) 2024-05-28 18:15:39,929 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsFailsForWrongResourceVersion(VertxTestContext) 2024-05-28 18:15:40,238 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:40,238 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:40,238 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:40,443 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-28 18:15:40,444 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:40,944 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateFailsForNonExistingTenant(VertxTestContext) 2024-05-28 18:15:41,041 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:41,455 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateAndUpdate(Vertx, VertxTestContext) 2024-05-28 18:15:41,564 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:41,745 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext) 2024-05-28 18:15:41,763 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 2024-05-28 18:15:41,863 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:41,952 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:42,054 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateAndFind(Vertx, VertxTestContext) 2024-05-28 18:15:42,160 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:42,232 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithViaFilter(VertxTestContext) 2024-05-28 18:15:42,333 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:42,444 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testManagementReadNotFound(Vertx, VertxTestContext) 2024-05-28 18:15:42,526 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testGetCredentialsFailsForNonMatchingTypeAndAuthId(VertxTestContext) 2024-05-28 18:15:42,547 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:42,650 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:42,665 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithStringAllCharsWildcardsFilter(VertxTestContext) 2024-05-28 18:15:42,755 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:42,839 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAdapterGetByIdNotFound(VertxTestContext) 2024-05-28 18:15:42,843 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:42,942 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:43,130 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchAllDevices(VertxTestContext) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.71 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest 2024-05-28 18:15:43,165 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext) 2024-05-28 18:15:43,246 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testResolveGroupsWhenDeleting(VertxTestContext) 2024-05-28 18:15:43,255 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:43,365 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:43,463 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:43,535 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithBooleanFilter(VertxTestContext) 2024-05-28 18:15:43,546 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:43,662 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:43,929 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testResolveGroups(VertxTestContext) 2024-05-28 18:15:43,940 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithPageSize(VertxTestContext) 2024-05-28 18:15:44,055 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,126 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,128 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsFailsForInvalidSecret(VertxTestContext) 2024-05-28 18:15:44,155 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,338 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithStringOneCharWildcardsFilter(VertxTestContext) 2024-05-28 18:15:44,344 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext) 2024-05-28 18:15:44,366 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,370 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,454 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: 1.324 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest 2024-05-28 18:15:44,548 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateDuplicateDeviceFails(VertxTestContext) 2024-05-28 18:15:44,549 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithIntegerFilter(VertxTestContext) 2024-05-28 18:15:44,636 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,641 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,832 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetDisabledCredentials(VertxTestContext) 2024-05-28 18:15:44,834 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithPageOffset(VertxTestContext) 2024-05-28 18:15:44,923 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:44,929 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.691 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 2024-05-28 18:15:45,051 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateDevice(VertxTestContext) 2024-05-28 18:15:45,132 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext) 2024-05-28 18:15:45,141 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,226 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 2024-05-28 18:15:45,339 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDevicePreservesStatusProperties(VertxTestContext) 2024-05-28 18:15:45,343 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantFailsForDuplicateCa(VertxTestContext) 2024-05-28 18:15:45,438 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,439 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,624 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetForCertificateAuthoritySucceeds(VertxTestContext) 2024-05-28 18:15:45,627 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceFailsForNonExistingDevice(VertxTestContext) 2024-05-28 18:15:45,647 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,647 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,736 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext) 2024-05-28 18:15:45,743 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext) 2024-05-28 18:15:45,762 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext) 2024-05-28 18:15:45,824 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,836 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,861 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,861 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:45,958 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext) 2024-05-28 18:15:46,026 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext) 2024-05-28 18:15:46,038 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,046 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,130 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,142 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext) 2024-05-28 18:15:46,143 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext) 2024-05-28 18:15:46,161 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,161 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,334 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetTenantFailsForNonExistingTenant(VertxTestContext) 2024-05-28 18:15:46,334 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceSucceedsForExistingDevice(VertxTestContext) 2024-05-28 18:15:46,432 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,432 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,434 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateSecretFailsWithWrongSecretId(VertxTestContext) 2024-05-28 18:15:46,455 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,466 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,533 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext) 2024-05-28 18:15:46,536 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDeviceSucceeds(VertxTestContext) 2024-05-28 18:15:46,559 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,649 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,729 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,737 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceWithoutIdSucceeds(VertxTestContext) 2024-05-28 18:15:46,752 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,841 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext) 2024-05-28 18:15:46,856 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext) 2024-05-28 18:15:46,860 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:46,933 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,046 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantFailsForDuplicateTenantId(VertxTestContext) 2024-05-28 18:15:47,046 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 2024-05-28 18:15:47,126 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,127 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,150 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext) 2024-05-28 18:15:47,230 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,230 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceSucceeds(VertxTestContext) 2024-05-28 18:15:47,231 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetTenantSucceedsForExistingTenant(VertxTestContext) 2024-05-28 18:15:47,262 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,262 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,327 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext) 2024-05-28 18:15:47,346 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,361 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext) 2024-05-28 18:15:47,362 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext) 2024-05-28 18:15:47,442 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,443 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,542 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext) 2024-05-28 18:15:47,549 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext) 2024-05-28 18:15:47,565 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,652 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,725 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext) 2024-05-28 18:15:47,739 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,745 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 2024-05-28 18:15:47,759 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,827 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext) 2024-05-28 18:15:47,857 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,858 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 2024-05-28 18:15:47,928 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:47,955 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext) 2024-05-28 18:15:47,961 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDisabledDevice(VertxTestContext) 2024-05-28 18:15:47,969 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,031 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,054 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantSucceeds(VertxTestContext) 2024-05-28 18:15:48,062 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceWithIdSucceeds(VertxTestContext) 2024-05-28 18:15:48,127 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,138 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,145 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsSucceeds(Vertx, VertxTestContext) 2024-05-28 18:15:48,160 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,226 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,234 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceFailsForExistingDeviceId(VertxTestContext) 2024-05-28 18:15:48,235 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantSucceeds(VertxTestContext) 2024-05-28 18:15:48,324 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,329 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,360 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext) 2024-05-28 18:15:48,364 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,425 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantPreventsEmptyCaArray(VertxTestContext) 2024-05-28 18:15:48,428 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,438 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,533 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 2024-05-28 18:15:48,540 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantFailsForDuplicateCa(VertxTestContext) 2024-05-28 18:15:48,546 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,625 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,642 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext) [WARNING] Tests run: 48, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 3.398 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantManagementSearchTenantsTest 2024-05-28 18:15:48,656 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,725 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testSearchTenantsWithPageSize(VertxTestContext) 2024-05-28 18:15:48,739 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,744 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceFailsForDeletedDevice(VertxTestContext) 2024-05-28 18:15:48,757 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,833 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testSearchTenantsWhenNoTenantsAreFound(VertxTestContext) 2024-05-28 18:15:48,843 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceFailsIfGlobalDeviceLimitHasBeenReached(VertxTestContext) 2024-05-28 18:15:48,846 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,856 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:48,931 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testSearchTenantsWithPageOffset(VertxTestContext) 2024-05-28 18:15:48,965 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceFailsIfTenantLevelDeviceLimitHasBeenReached(VertxTestContext) 2024-05-28 18:15:48,967 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:49,031 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.006 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantManagementSearchTenantsTest 2024-05-28 18:15:50,079 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testSecretMetadataDeletion(VertxTestContext) 2024-05-28 18:15:50,093 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,100 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,228 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateEmptyCredentialsFailsForSecretWithId(VertxTestContext) 2024-05-28 18:15:50,241 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,272 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testCreateAndDeletePasswordSecret(VertxTestContext) 2024-05-28 18:15:50,287 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,295 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,443 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testDisableCredentials(VertxTestContext) 2024-05-28 18:15:50,456 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,462 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,596 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testReadCredentialsSucceedsForNewlyCreatedDevice(VertxTestContext) 2024-05-28 18:15:50,608 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,697 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsFailsForExceededCredentialsPerDeviceLimit(VertxTestContext) 2024-05-28 18:15:50,710 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,732 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-28 18:15:50,811 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: 13.577 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 89, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (postgresql-tests) @ hono-service-device-registry-jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-jdbc --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-service-device-registry-jdbc --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.8.4/quarkus-agroal-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.8.4/quarkus-agroal-deployment-3.8.4.pom (4.1 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.8.4/quarkus-datasource-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.8.4/quarkus-datasource-deployment-3.8.4.pom (2.3 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.8.4/quarkus-kubernetes-service-binding-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.8.4/quarkus-kubernetes-service-binding-spi-3.8.4.pom (913 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-parent/3.8.4/quarkus-kubernetes-service-binding-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-parent/3.8.4/quarkus-kubernetes-service-binding-parent-3.8.4.pom (804 B at 9.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.8.4/quarkus-narayana-jta-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.8.4/quarkus-narayana-jta-deployment-3.8.4.pom (2.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.8.4/quarkus-credentials-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.8.4/quarkus-credentials-deployment-3.8.4.pom (1.7 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.8.4/quarkus-jdbc-postgresql-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.8.4/quarkus-jdbc-postgresql-deployment-3.8.4.pom (4.8 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.8.4/quarkus-devservices-postgresql-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.8.4/quarkus-devservices-postgresql-3.8.4.pom (2.6 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.8.4/quarkus-jdbc-h2-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.8.4/quarkus-jdbc-h2-deployment-3.8.4.pom (1.9 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.8.4/quarkus-devservices-h2-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.8.4/quarkus-devservices-h2-3.8.4.pom (1.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.8.4/quarkus-kubernetes-service-binding-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-service-binding-spi/3.8.4/quarkus-kubernetes-service-binding-spi-3.8.4.jar (4.6 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.8.4/quarkus-datasource-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.8.4/quarkus-datasource-deployment-3.8.4.jar (18 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.8.4/quarkus-narayana-jta-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-narayana-jta-deployment/3.8.4/quarkus-narayana-jta-deployment-3.8.4.jar (10.0 kB at 200 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.8.4/quarkus-credentials-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials-deployment/3.8.4/quarkus-credentials-deployment-3.8.4.jar (3.2 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.8.4/quarkus-agroal-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-deployment/3.8.4/quarkus-agroal-deployment-3.8.4.jar (15 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.8.4/quarkus-devservices-postgresql-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-postgresql/3.8.4/quarkus-devservices-postgresql-3.8.4.jar (13 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.8.4/quarkus-jdbc-postgresql-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql-deployment/3.8.4/quarkus-jdbc-postgresql-deployment-3.8.4.jar (6.7 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.8.4/quarkus-devservices-h2-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devservices-h2/3.8.4/quarkus-devservices-h2-3.8.4.jar (8.1 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.8.4/quarkus-jdbc-h2-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2-deployment/3.8.4/quarkus-jdbc-h2-deployment-3.8.4.jar (7.5 kB at 107 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 6947ms [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-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.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-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.10: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-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-sources.jar [INFO] [INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >-------- [INFO] Building Hono Mongodb Based Device Registry 2.6.0 [62/64] [INFO] from services/device-registry-mongodb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.5.7/vertx-mongo-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.5.7/vertx-mongo-client-4.5.7.pom (3.8 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.11.1/mongodb-driver-reactivestreams-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.11.1/mongodb-driver-reactivestreams-4.11.1.pom (2.4 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2022.0.0/reactor-bom-2022.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-bom/2022.0.0/reactor-bom-2022.0.0.pom (4.8 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.11.1/bson-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.11.1/bson-4.11.1.pom (1.3 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.11.1/mongodb-driver-core-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.11.1/mongodb-driver-core-4.11.1.pom (4.7 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.87.Final/netty-bom-4.1.87.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.87.Final/netty-bom-4.1.87.Final.pom (13 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.pom (1.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.pom (2.1 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.5.7/vertx-auth-mongo-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.5.7/vertx-auth-mongo-4.5.7.pom (1.9 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.8.4/quarkus-mongodb-client-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.8.4/quarkus-mongodb-client-3.8.4.pom (5.6 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-parent/3.8.4/quarkus-mongodb-client-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-parent/3.8.4/quarkus-mongodb-client-parent-3.8.4.pom (718 B at 8.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.8.4/quarkus-mutiny-reactive-streams-operators-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.8.4/quarkus-mutiny-reactive-streams-operators-3.8.4.pom (2.6 kB at 30 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/3.8.4/quarkus-mutiny-reactive-streams-operators-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-parent/3.8.4/quarkus-mutiny-reactive-streams-operators-parent-3.8.4.pom (814 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-reactive-streams-operators-parent/3.8.4/quarkus-reactive-streams-operators-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-reactive-streams-operators-parent/3.8.4/quarkus-reactive-streams-operators-parent-3.8.4.pom (883 B at 13 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/3.0/microprofile-reactive-streams-operators-core-3.0.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/3.0/microprofile-reactive-streams-operators-core-3.0.pom (2.5 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.5.8/mutiny-reactive-streams-operators-2.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.5.8/mutiny-reactive-streams-operators-2.5.8.pom (6.8 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.11.1/mongodb-driver-sync-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.11.1/mongodb-driver-sync-4.11.1.pom (1.7 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.8.0/mongodb-crypt-1.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.8.0/mongodb-crypt-1.8.0.pom (2.0 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.19.6/mongodb-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.19.6/mongodb-1.19.6.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-mongo-client/4.5.7/vertx-mongo-client-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.11.1/mongodb-driver-reactivestreams-4.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.11.1/bson-4.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.11.1/mongodb-driver-core-4.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.jar (14 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.11.1/bson-4.11.1.jar (511 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.5.7/vertx-auth-mongo-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.11.1/mongodb-driver-reactivestreams-4.11.1.jar (179 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.8.4/quarkus-mongodb-client-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.5.7/vertx-mongo-client-4.5.7.jar (152 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.8.4/quarkus-mutiny-reactive-streams-operators-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.jar (1.8 MB at 13 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-core/3.0/microprofile-reactive-streams-operators-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-mongo/4.5.7/vertx-auth-mongo-4.5.7.jar (36 kB at 231 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.5.8/mutiny-reactive-streams-operators-2.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client/3.8.4/quarkus-mongodb-client-3.8.4.jar (107 kB at 611 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.11.1/mongodb-driver-sync-4.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.8.4/quarkus-mutiny-reactive-streams-operators-3.8.4.jar (5.8 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.8.0/mongodb-crypt-1.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.11.1/mongodb-driver-core-4.11.1.jar (1.7 MB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.19.6/mongodb-1.19.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/3.0/microprofile-reactive-streams-operators-core-3.0.jar (59 kB at 292 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.11.1/mongodb-driver-sync-4.11.1.jar (152 kB at 593 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.19.6/mongodb-1.19.6.jar (6.3 kB at 22 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.5.8/mutiny-reactive-streams-operators-2.5.8.jar (77 kB at 270 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-crypt/1.8.0/mongodb-crypt-1.8.0.jar (30 MB at 50 MB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-mongodb --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.2.0:set-system-properties (default) @ hono-service-device-registry-mongodb --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-mongodb --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDao.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDao.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-device-registry-mongodb --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-mongodb --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-device-registry-mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-mongodb --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4: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/3.8.4/quarkus-mongodb-client-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/3.8.4/quarkus-mongodb-client-deployment-3.8.4.pom (4.3 kB at 64 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/3.8.4/quarkus-mutiny-reactive-streams-operators-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/3.8.4/quarkus-mutiny-reactive-streams-operators-deployment-3.8.4.pom (2.3 kB at 19 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/3.8.4/quarkus-mutiny-reactive-streams-operators-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators-deployment/3.8.4/quarkus-mutiny-reactive-streams-operators-deployment-3.8.4.jar (4.5 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/3.8.4/quarkus-mongodb-client-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mongodb-client-deployment/3.8.4/quarkus-mongodb-client-deployment-3.8.4.jar (33 kB at 716 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3827ms [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-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.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-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.10: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-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-site >--------------------- [INFO] Building Hono Site 2.6.0 [63/64] [INFO] from site/pom.xml [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 232 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.1 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 741 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-site --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-site --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.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 88 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 727 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 73 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 685 kB/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 447 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 74 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 307 kB/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 58 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 50 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 214 kB/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 130 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 62 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 36 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 25 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 26 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 220 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 38 kB/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 113 kB/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 75 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 134 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 33 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.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 277 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 129 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 40 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 69 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 235 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 649 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 188 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 338 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 39 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 302 kB/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 166 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 611 kB/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 2.3 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/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-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-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-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/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/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/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/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/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-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-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/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/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/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/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-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/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.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.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/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-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] 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 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] 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.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-core/2.2.1/maven-core-2.2.1.jar (178 kB at 2.3 MB/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-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 112 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-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 690 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 199 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/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 87 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/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 94 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-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 88 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/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 90 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/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 237 kB/s) [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] 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 244 kB/s) [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/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 72 kB/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 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 313 kB/s) [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 60 kB/s) [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 210 kB/s) build-site.sh: line 16: hugo: command not found Please install "hugo" to be able to build the hono documentation. See readme.md for further details. [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-site --- [INFO] [INFO] --- 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-Release-Pipeline/site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-site/2.6.0/hono-site-2.6.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-tests >--------------------- [INFO] Building Hono Integration Tests 2.6.0 [64/64] [INFO] from tests/pom.xml [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 304 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 2.9 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.65.Final/netty-tcnative-boringssl-static-2.0.65.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.65.Final/netty-tcnative-boringssl-static-2.0.65.Final.pom (5.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.65.Final/netty-tcnative-classes-2.0.65.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.65.Final/netty-tcnative-classes-2.0.65.Final.pom (1.6 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.65.Final/netty-tcnative-parent-2.0.65.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.65.Final/netty-tcnative-parent-2.0.65.Final.pom (39 kB at 316 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.108.Final/netty-transport-native-epoll-4.1.108.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.108.Final/netty-transport-native-epoll-4.1.108.Final.pom (27 kB at 468 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.108.Final/netty-transport-classes-epoll-4.1.108.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.108.Final/netty-transport-classes-epoll-4.1.108.Final.pom (2.1 kB at 26 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.108.Final/netty-transport-native-kqueue-4.1.108.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.108.Final/netty-transport-native-kqueue-4.1.108.Final.pom (31 kB at 473 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.108.Final/netty-transport-classes-kqueue-4.1.108.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.108.Final/netty-transport-classes-kqueue-4.1.108.Final.pom (2.1 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.pom (9.3 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/1.10.0/qpid-jms-parent-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/1.10.0/qpid-jms-parent-1.10.0.pom (16 kB at 189 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 261 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 658 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom (19 kB at 363 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom (13 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom (8.8 kB at 154 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.65.Final/netty-tcnative-boringssl-static-2.0.65.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-x86_64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-aarch_64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-x86_64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-aarch_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final.jar (3.3 kB at 34 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.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-windows-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-aarch_64.jar (1.1 MB at 9.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.65.Final/netty-tcnative-classes-2.0.65.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-x86_64.jar (1.2 MB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.108.Final/netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-aarch_64.jar (999 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.108.Final/netty-transport-classes-epoll-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.108.Final/netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar (40 kB at 235 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.108.Final/netty-transport-native-kqueue-4.1.108.Final-osx-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-windows-x86_64.jar (996 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.108.Final/netty-transport-classes-kqueue-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-x86_64.jar (1.1 MB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.108.Final/netty-transport-classes-epoll-4.1.108.Final.jar (147 kB at 705 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-native-kqueue/4.1.108.Final/netty-transport-native-kqueue-4.1.108.Final-osx-x86_64.jar (25 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.108.Final/netty-transport-classes-kqueue-4.1.108.Final.jar (109 kB at 493 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.65.Final/netty-tcnative-classes-2.0.65.Final.jar (35 kB at 151 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar (1.3 MB at 4.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.jar (811 kB at 2.9 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 185 kB/s) [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-tests --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0: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 23 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 78 kB/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.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 188 kB/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 87 kB/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 189 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 201 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 110 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 539 kB/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 151 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 102 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 1.4 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 262 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 193 kB/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 319 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 319 kB/s) [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-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-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.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/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/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 3.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 2.4 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 6.2 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 11 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 4.4 MB/s) [INFO] Reserved port 44403 for kafka.port [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-tests --- [INFO] Copying 66 resources from src/test/resources to target/resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-tests --- [INFO] Copying 66 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 70 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0: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.3.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/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 60 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 1.4 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 296 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 45 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 302 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 660 kB/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 299 kB/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 122 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 60 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 350 kB/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 520 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 38 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 737 kB/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 111 kB/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 144 kB/s) [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 50 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 719 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 25 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 71 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 22 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 55 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 1.4 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 5.4 kB/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 16 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 16 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 150 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 704 kB/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 156 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-model/3.1.1/maven-model-3.1.1.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/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/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/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/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/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-model/3.1.1/maven-model-3.1.1.jar [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] 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] 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/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 2.5 MB/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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 kB at 7.3 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/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.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 43 MB/s) [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] 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 917 kB/s) [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] 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 9.4 MB/s) [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] 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 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 1.2 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-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 308 kB/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/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 855 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-annotations/3.2/maven-plugin-tools-annotations-3.2.jar (40 kB at 442 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-archiver/2.1.1/plexus-archiver-2.1.1.jar (185 kB at 1.6 MB/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/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar (23 kB at 195 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.4 MB/s) [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 286 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 160 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 376 kB/s) [INFO] Creating directory /home/jenkins/agent/workspace/Hono-Release-Pipeline/tests/target/docker [INFO] Saving properties to file /home/jenkins/agent/workspace/Hono-Release-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-Release-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.6.0 [65/64] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] >>> maven-javadoc-plugin:3.5.0:aggregate (default-cli) > compile @ hono-parent >>> [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-parent --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Dependencies 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-bom --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-bom --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Legal Documents 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-legal --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-legal --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-legal --- [INFO] Copying 60 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Test Utils 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Core Test Utils 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ core-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ core-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Demo Certs 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-demo-certs --- [INFO] Copying 48 resources from certs to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Core 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-core --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 73 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Clients 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-clients-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-clients-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-clients-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-common --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client AMQP Connection 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-connection --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-connection --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-amqp-connection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Notification Client 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-notification --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Test Utils 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client AMQP Common 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-amqp-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Notification Client (AMQP) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-notification-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Kafka Test Utils 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ kafka-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ kafka-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ kafka-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Kafka Common 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-kafka-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-kafka-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Notification Client (Kafka) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-notification-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client PubSub Common 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-pubsub-common --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-pubsub-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-pubsub-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-pubsub-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-pubsub-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-pubsub-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/publisher/PubSubPublisherClientImpl.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/publisher/PubSubPublisherClientImpl.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Notification Client (Pub/Sub) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-notification-pubsub --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-notification-pubsub --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-notification-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/notification-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service base 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-base --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 74 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/src/main/java/org/eclipse/hono/service/Endpoint.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/service-base/src/main/java/org/eclipse/hono/service/Endpoint.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Command & Control 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Device Registry Client 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-registry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-registry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Command & Control (AMQP) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-command-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Command & Control (Kafka) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-command-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Command & Control (Pub/Sub) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-pubsub --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-pubsub --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-command-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Registry Client (AMQP) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-registry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-registry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-registry-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Telemetry Client 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-telemetry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Telemetry Client (AMQP) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-telemetry-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Telemetry Client (Kafka) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-telemetry-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Telemetry Client (PubSub) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-pubsub --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-telemetry-pubsub --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-telemetry-pubsub --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-telemetry-pubsub --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/telemetry-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 62 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Adapter Base Test Utils 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ adapter-base-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ adapter-base-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ adapter-base-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Adapters 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapters --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapters --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapters-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapters-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-amqp --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono CoAP Adapter 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-coap --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-coap --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-coap --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-coap --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-coap --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono HTTP Adapter base 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-http-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-http-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-http-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono HTTP Adapter 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-http --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-http --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-http --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-http --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Lora Adapter 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-lora --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-lora --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-lora --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-lora --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-lora --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono MQTT Adapter base 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-mqtt-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-mqtt-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-adapter-mqtt-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/mqtt-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono MQTT Adapter 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-mqtt --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-mqtt --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-mqtt --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-mqtt --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Sigfox Adapter 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-sigfox --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-adapter-sigfox --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-adapter-sigfox --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-adapter-sigfox --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-sigfox --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-sigfox --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Device AMQP 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-device-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-device-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-device-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications (AMQP) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client for Business Applications (Kafka) 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono command-line interface 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-cli --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Device Connection client 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-device-connection-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-device-connection-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-device-connection-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ client-device-connection-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-device-connection-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-device-connection-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hotrod Device Connection client 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-device-connection-infinispan --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-device-connection-infinispan --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-device-connection-infinispan --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ client-device-connection-infinispan --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/InfinispanRemoteConfigurationProperties.java:[78,44] setTrustStorePath(java.lang.String) in org.infinispan.client.hotrod.impl.ConfigurationProperties has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Examples 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-example --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-example --- [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Client Examples 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-example-client --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-example-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-example-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-example-client --- [INFO] org.eclipse.hono:hono-demo-certs:jar:2.6.0 already exists in destination. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-example-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-example-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Protocol Gateway example 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ protocol-gateway --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ protocol-gateway --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ protocol-gateway --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ protocol-gateway --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Services 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-services --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-services --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-services-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-services-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-services-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-services-parent --- [INFO] Set 1 system property [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Auth base 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-auth-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-auth-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-service-auth-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Auth Server 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-auth --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-auth --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-auth --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-auth --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-auth --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Service Device Registry Base 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy resources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 80 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-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-Release-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.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base-jdbc --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-base-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-base-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-service-base-jdbc --- [INFO] Copying 13 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: /home/jenkins/agent/workspace/Hono-Release-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-Release-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 Service Command Router Base 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-command-router-base --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-command-router-base --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-command-router-base --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-command-router-base --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-command-router-base --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-command-router-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-command-router-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-base/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Infinispan Based Command Router 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-command-router-infinispan --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-command-router-infinispan --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-command-router-infinispan --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:prepare-agent (default-prepare-agent) @ hono-service-command-router-infinispan --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-command-router-infinispan --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-command-router-infinispan --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-command-router-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/command-router-infinispan/src/main/java/org/eclipse/hono/commandrouter/infinispan/app/InfinispanDeviceConnectionInfoProducer.java: unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono JDBC Based Device Registry 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-jdbc --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-jdbc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.2.0:set-system-properties (default) @ hono-service-device-registry-jdbc --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-jdbc --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: /home/jenkins/agent/workspace/Hono-Release-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-Release-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.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-service-device-registry-mongodb --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-service-device-registry-mongodb --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.2.0:set-system-properties (default) @ hono-service-device-registry-mongodb --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-mongodb --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDao.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedDeviceDao.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] Forking Hono Site 2.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-site --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-site --- [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hono-site --- build-site.sh: line 16: 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.6.0 [INFO] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.dependency.RequireReleaseDeps passed [INFO] Rule 1: org.apache.maven.enforcer.rules.RequireReleaseVersion passed [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-tests --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0: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 43091 for kafka.port [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-tests --- [INFO] Copying 66 resources from src/test/resources to target/resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-tests --- [INFO] No sources to compile [INFO] [INFO] <<< maven-javadoc-plugin:3.5.0:aggregate (default-cli) < compile @ hono-parent <<< [INFO] [INFO] [INFO] --- maven-javadoc-plugin:3.5.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.2.0/maven-invoker-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.pom (5.2 kB at 273 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/35/maven-shared-components-35.pom (4.9 kB at 204 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 2.4 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 893 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 496 kB/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 428 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 45 kB/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 137 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 57 kB/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 28 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 148 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 273 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.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 251 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 108 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.pom (21 kB at 947 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/54/commons-parent-54.pom (82 kB at 5.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.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.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-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/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.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-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-text/1.10.0/commons-text-1.10.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.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.2.0/maven-common-artifact-filters-3.2.0.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] 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.2 MB/s) [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 3.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.1.1/maven-repository-metadata-3.1.1.jar [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/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 kB at 4.7 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/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 2.0 MB/s) [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.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 24 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-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 899 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/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-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/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.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 4.3 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.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 1.2 MB/s) [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 4.5 MB/s) [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] warning: unknown enum constant Scopes.GLOBAL [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] warning: unknown enum constant DataType.TRAIT [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/AbstractCommandContext.java:43: warning: no comment [WARNING] protected final T command; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/AbstractCommandContext.java:41: warning: no comment [WARNING] protected static final Logger LOG = LoggerFactory.getLogger(AbstractCommandContext.class); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.java:40: warning: no comment [WARNING] protected final JDBCPool client; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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] /home/jenkins/agent/workspace/Hono-Release-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] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:52: warning: no comment [WARNING] protected final JDBCPool client; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-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-Release-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_DEV_ALTITUDE = "DevAlt"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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_DEV_LATITUDE = "DevLAT"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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_DEV_LONGITUDE = "DevLON"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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_FRAME_COUNT_UPLINK = "FCntUp"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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 = "Lrr"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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_ID = "Lrrid"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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_LATITUDE = "LrrLAT"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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_LRR_LONGITUDE = "LrrLON"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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_LRR_RSSI = "LrrRSSI"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:42: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_SNR = "LrrSNR"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:43: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRRS = "Lrrs"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:44: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_SPREADING_FACTOR = "SpFact"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:118: warning: no comment [WARNING] protected abstract LoraMetaData extractMetaData(JsonObject rootObject); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:49: warning: no comment [WARNING] protected Optional getRootObject(final JsonObject loraMessage) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:40: warning: no comment [WARNING] AUTH_SERVICE("auth-service"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:41: warning: no comment [WARNING] DISPATCH_ROUTER("dispatch-router"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:42: warning: no comment [WARNING] UNKNOWN("unknown"); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:35: warning: no comment [WARNING] UNAVAILABLE("unavailable"); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:120: warning: no comment [WARNING] protected org.infinispan.commons.api.BasicCache getCache() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:116: warning: no comment [WARNING] protected void setCache(final org.infinispan.commons.api.BasicCache cache) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactory.java:111: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/publisher/PubSubPublisherFactory.java:61: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:57: warning: no comment [WARNING] public String getCacheName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:65: warning: no comment [WARNING] public String getCheckKey() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:73: warning: no comment [WARNING] public String getCheckValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:53: warning: no comment [WARNING] public void setCacheName(final String cacheName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:61: warning: no comment [WARNING] public void setCheckKey(final String checkKey) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:69: warning: no comment [WARNING] public void setCheckValue(final String checkValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-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-Release-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.java:64: warning: no comment [WARNING] protected final Tracer tracer; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-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-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:44: warning: no comment [WARNING] eq, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:45: warning: no comment [WARNING] in, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:46: warning: no comment [WARNING] not_in [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-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] /home/jenkins/agent/workspace/Hono-Release-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-Release-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] /home/jenkins/agent/workspace/Hono-Release-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] /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:75: warning: no comment [WARNING] public static final String HONO_CLIENT_PASSWORD = System.getProperty("password", "verysecret"); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:74: warning: no comment [WARNING] public static final String HONO_CLIENT_USER = System.getProperty("username", "consumer@HONO"); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:78: warning: no comment [WARNING] public static final Boolean SEND_ONE_WAY_COMMANDS = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:80: warning: no comment [WARNING] public static final Boolean USE_KAFKA = Boolean.valueOf(System.getProperty("kafka", "false")); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:76: warning: no comment [WARNING] public static final Boolean USE_PLAIN_CONNECTION = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleConstants.java:42: warning: no comment [WARNING] public static final String TENANT_ID = "DEFAULT_TENANT"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/model/JdbcBasedDeviceDto.java:123: warning: no comment [WARNING] public String getDeviceJson() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Release-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:49: warning: no comment [WARNING] public JdbcProperties getAdapter() { [WARNING] ^ [WARNING] 100 warnings [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.6.0: [INFO] [INFO] Hono ............................................... SUCCESS [ 38.696 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.018 s] [INFO] Legal Documents .................................... SUCCESS [ 11.091 s] [INFO] Hono Test Utils .................................... SUCCESS [ 6.085 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 9.538 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 10.294 s] [INFO] Hono Core .......................................... SUCCESS [ 29.191 s] [INFO] Hono Clients ....................................... SUCCESS [ 0.120 s] [INFO] Hono Client Common ................................. SUCCESS [ 10.946 s] [INFO] Hono Client AMQP Connection ........................ SUCCESS [ 18.285 s] [INFO] Hono Notification Client ........................... SUCCESS [ 10.539 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 5.210 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 13.731 s] [INFO] Hono Notification Client (AMQP) .................... SUCCESS [ 17.922 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 7.694 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 18.973 s] [INFO] Hono Notification Client (Kafka) ................... SUCCESS [ 13.615 s] [INFO] Hono Client PubSub Common .......................... SUCCESS [ 39.459 s] [INFO] Hono Notification Client (Pub/Sub) ................. SUCCESS [ 13.831 s] [INFO] Hono Service base .................................. SUCCESS [ 23.609 s] [INFO] Hono Client for Command & Control .................. SUCCESS [ 16.083 s] [INFO] Hono Device Registry Client ........................ SUCCESS [ 6.974 s] [INFO] Hono Client for Command & Control (AMQP) ........... SUCCESS [ 12.054 s] [INFO] Hono Client for Command & Control (Kafka) .......... SUCCESS [ 11.125 s] [INFO] Hono Client for Command & Control (Pub/Sub) ........ SUCCESS [ 11.218 s] [INFO] Hono Registry Client (AMQP) ........................ SUCCESS [ 11.235 s] [INFO] Hono Telemetry Client .............................. SUCCESS [ 7.204 s] [INFO] Hono Telemetry Client (AMQP) ....................... SUCCESS [ 10.224 s] [INFO] Hono Telemetry Client (Kafka) ...................... SUCCESS [ 10.633 s] [INFO] Hono Telemetry Client (PubSub) ..................... SUCCESS [ 10.362 s] [INFO] Hono Adapter Base .................................. SUCCESS [ 29.029 s] [INFO] Hono Adapter Base Test Utils ....................... SUCCESS [ 6.267 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.764 s] [INFO] Hono Protocol Adapters Parent ...................... SUCCESS [ 1.945 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 34.465 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 23.197 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 16.356 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 12.667 s] [INFO] Hono Lora Adapter .................................. SUCCESS [ 21.483 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 17.239 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 17.471 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 17.603 s] [INFO] Hono Client Device AMQP ............................ SUCCESS [ 13.704 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 10.254 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 13.182 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 10.504 s] [INFO] Hono command-line interface ........................ SUCCESS [ 47.590 s] [INFO] Device Connection client ........................... SUCCESS [ 11.691 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 16.995 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.015 s] [INFO] Hono Client Examples ............................... SUCCESS [ 7.398 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 9.144 s] [INFO] Hono Services ...................................... SUCCESS [ 0.084 s] [INFO] Hono Services Parent ............................... SUCCESS [ 0.108 s] [INFO] Hono Auth base ..................................... SUCCESS [ 17.000 s] [INFO] Hono Auth Server ................................... SUCCESS [ 14.194 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [ 33.362 s] [INFO] Base classes for JDBC services ..................... SUCCESS [ 15.065 s] [INFO] Hono Service Command Router Base ................... SUCCESS [ 25.663 s] [INFO] Hono Infinispan Based Command Router ............... SUCCESS [ 14.341 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 34.658 s] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 16.316 s] [INFO] Hono Site .......................................... SUCCESS [ 1.931 s] [INFO] Hono Integration Tests ............................. SUCCESS [ 20.356 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 15:46 min [INFO] Finished at: 2024-05-28T18:17:24Z [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.6.0 [1/22] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-parent --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [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-Release-Pipeline/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 2.6.0 [2/22] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-bom --- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-bom --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.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-Release-Pipeline/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 2.6.0 [3/22] [INFO] from legal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-legal --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-legal --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-legal --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-legal --- [INFO] Copying 60 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-legal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-legal --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-legal --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.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-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 2.6.0 [4/22] [INFO] from test-utils/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.5.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-Release-Pipeline/test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/test-utils/2.6.0/test-utils-2.6.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 2.6.0 [5/22] [INFO] from test-utils/core-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ core-test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ core-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ core-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ core-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ core-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ core-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.6.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-Release-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.6.0/core-test-utils-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/core-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/core-test-utils/2.6.0/core-test-utils-2.6.0.pom [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 2.6.0 [6/22] [INFO] from demo-certs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-demo-certs --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-demo-certs --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-demo-certs --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-demo-certs --- [INFO] Copying 48 resources from certs to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-demo-certs --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-demo-certs --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.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-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.6.0/hono-demo-certs-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-demo-certs/2.6.0/hono-demo-certs-2.6.0.pom [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 2.6.0 [7/22] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-core --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-core --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-core --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 73 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-core --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-core --- [INFO] Copying 14 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-core --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.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-Release-Pipeline/core/target/hono-core-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-core --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/core/target/hono-core-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/core/target/hono-core-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 2.6.0 [8/22] [INFO] from clients/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-clients-parent --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-clients-parent --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-clients-parent --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-clients-parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3:jandex (make-index) @ hono-clients-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-clients-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-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.10:report (default-report) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 2.6.0 [9/22] [INFO] from clients/client-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-common --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-common --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-common --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.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-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/client-common/target/hono-client-common-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar [INFO] [INFO] ------------< org.eclipse.hono:hono-client-amqp-connection >------------ [INFO] Building Hono Client AMQP Connection 2.6.0 [10/22] [INFO] from clients/amqp-connection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-connection --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-connection --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-connection --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-connection --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-amqp-connection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-connection --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-connection --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageInjectExtractAdapterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageInjectExtractAdapterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-amqp-connection --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.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-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-connection --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 2.6.0 [11/22] [INFO] from test-utils/client-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ client-test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ client-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ client-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.6.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-Release-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.6.0/client-test-utils-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/client-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/client-test-utils/2.6.0/client-test-utils-2.6.0.pom [INFO] [INFO] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 2.6.0 [12/22] [INFO] from clients/amqp-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-amqp-common --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-amqp-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-amqp-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-amqp-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-amqp-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-common --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-amqp-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.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-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 2.6.0 [13/22] [INFO] from test-utils/kafka-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ kafka-test-utils --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ kafka-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ kafka-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ kafka-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ kafka-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kafka-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kafka-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ kafka-test-utils --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ kafka-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ kafka-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.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-Release-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.6.0/kafka-test-utils-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/test-utils/kafka-test-utils/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/kafka-test-utils/2.6.0/kafka-test-utils-2.6.0.pom [INFO] [INFO] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 2.6.0 [14/22] [INFO] from clients/kafka-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-kafka-common --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-kafka-common --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-kafka-common --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-kafka-common --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-kafka-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-kafka-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-kafka-common --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-kafka-common --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.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-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-kafka-common --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-command >---------------- [INFO] Building Hono Client for Command & Control 2.6.0 [15/22] [INFO] from clients/command/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-command --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.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-Release-Pipeline/clients/command/target/hono-client-command-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/command/target/hono-client-command-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command/target/hono-client-command-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-registry >---------------- [INFO] Building Hono Device Registry Client 2.6.0 [16/22] [INFO] from clients/registry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-registry --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-registry --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-registry --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-registry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-registry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-registry --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.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-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-registry --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/registry/target/hono-client-registry-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-amqp >-------------- [INFO] Building Hono Client for Command & Control (AMQP) 2.6.0 [17/22] [INFO] from clients/command-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-command-amqp --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-command-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-command-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-command-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.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-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-device-amqp >-------------- [INFO] Building Hono Client Device AMQP 2.6.0 [18/22] [INFO] from clients/device-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-device-amqp --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-device-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-device-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-device-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-device-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-device-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-device-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-device-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-device-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-device-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.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-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-device-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 2.6.0 [19/22] [INFO] from clients/application/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.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-Release-Pipeline/clients/application/target/hono-client-application-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/application/target/hono-client-application-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application/target/hono-client-application-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 2.6.0 [20/22] [INFO] from clients/application-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-amqp --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-amqp --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-amqp --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-amqp --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application-amqp --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.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-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-amqp --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 2.6.0 [21/22] [INFO] from clients/application-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-client-application-kafka --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-application-kafka --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-client-application-kafka --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-client-application-kafka --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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.3.1:resources (default-resources) @ hono-client-application-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application-kafka --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.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-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-kafka --- [INFO] Skipping JaCoCo execution because property jacoco.skip is set. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10: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-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/Hono-Release-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 2.6.0 [22/22] [INFO] from cli/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ hono-cli --- [INFO] Deleting /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-cli --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-cli --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-cli --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Release-Pipeline/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4: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: - com.github.benmanes.caffeine.cache.Cache (source: PicocliNativeImageProcessor) - 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) - jakarta.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-Release-Pipeline/cli/target/hono-cli-2.6.0-native-image-source-jar/hono-cli-2.6.0-exec.jar [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Building native image from /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0-native-image-source-jar/hono-cli-2.6.0-exec.jar [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildStep] Running Quarkus native-image plugin on MANDREL 23.0.2.1 JDK 17.0.9+9 [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-Dlogging.initial-configurator.min-level=400 -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 --features=io.quarkus.caffeine.runtime.graal.CacheConstructorsFeature,io.quarkus.runner.Feature,io.quarkus.runtime.graal.DisableLoggingFeature -J--add-exports=java.security.jgss/sun.security.krb5=ALL-UNNAMED -J--add-opens=java.base/java.text=ALL-UNNAMED -J--add-opens=java.base/java.io=ALL-UNNAMED -J--add-opens=java.base/java.lang.invoke=ALL-UNNAMED -J--add-opens=java.base/java.util=ALL-UNNAMED -H:BuildOutputJSONFile=hono-cli-2.6.0-exec-build-output-stats.json --initialize-at-run-time=org.jline.nativ.JLineLibrary -H:+AllowFoldMethods -J-Djava.awt.headless=true --no-fallback --link-at-build-time -H:+ReportExceptionStackTraces -J-Xmx6G -H:-AddAllCharsets --enable-url-protocols=http,https -H:NativeLinkerOption=-no-pie --enable-monitoring=heapdump -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 -J--add-exports=org.graalvm.sdk/org.graalvm.nativeimage.impl=ALL-UNNAMED --exclude-config io\.netty\.netty-codec /META-INF/native-image/io\.netty/netty-codec/generated/handlers/reflect-config\.json --exclude-config io\.netty\.netty-handler /META-INF/native-image/io\.netty/netty-handler/generated/handlers/reflect-config\.json hono-cli-2.6.0-exec -jar hono-cli-2.6.0-exec.jar ======================================================================================================================== GraalVM Native Image: Generating 'hono-cli-2.6.0-exec' (executable)... ======================================================================================================================== For detailed information and explanations on the build output, visit: https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/BuildOutput.md ------------------------------------------------------------------------------------------------------------------------ [1/8] Initializing... (13.3s @ 0.31GB) Java version: 17.0.9+9, vendor version: Mandrel-23.0.2.1-Final Graal compiler: optimization level: 2, target machine: x86-64-v3 C compiler: gcc (linux, x86_64, 10.2.1) Garbage collector: Serial GC (max heap size: 80% of RAM) 3 user-specific feature(s) - io.quarkus.caffeine.runtime.graal.CacheConstructorsFeature - io.quarkus.runner.Feature: Auto-generated class by Quarkus from the existing extensions - io.quarkus.runtime.graal.DisableLoggingFeature: Disables INFO logging during the analysis phase [2/8] Performing analysis... [******] (207.1s @ 1.83GB) 20,607 (83.66%) of 24,631 types reachable 37,858 (70.37%) of 53,795 fields reachable 141,051 (63.05%) of 223,713 methods reachable 7,992 types, 1,226 fields, and 33,836 methods registered for reflection 81 types, 201 fields, and 136 methods registered for JNI access 4 native libraries: dl, pthread, rt, z [3/8] Building universe... (25.1s @ 2.48GB) [4/8] Parsing methods... [*****] (22.8s @ 2.86GB) [5/8] Inlining methods... [***] (15.5s @ 1.81GB) [6/8] Compiling methods... [************] (156.8s @ 2.45GB) [7/8] Layouting methods... [***] (9.9s @ 2.23GB) [8/8] Creating image... [****] (14.4s @ 1.34GB) 58.26MB (53.92%) for code area: 99,568 compilation units 49.38MB (45.70%) for image heap: 503,134 objects and 118 resources 417.48kB ( 0.38%) for other data 108.05MB in total ------------------------------------------------------------------------------------------------------------------------ Top 10 origins of code area: Top 10 object types in image heap: 13.39MB java.base 12.29MB byte[] for code metadata 6.95MB org.apache.kafka.kafka-clients-3.6.1.jar 6.01MB java.lang.Class 4.68MB svm.jar (Native Image) 5.58MB byte[] for java.lang.String 4.30MB io.fabric8.kubernetes-model-core-6.10.0.jar 4.65MB java.lang.String 1.97MB org.jline.jline-3.23.0.jar 4.09MB byte[] for general heap data 1.94MB c.f.jackson.core.jackson-databind-2.16.1.jar 3.16MB byte[] for reflection metadata 1.44MB i.f.k.10.0.jar 1.73MB com.oracle.svm.core.hub.DynamicHubCompanion 1.31MB io.fabric8.kubernetes-model-gatewayapi-6.10.0.jar 1.40MB c.oracle.svm.core.reflect.SubstrateMethodAccessor 1.24MB io.fabric8.kubernetes-model-flowcontrol-6.10.0.jar 962.91kB java.lang.String[] 1.19MB info.picocli.picocli-4.7.5.jar 919.06kB byte[] for embedded resources 19.13MB for 137 more packages 7.54MB for 4203 more object types ------------------------------------------------------------------------------------------------------------------------ Recommendations: HEAP: Set max heap for improved and more predictable memory usage. CPU: Enable more CPU features with '-march=native' for improved performance. ------------------------------------------------------------------------------------------------------------------------ 82.9s (17.6% of total time) in 172 GCs | Peak RSS: 4.60GB | CPU load: 1.91 ------------------------------------------------------------------------------------------------------------------------ Produced artifacts: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0-native-image-source-jar/hono-cli-2.6.0-exec (executable) /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0-native-image-source-jar/hono-cli-2.6.0-exec-build-output-stats.json (build_info) ======================================================================================================================== Finished generating 'hono-cli-2.6.0-exec' in 7m 49s. [INFO] [io.quarkus.deployment.pkg.steps.NativeImageBuildRunner] objcopy --strip-debug hono-cli-2.6.0-exec [INFO] [io.quarkus.deployment.pkg.steps.UpxCompressionBuildStep] Executing /usr/bin/upx -9 /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.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 -------------------- ------ ----------- ----------- 113155528 -> 32345368 28.58% linux/amd64 hono-cli-2.6.0-exec Packed 1 file. [INFO] [io.quarkus.deployment.pkg.steps.UpxCompressionBuildStep] Native executable compressed: /home/jenkins/agent/workspace/Hono-Release-Pipeline/cli/target/hono-cli-2.6.0-exec [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 537479ms [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] Skipping artifact installation [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.6.0: [INFO] [INFO] Hono ............................................... SUCCESS [ 0.479 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.026 s] [INFO] Legal Documents .................................... SUCCESS [ 0.791 s] [INFO] Hono Test Utils .................................... SUCCESS [ 0.974 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 1.972 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 0.176 s] [INFO] Hono Core .......................................... SUCCESS [ 5.725 s] [INFO] Hono Clients ....................................... SUCCESS [ 0.124 s] [INFO] Hono Client Common ................................. SUCCESS [ 1.662 s] [INFO] Hono Client AMQP Connection ........................ SUCCESS [ 3.205 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 0.221 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 1.587 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 0.240 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 2.777 s] [INFO] Hono Client for Command & Control .................. SUCCESS [ 1.363 s] [INFO] Hono Device Registry Client ........................ SUCCESS [ 0.254 s] [INFO] Hono Client for Command & Control (AMQP) ........... SUCCESS [ 1.363 s] [INFO] Hono Client Device AMQP ............................ SUCCESS [ 0.784 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 0.317 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 0.786 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 0.773 s] [INFO] Hono command-line interface ........................ SUCCESS [08:59 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 09:26 min [INFO] Finished at: 2024-05-28T18:26:52Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Add version for documentation) [Pipeline] sh DEPLOY_DOCUMENTATION: true STABLE_DOCUMENTATION: true add to supported versions set as stable version [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Commit and tag release version) [Pipeline] sh [master 7dc0b658b] Release 2.6.0 66 files changed, 66 insertions(+), 65 deletions(-) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Set next version) [Pipeline] sh [INFO] Scanning for projects... [INFO] Inspecting build with total of 64 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 64 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.bitness: 64 [INFO] os.detected.version: 6.2 [INFO] os.detected.version.major: 6 [INFO] os.detected.version.minor: 2 [INFO] os.detected.release: debian [INFO] os.detected.release.version: 11 [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [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 Client PubSub Common [jar] [INFO] Hono Notification Client (Pub/Sub) [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 Client for Command & Control (Pub/Sub) [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 Telemetry Client (PubSub) [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] Device Connection client [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 Service Command Router Base [jar] [INFO] Hono Infinispan Based 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.6.0 [1/64] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- versions-maven-plugin:2.16.2:set (default-cli) @ hono-parent --- [INFO] Searching for local aggregator root... [INFO] Local aggregation root: /home/jenkins/agent/workspace/Hono-Release-Pipeline [INFO] Processing change of org.eclipse.hono:hono-parent:2.6.0 -> 2.7.0-SNAPSHOT [INFO] Processing org.eclipse.hono:hono-parent [INFO] Updating project org.eclipse.hono:hono-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-bom [INFO] Updating parent org.eclipse.hono:hono-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-demo-certs [INFO] Updating parent org.eclipse.hono:hono-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:client-device-connection-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:client-device-connection-infinispan [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapters [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-cli [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-clients-parent [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-core [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-example [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-legal [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-base-jdbc [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-base [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-services [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-site [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-tests [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:test-utils [INFO] Updating parent org.eclipse.hono:hono-bom [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:adapter-base-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:client-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:core-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-http-base [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-mqtt-base [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapters-parent [INFO] Updating parent org.eclipse.hono:hono-adapters [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-amqp-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-amqp-connection [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-application-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-application-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-application [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-command-pubsub [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-command [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-device-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-kafka-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification-pubsub [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-notification [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-pubsub-common [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-registry-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-registry [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-amqp [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-kafka [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry-pubsub [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-client-telemetry [INFO] Updating parent org.eclipse.hono:hono-clients-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-example-client [INFO] Updating parent org.eclipse.hono:hono-example [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-auth-base [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-device-registry-base [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-services-parent [INFO] Updating parent org.eclipse.hono:hono-services [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:kafka-test-utils [INFO] Updating parent org.eclipse.hono:test-utils [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:protocol-gateway [INFO] Updating parent org.eclipse.hono:hono-example [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-amqp [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-coap [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-http [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-lora [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-mqtt [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-adapter-sigfox [INFO] Updating parent org.eclipse.hono:hono-adapters-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-auth [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-command-router-base [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-command-router-infinispan [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-device-registry-jdbc [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] Processing org.eclipse.hono:hono-service-device-registry-mongodb [INFO] Updating parent org.eclipse.hono:hono-services-parent [INFO] from version 2.6.0 to 2.7.0-SNAPSHOT [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.6.0: [INFO] [INFO] Hono ............................................... SUCCESS [ 3.510 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 Client PubSub Common .......................... SKIPPED [INFO] Hono Notification Client (Pub/Sub) ................. 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 Client for Command & Control (Pub/Sub) ........ 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 Telemetry Client (PubSub) ..................... 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] Device Connection client ........................... 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 Service Command Router Base ................... SKIPPED [INFO] Hono Infinispan Based 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: 5.818 s [INFO] Finished at: 2024-05-28T18:27:31Z [INFO] ------------------------------------------------------------------------ [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-release-pipeline-169-kn6mh-82d89-tw8kh Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-hKH838hgWZf3/agent.9550; export SSH_AUTH_SOCK; SSH_AGENT_PID=9551; export SSH_AGENT_PID; echo Agent pid 9551; SSH_AUTH_SOCK=/tmp/ssh-hKH838hgWZf3/agent.9550 SSH_AGENT_PID=9551 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hono-Release-Pipeline@tmp/private_key_6098671304278128081.key (/home/jenkins/agent/workspace/Hono-Release-Pipeline@tmp/private_key_6098671304278128081.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh [master 8d72c8e99] Bump version to 2.7.0-SNAPSHOT 64 files changed, 64 insertions(+), 64 deletions(-) To ssh://github.com/eclipse-hono/hono.git 2432ed757..8d72c8e99 master -> master To ssh://github.com/eclipse-hono/hono.git * [new tag] 2.6.0 -> 2.6.0 [Pipeline] } Executing sh script inside container hono-builder of pod hono-release-pipeline-169-kn6mh-82d89-tw8kh Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 9551 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-release-pipeline-169-kn6mh-82d89-tw8kh Executing command: "ssh-agent" exit SSH_AUTH_SOCK=/tmp/ssh-j5J3gpiryXWS/agent.9630; export SSH_AUTH_SOCK; SSH_AGENT_PID=9631; export SSH_AGENT_PID; echo Agent pid 9631; SSH_AUTH_SOCK=/tmp/ssh-j5J3gpiryXWS/agent.9630 SSH_AGENT_PID=9631 Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/Hono-Release-Pipeline@tmp/private_key_6669875577777829420.key (/home/jenkins/agent/workspace/Hono-Release-Pipeline@tmp/private_key_6669875577777829420.key) [ssh-agent] Started. [Pipeline] { [Pipeline] sh artifacts for downloading created by build process: total 83420 drwxrwsrwx. 2 1000770000 1000770000 59 May 28 18:26 . drwxr-sr-x. 25 1000770000 1000770000 4096 May 28 18:17 .. -rwxrwxrwx. 1 1000770000 1000770000 32345368 May 28 18:25 hono-cli-2.6.0 -rw-rw-rw-. 1 1000770000 1000770000 53070993 May 28 18:12 hono-cli-2.6.0-exec.jar [Pipeline] } Executing sh script inside container hono-builder of pod hono-release-pipeline-169-kn6mh-82d89-tw8kh Executing command: "ssh-agent" "-k" exit unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 9631 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 Finished: SUCCESS