Started by user Kai Hudalla Running as Kai Hudalla Checking out git https://github.com/eclipse-hono/hono.git into /var/jenkins/jobs/deploy-to-maven-central/workspace@script/fd488b90321fedbe2479ec55c7d8ff4b5398e05c1acb5bd1514a1ac479ed512f to read jenkins/Hono-Deploy-Maven-Central-Pipeline-Declarative.groovy The recommended git tool is: NONE No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/jobs/deploy-to-maven-central/workspace@script/fd488b90321fedbe2479ec55c7d8ff4b5398e05c1acb5bd1514a1ac479ed512f/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse-hono/hono.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-hono/hono.git > git --version # timeout=10 > git --version # 'git version 2.43.2' > git fetch --tags --force --progress -- https://github.com/eclipse-hono/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision 8d72c8e9979479bf94f52903b1f5056b1e1e38d2 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d72c8e9979479bf94f52903b1f5056b1e1e38d2 # timeout=10 Commit message: "Bump version to 2.7.0-SNAPSHOT" > git rev-list --no-walk 8d72c8e9979479bf94f52903b1f5056b1e1e38d2 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hono/deploy-to-maven-central-103-r9q27-c43h5-2xhzm Still waiting to schedule task ‘deploy-to-maven-central-103-r9q27-c43h5-2xhzm’ is offline Agent deploy-to-maven-central-103-r9q27-c43h5-2xhzm is provisioned from template deploy-to-maven-central_103-r9q27-c43h5 --- apiVersion: "v1" kind: "Pod" metadata: annotations: kubernetes.jenkins.io/last-refresh: "1716924261005" buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/deploy-to-maven-central/103/" runUrl: "job/deploy-to-maven-central/103/" labels: jenkins: "slave" jenkins/label-digest: "ab4c8ef2e7a68386c3f1986eea0b92702e9288d3" jenkins/label: "deploy-to-maven-central_103-r9q27" kubernetes.jenkins.io/controller: "http___jenkins-ui_hono_svc_cluster_local_honox" name: "deploy-to-maven-central-103-r9q27-c43h5-2xhzm" 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: "deploy-to-maven-central-103-r9q27-c43h5-2xhzm" - name: "REMOTING_OPTS" value: "-noReconnectAfter 1d" - name: "JENKINS_NAME" value: "deploy-to-maven-central-103-r9q27-c43h5-2xhzm" - 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 deploy-to-maven-central-103-r9q27-c43h5-2xhzm in /home/jenkins/agent/workspace/deploy-to-maven-central [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: NONE No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-hono/hono.git > git init /home/jenkins/agent/workspace/deploy-to-maven-central # timeout=10 Fetching upstream changes from https://github.com/eclipse-hono/hono.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-hono/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse-hono/hono.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 8d72c8e9979479bf94f52903b1f5056b1e1e38d2 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d72c8e9979479bf94f52903b1f5056b1e1e38d2 # timeout=10 Commit message: "Bump version to 2.7.0-SNAPSHOT" [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) gpg (GnuPG) 2.2.27 libgcrypt 1.8.8 Copyright (C) 2021 Free Software Foundation, Inc. License GNU GPL-3.0-or-later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Home: /home/jenkins/.gnupg Supported algorithms: Pubkey: RSA, ELG, DSA, ECDH, ECDSA, EDDSA Cipher: IDEA, 3DES, CAST5, BLOWFISH, AES, AES192, AES256, TWOFISH, CAMELLIA128, CAMELLIA192, CAMELLIA256 Hash: SHA1, RIPEMD160, SHA256, SHA384, SHA512, SHA224 Compression: Uncompressed, ZIP, ZLIB, BZIP2 total 0 drwxrwsrwx. 5 root 1000770000 42 May 28 19:24 . drwxr-xr-x. 1 root root 21 May 28 19:24 .. drwxr-sr-x. 3 root 1000770000 95 May 28 19:24 .m2 drwxrwsrwx. 3 root 1000770000 78 May 28 19:24 .ssh drwxrwsrwx. 5 root 1000770000 53 May 28 19:26 agent [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Prepare workspace) [Pipeline] echo Checking out tag [refs/tags/2.6.0] [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@da2af0ad; decorates RemoteLauncher[hudson.remoting.Channel@f2f5b1ae:JNLP4-connect connection from 10.40.18.231/10.40.18.231:58596] 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/deploy-to-maven-central/.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/deploy-to-maven-central@tmp/jenkins-gitclient-ssh8650377931817680312.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 7dc0b658bee24094b6f1ebc6002f22e0bba63e42 (refs/tags/2.6.0) > git rev-parse refs/remotes/origin/refs/tags/2.6.0^{commit} # timeout=10 > git rev-parse refs/tags/2.6.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7dc0b658bee24094b6f1ebc6002f22e0bba63e42 # timeout=10 Commit message: "Release 2.6.0" > git rev-list --no-walk 7dc0b658bee24094b6f1ebc6002f22e0bba63e42 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build and deploy to Maven Central) [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: key EC85F14021FD23BC: 1 signature not checked due to a missing key gpg: key EC85F14021FD23BC: public key "Eclipse Hono Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key EC85F14021FD23BC: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created /home/jenkins/.gnupg/pubring.kbx -------------------------------- sec# rsa4096 2016-09-29 [SCEA] [expires: 2026-10-04] D910E99339F90B725BBEEBE5EC85F14021FD23BC uid [ unknown] Eclipse Hono Project ssb rsa4096 2016-09-29 [S] [expires: 2026-10-04] [Pipeline] } [Pipeline] // withCredentials [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 322 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 153 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 836 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 1.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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom (43 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 24 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 80 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 139 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 14 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 523 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 600 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 182 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 760 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 492 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 336 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 142 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 402 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 308 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 124 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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 51 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 259 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 380 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 128 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 136 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 104 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 105 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 119 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 276 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 415 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 236 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 229 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 130 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 319 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 275 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 223 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 228 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 174 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 39 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 466 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 297 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 364 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 358 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 216 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 252 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 300 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 825 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 75 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 179 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 794 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 64 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 62 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 484 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.1 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 892 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 803 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 355 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 257 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 674 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 1.6 MB/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.1 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 71 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 499 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 121 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 636 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 45 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 1.2 MB/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 97 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 304 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 693 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 1.1 MB/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 314 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 491 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 371 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 444 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 274 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 401 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 855 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.8 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.2 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 200 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 552 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 858 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 3.0 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 143 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 196 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 122 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 1.2 MB/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 459 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 1.6 MB/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 456 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 76 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 215 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 221 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 148 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 347 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 61 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 328 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 428 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 924 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.pom (2.6 kB at 113 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 209 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 1.0 MB/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 614 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 42 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 59 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 563 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 218 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 993 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 848 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/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/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/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 327 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/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 499 kB/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 609 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/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 554 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 2.9 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 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 2.1 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/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 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 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 869 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 56 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 387 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 1.4 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/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 18 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/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 539 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/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 5.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 606 kB/s) [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.3 MB/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] 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/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 498 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/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.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 260 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 57 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/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 103 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 124 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 167 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 432 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 769 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 487 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 10 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 4.3 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 677 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 2.9 MB/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 461 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 2.3 MB/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 10 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 128 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 798 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 771 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 189 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 125 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 102 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 841 kB/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 1.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 774 kB/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 271 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 63 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 236 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 1.8 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 138 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 99 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 128 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 530 kB/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 285 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 182 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 222 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 234 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 737 kB/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 377 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 1.5 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 315 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 46 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 40 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 80 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.2 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 4.3 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 1.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 404 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 2.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 2.7 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 1.7 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 390 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.0 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 1.9 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 552 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.3 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 93 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 1.1 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 4.5 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 797 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 1.4 MB/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 98 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 88 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 252 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 221 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 1.1 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.6 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.5 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 98 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 167 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 47 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 176 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 40 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 1.4 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 232 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 466 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 1.3 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 105 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 1.2 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 2.7 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 1.6 MB/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 333 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 331 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 97 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 133 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 115 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.4 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 906 kB/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 984 kB/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 472 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 1.2 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 82 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 34 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 62 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 211 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 96 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 104 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 982 kB/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 911 kB/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 340 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.1 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 474 kB/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 537 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 235 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 90 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 613 kB/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 275 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 628 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 134 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 128 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.pom (5.8 kB at 216 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 1.2 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 522 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.3 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 40 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 738 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 982 kB/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 302 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 848 kB/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 938 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 38 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 300 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 603 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 368 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 856 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/52/commons-parent-52.pom (79 kB at 4.4 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 428 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 74 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 211 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 321 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 1.3 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.4 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.0 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 215 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 333 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 436 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 5.1 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 380 kB/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 296 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 153 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 210 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 216 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 202 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 498 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 550 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 348 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 63 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 126 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 52 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 1.1 MB/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 1.2 MB/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 725 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 2.6 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 239 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 1.5 MB/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 632 kB/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.6 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 776 kB/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.5 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 210 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 567 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 5.6 kB/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 110 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 279 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 457 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 213 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 219 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 463 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.0 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 245 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 42 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 193 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 1.9 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 63 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 76 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 45 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 84 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 180 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 3.1 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 334 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 3.5 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 287 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 120 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 169 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 100 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 67 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 189 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 178 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 254 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 79 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 170 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 247 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 187 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 111 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 214 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 296 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 83 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 117 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 113 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 64 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 610 kB/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 421 kB/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 176 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 621 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 219 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 174 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 224 kB/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 179 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 1.4 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 246 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 136 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 180 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 169 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 235 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 181 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 39 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 1.1 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 61 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 205 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 149 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 98 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 48 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 114 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 90 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 1.1 MB/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 453 kB/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 1.4 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 540 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 219 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 2.2 MB/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 3.7 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 1.7 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 152 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 198 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 135 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 110 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 175 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 111 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 1.3 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 261 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 333 kB/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 866 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.5 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 1.9 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.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-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-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-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 830 kB/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/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.jar (4.4 kB at 163 kB/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/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.jar (124 kB at 3.4 MB/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] 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 12 MB/s) [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/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.jar (185 kB at 5.1 MB/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-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar (17 kB at 413 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-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.jar (143 kB at 3.4 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/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.jar (37 kB at 852 kB/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/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar (25 kB at 585 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/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar (328 kB at 4.4 MB/s) [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 4.9 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] 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/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.jar (13 kB at 137 kB/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 570 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 130 kB/s) [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 7.1 MB/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] 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/3.9.6/maven-model-3.9.6.jar (218 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-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/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar (198 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar (28 kB at 239 kB/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-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 711 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-settings/3.9.6/maven-settings-3.9.6.jar (45 kB at 351 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 211 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/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar (89 kB at 677 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/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 62 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/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 84 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/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar (24 kB at 146 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/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 80 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/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.jar (11 kB at 69 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/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.jar (22 kB at 113 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-expression/2.2.0/smallrye-common-expression-2.2.0.jar (21 kB at 103 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/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.jar (55 kB at 267 kB/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/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/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/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar (811 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.jar (16 kB at 70 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/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar (59 kB at 247 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/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar (63 kB at 261 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/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.jar (108 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 610 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/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 16 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/com/google/inject/guice/5.1.0/guice-5.1.0.jar (778 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 648 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/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar (42 kB at 123 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/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar (74 kB at 209 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/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 141 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/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 8.0 MB/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/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 66 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/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 145 kB/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] 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 544 kB/s) [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/aesh/readline/2.4/readline-2.4.jar (328 kB at 808 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 844 kB/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/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.6/asm-analysis-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 416 kB/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/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar (299 kB at 693 kB/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 209 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/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar (34 kB at 78 kB/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/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.jar (1.4 MB at 3.3 MB/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/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar (331 kB at 744 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/9.6/asm-9.6.jar (124 kB at 274 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/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar (52 kB at 114 kB/s) [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 7.1 kB/s) [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 159 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.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar [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] 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-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.jar (46 kB at 100 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 23 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/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.jar (5.4 kB at 11 kB/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 52 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/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 823 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/3.5.4/smallrye-config-3.5.4.jar (35 kB at 67 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/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.jar (299 kB at 575 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/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar (326 kB at 622 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/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar (18 kB at 34 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/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar (12 kB at 23 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 38 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 18 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 230 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-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.jar (49 kB at 91 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 17 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/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.jar (7.5 kB at 14 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/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.jar (66 kB at 120 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/graalvm/sdk/word/23.1.2/word-23.1.2.jar (22 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/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar (217 kB at 391 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/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 26 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/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar (184 kB at 327 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/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 12 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/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar (106 kB at 187 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/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar (205 kB at 361 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/5.10.1/junit-jupiter-5.10.1.jar (6.4 kB at 11 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/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.jar (260 kB at 443 kB/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/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (586 kB at 977 kB/s) [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 352 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] 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-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.jar (402 kB at 671 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/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar (245 kB at 404 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-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.jar (224 kB at 370 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-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.jar (86 kB at 139 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/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 801 kB/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/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.jar (400 kB at 636 kB/s) [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 527 kB/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] 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/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.jar (30 kB at 48 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/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar (875 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-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 14 kB/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/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar (28 kB at 44 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/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar (1.1 MB at 1.7 MB/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/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar (55 kB at 84 kB/s) [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 55 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] 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 500 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 72 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 55 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/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 476 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/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar (318 kB at 451 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-spi/1.9.18/maven-resolver-spi-1.9.18.jar (52 kB at 73 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/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar (702 kB at 987 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 5.9 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/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 273 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/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar (151 kB at 209 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/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar (26 kB at 36 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/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.jar (52 kB at 71 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/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar (88 kB at 120 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] 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 34 kB/s) [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/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.jar (6.6 kB at 8.9 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/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar (128 kB at 172 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/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-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 165 kB/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/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 103 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-databind/2.16.1/jackson-databind-2.16.1.jar (1.6 MB at 2.0 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-core/2.16.1/jackson-core-2.16.1.jar (578 kB at 716 kB/s) [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 16 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 321 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 17 kB/s) [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 2.0 MB/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 434 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 226 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 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 1.9 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 1.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 310 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 233 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 3.1 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 1.7 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 3.8 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 2.6 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 141 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 261 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 858 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 143 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 91 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.7 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 102 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 188 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 136 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 707 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.5 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 609 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 1.5 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 72 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 390 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/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar (48 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.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 768 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.jar (165 kB at 3.5 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/org/apache/maven/maven-artifact/3.5.3/maven-artifact-3.5.3.jar (55 kB at 1.1 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/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 774 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 57 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/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 70 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/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 5.6 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 219 kB/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.2 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 566 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 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 2.5 MB/s) [INFO] Inspecting build with total of 59 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 59 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Hono Dependencies [pom] [INFO] Legal Documents [jar] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [jar] [INFO] Hono Clients [pom] [INFO] Hono Client Common [jar] [INFO] Hono Client AMQP Connection [jar] [INFO] Hono Notification Client [jar] [INFO] Hono Client Test Utils [jar] [INFO] Hono Client AMQP Common [jar] [INFO] Hono Notification Client (AMQP) [jar] [INFO] Hono Kafka Test Utils [jar] [INFO] Hono Client Kafka Common [jar] [INFO] Hono Notification Client (Kafka) [jar] [INFO] Hono 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] Device Connection client [jar] [INFO] Hotrod Device Connection client [jar] [INFO] Hono Examples [pom] [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] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 2.6.0 [1/59] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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 104 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 548 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 1.6 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 857 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 809 kB/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 20 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 462 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 594 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 6.3 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 1.8 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 91 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 536 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 188 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 245 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/eclipse-jarsigner-plugin/1.3.2/eclipse-jarsigner-plugin-1.3.2.jar (66 kB at 5.1 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 464 kB/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 3.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 532 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 438 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 1.4 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 529 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 998 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 33 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 343 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 146 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 2.5 MB/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 271 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 3.4 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 463 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 594 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.0 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 728 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 384 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 13 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-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 599 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 13 MB/s) [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 5.2 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 17 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 10 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 5.1 MB/s) [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-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.1.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 627 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 263 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 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.pom (1.6 kB at 122 kB/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 178 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 376 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 2.0 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.6 MB/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 501 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 1.1 MB/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 447 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 2.5 MB/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 211 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 705 kB/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 1.2 MB/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 292 kB/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.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 518 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 326 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/35/maven-parent-35.pom (45 kB at 3.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/25/apache-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/25/apache-25.pom (21 kB at 978 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.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 579 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 164 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.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 4.1 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 207 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 661 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 103 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 288 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 129 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 340 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 110 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 83 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 223 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.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 423 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 330 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 458 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 1.9 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 483 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 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.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 125 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 758 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 201 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 315 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 135 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 1.9 MB/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 267 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.0.v20140518/aether-spi-1.0.0.v20140518.pom (2.1 kB at 187 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 334 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 525 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.pom (3.0 kB at 370 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 849 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 2.6 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 457 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 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/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 413 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 259 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 592 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.11.1/doxia-sitetools-1.11.1.pom (14 kB at 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 275 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.7 MB/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 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.pom (4.5 kB at 754 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 4.0 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 3.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.pom (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/45/commons-parent-45.pom (73 kB at 5.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 3.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.pom (6.6 kB at 944 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 2.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 710 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 915 kB/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 6.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 2.0 MB/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 710 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 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.pom (3.4 kB at 262 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/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 62 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 343 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 253 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 330 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 249 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 153 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 259 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 131 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 243 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 580 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 146 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 1.3 MB/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 537 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 91 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 148 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 443 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 359 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 98 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 956 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 241 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 869 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 679 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 1.1 MB/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 877 kB/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 998 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 958 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 51 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 124 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 71 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 21 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 12 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 28 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 668 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 139 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 385 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 16 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 9.0 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 556 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 204 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 920 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 5.1 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 12 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 1.5 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 6.9 MB/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 64 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 905 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.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.9 MB/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 2.2 MB/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 184 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 173 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 182 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 55 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 144 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 135 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 2.9 MB/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.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/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/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/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.9/xz-1.9.jar [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-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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-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/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/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.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/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/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-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-core/1.11.1/doxia-core-1.11.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-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-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-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-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-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/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/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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-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/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-interactivity-api/1.1/plexus-interactivity-api-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.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/apache/commons/commons-compress/1.21/commons-compress-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 480 kB/s) [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 1.2 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 3.6 MB/s) [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/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 7.8 MB/s) [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] 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 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 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-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.9/xz-1.9.jar (116 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.jar (33 kB at 906 kB/s) [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] 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.4 MB/s) [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] 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 25 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.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/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 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-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 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.1.1/maven-model-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 693 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 696 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-model-builder/3.1.1/maven-model-builder-3.1.1.jar (160 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 350 kB/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] 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-aether-provider/3.1.1/maven-aether-provider-3.1.1.jar (60 kB at 828 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.1/maven-core-3.1.1.jar (557 kB at 7.1 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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.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 353 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/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 615 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-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 2.0 MB/s) [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 161 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] 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/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 499 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/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-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 725 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/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.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 254 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/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar (12 kB at 108 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 109 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 572 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.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 3.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] 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-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 143 kB/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/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 520 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-core/1.11.1/doxia-core-1.11.1.jar (218 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-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 148 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 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 63 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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 939 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.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/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 1.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/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 807 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 492 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/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/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 336 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/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/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 258 kB/s) [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] 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 305 kB/s) [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] 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 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.5.0/plexus-utils-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.6 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/org/ow2/asm/asm/9.4/asm-9.4.jar (122 kB at 575 kB/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 1.6 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 44 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 1.2 MB/s) [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 248 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-parent --- [INFO] 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 556 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 222 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 224 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 381 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 284 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 217 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 21 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 978 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 35 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 162 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 222 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 780 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 691 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 947 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 314 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 185 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 38 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 765 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 234 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 175 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 173 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 247 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 279 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 1.3 MB/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 412 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 528 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 290 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 159 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 728 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 655 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 3.2 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.9 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 284 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 648 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 253 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 911 kB/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 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 159 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 221 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 255 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/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/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/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 15 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-artifact/3.0/maven-artifact-3.0.jar (52 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-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-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 20 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/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 7.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 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 912 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 3.8 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-core/3.0/maven-core-3.0.jar (527 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 840 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-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 854 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-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 64 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 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 331 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/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 2.4 MB/s) [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 840 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 1.1 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 6.0 MB/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 2.1 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 735 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 1.4 MB/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 314 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 118 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 195 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 67 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 89 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 133 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 190 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 208 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 597 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 109 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 576 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 136 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 161 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 97 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 865 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 102 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 201 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 54 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 548 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 238 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 548 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 488 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.pom (12 kB at 382 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 385 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 325 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 160 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 59 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 465 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 307 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 32 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 70 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 260 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/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/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/cbi-common/1.3.2/cbi-common-1.3.2.jar (64 kB at 1.7 MB/s) [INFO] Downloaded from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/cbi/maven/plugins/cbi-maven-plugin-common/1.3.2/cbi-maven-plugin-common-1.3.2.jar (31 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.8.1/maven-core-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.8.1/maven-settings-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.8.1/maven-model-3.8.1.jar (215 kB at 11 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/apache/maven/maven-builder-support/3.8.1/maven-builder-support-3.8.1.jar (14 kB at 407 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.8.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-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/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-repository-metadata/3.8.1/maven-repository-metadata-3.8.1.jar (27 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.8.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-settings/3.8.1/maven-settings-3.8.1.jar (44 kB at 777 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-settings-builder/3.8.1/maven-settings-builder-3.8.1.jar (42 kB at 713 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 1.4 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.6.2/maven-resolver-impl-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.8.1/maven-artifact-3.8.1.jar (58 kB at 918 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.6.2/maven-resolver-api-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 577 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.8.1/maven-resolver-provider-3.8.1.jar (66 kB at 920 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.6.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-api/1.6.2/maven-resolver-api-1.6.2.jar (149 kB at 1.9 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/maven-model-builder/3.8.1/maven-model-builder-3.8.1.jar (192 kB at 2.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.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/apache/maven/resolver/maven-resolver-spi/1.6.2/maven-resolver-spi-1.6.2.jar (38 kB at 452 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-util/1.6.2/maven-resolver-util-1.6.2.jar (169 kB at 2.0 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-impl/1.6.2/maven-resolver-impl-1.6.2.jar (180 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/30.1.1-jre/guava-30.1.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 4.8 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.5.1/error_prone_annotations-2.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.8.1/maven-plugin-api-3.8.1.jar (47 kB at 428 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] 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/checkerframework/checker-qual/3.8.0/checker-qual-3.8.0.jar (231 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 66 kB/s) [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 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpmime/4.5.13/httpmime-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 5.3 MB/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 271 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.jar (329 kB at 2.1 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 13 MB/s) [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-parent --- [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 624 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 136 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 707 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 2.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 755 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 711 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 384 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 1.7 MB/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/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [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.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/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/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.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.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] 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/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 2.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar (159 kB at 10.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 3.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.1.0/maven-shared-utils-3.1.0.jar (164 kB at 8.6 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 3.3 MB/s) [INFO] Signing 1 file with default secret key. [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-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 61 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 431 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 372 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 127 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.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 165 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 154 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 254 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 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 196 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 110 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 114 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 168 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 19 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 97 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 70 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.6 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 81 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 383 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 402 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 363 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/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-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-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-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-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.5/plexus-utils-3.0.5.jar [INFO] 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.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-digest/1.0/plexus-digest-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 628 kB/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-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 5.0 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 282 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.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 1.8 MB/s) [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/target/hono-parent-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-parent --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/target/hono-parent-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 2.6.0 [2/59] [INFO] from bom/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-bom --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-bom --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-bom --- [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-bom --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-bom --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/target/hono-bom-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-bom --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/bom/target/hono-bom-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 2.6.0 [3/59] [INFO] from legal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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 408 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-compiler-plugin/3.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 5.1 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 5.1 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 470 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 860 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 2.9 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 660 kB/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/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 2.5 MB/s) [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] 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 671 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 458 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.2 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 5.5 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 176 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 424 kB/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 335 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 37 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 70 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 755 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 100 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 70 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-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-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-compiler-api/2.13.0/plexus-compiler-api-2.13.0.jar [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] 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/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.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 1.4 MB/s) [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.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 12 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 123 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/deploy-to-maven-central/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 149 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 131 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 172 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 271 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 144 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 235 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 98 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 76 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 117 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 350 kB/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 2.5 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 544 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 336 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 136 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 53 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 186 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 47 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 250 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 547 kB/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 793 kB/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 1.4 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 508 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 97 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/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-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.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 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.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-spi/3.1.0/surefire-extensions-spi-3.1.0.jar (8.2 kB at 314 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 11 MB/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 453 kB/s) [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 891 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 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 1.5 MB/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 26 MB/s) [INFO] Tests are skipped. [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 374 kB/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.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] 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 5.2 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-legal --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-legal --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-legal --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-legal --- [INFO] Signing 2 files with default secret key. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-legal --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/legal/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-legal --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 2.6.0 [4/59] [INFO] from test-utils/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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 319 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 2.6 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.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 356 kB/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 156 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 2.0 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 415 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.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 3.6 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.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 149 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 189 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 37 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 308 kB/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 624 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 93 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 626 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 872 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 118 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 3.1 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 99 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 180 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 55 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 210 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.7 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 288 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 169 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 127 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 312 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 397 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 186 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 135 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 130 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 990 kB/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 3.4 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 262 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 3.2 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 188 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.1 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/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.jar (25 kB at 1.5 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 12 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/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar (661 kB at 20 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.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 13 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 899 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 31 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-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar (569 kB at 10 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 450 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-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar (351 kB at 6.1 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-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar (490 kB at 6.3 MB/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 467 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-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.jar (67 kB at 604 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.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 5.1 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/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar (257 kB at 1.4 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.jar [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 239 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 20 MB/s) [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 535 kB/s) [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 2.9 MB/s) [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 767 kB/s) [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] 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 7.0 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 43 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 222 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 277 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.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 1.4 MB/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 2.1 MB/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 360 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 1.8 MB/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 40 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 772 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 281 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 151 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 207 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 1.1 MB/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 1.1 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 270 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 467 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 206 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 116 kB/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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 989 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 3.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 146 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 262 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 205 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 171 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 437 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 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.pom (1.9 kB at 126 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 136 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 507 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 309 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 505 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 290 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 339 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 478 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 251 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 465 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 132 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 778 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.5 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 154 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 386 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 1.6 MB/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 113 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.9 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 3.2 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 158 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 104 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 206 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 199 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 31 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 91 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 466 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 24 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 339 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/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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/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/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-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/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/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/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-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/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/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 6.7 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/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 4.1 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/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 222 kB/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/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 1.7 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/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 38 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/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.jar (2.0 MB at 26 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/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 9.3 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/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar (153 kB at 1.6 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/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 6.9 MB/s) [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 2.0 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] 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/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar [INFO] 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.3 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 5.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-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 236 kB/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 202 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/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar (5.1 MB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 143 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/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 749 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 281 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/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 635 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 576 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/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 202 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/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 211 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 1.2 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/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 660 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 533 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 166 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/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 810 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 14 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 79 kB/s) [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 296 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 191 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 419 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/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 261 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 491 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 182 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 550 kB/s) [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 545 kB/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 113 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 291 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 816 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.2.5/maven-model-3.2.5.pom (4.2 kB at 224 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 50 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 802 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 87 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 479 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 1.2 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/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-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/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/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.4 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/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 8.2 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/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 8.7 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 15 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/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar (216 kB at 9.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.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/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 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-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/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 2.6 MB/s) [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 747 kB/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 8.5 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 43 MB/s) [INFO] Skipping plugin execution [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ test-utils --- [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ test-utils --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ test-utils --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 2.6.0 [5/59] [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 84 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 1.1 MB/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 82 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/smallrye/config/smallrye-config-source-yaml/3.5.4/smallrye-config-source-yaml-3.5.4.jar (11 kB at 772 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar (18 kB at 1.2 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/test-utils/core-test-utils/target/core-test-utils-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ core-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ core-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ core-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/core-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/core-test-utils-2.6.0.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ core-test-utils --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ core-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ core-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 2.6.0 [6/59] [INFO] from demo-certs/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-demo-certs --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-demo-certs --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-demo-certs --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-demo-certs --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-demo-certs --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-demo-certs --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 2.6.0 [7/59] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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 192 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 2.3 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 370 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 291 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 1.8 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 51 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 891 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom (2.0 kB at 22 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 48 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 22 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 532 kB/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 31 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 35 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 81 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 75 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 288 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 278 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 851 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 300 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 164 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 806 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 803 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 710 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 55 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 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-parent/1.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 397 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 102 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 712 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 181 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 212 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 89 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 166 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 122 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 86 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 133 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 150 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 78 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 46 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 53 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/jsonwebtoken/jjwt-api/0.12.5/jjwt-api-0.12.5.jar (140 kB at 7.4 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/smallrye/common/smallrye-common-vertx-context/2.2.0/smallrye-common-vertx-context-2.2.0.jar (6.4 kB at 318 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.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 449 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/jsonwebtoken/jjwt-impl/0.12.5/jjwt-impl-0.12.5.jar (473 kB at 17 MB/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/opentelemetry/opentelemetry-context/1.32.0/opentelemetry-context-1.32.0.jar (47 kB at 1.6 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/opentelemetry/opentelemetry-api/1.32.0/opentelemetry-api-1.32.0.jar (138 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/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/ch/qos/logback/logback-classic/1.5.6/logback-classic-1.5.6.jar (294 kB at 7.7 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/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.jar (15 kB at 323 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.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 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.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 10.0 MB/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/com/google/auto/value/auto-value-annotations/1.10.4/auto-value-annotations-1.10.4.jar (7.5 kB at 117 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.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 3.4 MB/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/io/opentelemetry/opentelemetry-sdk/1.32.0/opentelemetry-sdk-1.32.0.jar (6.8 kB at 75 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.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 462 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.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 1.1 MB/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-sdk-metrics/1.32.0/opentelemetry-sdk-metrics-1.32.0.jar (291 kB at 2.6 MB/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-extension-incubator/1.32.0-alpha/opentelemetry-extension-incubator-1.32.0-alpha.jar (26 kB at 218 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/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.jar (17 kB at 137 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-logs/1.32.0/opentelemetry-sdk-logs-1.32.0.jar (50 kB at 403 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/io/opentelemetry/opentelemetry-opentracing-shim/1.32.0/opentelemetry-opentracing-shim-1.32.0.jar (29 kB at 230 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.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 22 MB/s) [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 4.4 MB/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 46 kB/s) [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 6.3 MB/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 30 MB/s) [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] 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 275 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 125 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 138 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/9/maven-parent-9.pom (33 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.pom (4.1 kB at 203 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 167 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 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 59 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 439 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 64 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 127 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 73 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.1 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 59 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 164 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 45 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 493 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 189 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 442 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 754 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 269 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 95 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 158 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 147 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 24 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 126 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/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar (247 kB at 21 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/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 647 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 745 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 199 kB/s) [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 785 kB/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] 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/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 368 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/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 365 kB/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/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 94 kB/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/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 40 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/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 175 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 1.1 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/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.jar (204 kB at 780 kB/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/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 1.4 MB/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 254 kB/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 100 kB/s) [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 139 kB/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 218 kB/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/deploy-to-maven-central/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/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/Futures.java: /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/Futures.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/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 130 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 789 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 3.9 MB/s) [INFO] Saving Jandex index: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/core/target/hono-core-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-core --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:hono-legal:jar:2.6.0'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:core-test-utils:jar:2.6.0'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:hono-demo-certs:jar:2.6.0'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:23: warning: no comment [WARNING] ALL("all"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:22: warning: no comment [WARNING] DEFAULT("default"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:24: warning: no comment [WARNING] NONE("none"), [WARNING] ^ [WARNING] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/core/target/hono-core-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-core --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/core/target/hono-core-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-core --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/core/target/hono-core-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 2.6.0 [8/59] [INFO] from clients/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/clients/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-clients-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-clients-parent --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-clients-parent --- [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-clients-parent --- [INFO] Signing 1 file with default secret key. [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/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/target/hono-clients-parent-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-clients-parent --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/target/hono-clients-parent-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 2.6.0 [9/59] [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 119 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 284 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 197 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 29 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 300 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 978 kB/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 1.0 MB/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 484 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 9.0 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-common --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/src/main/java/org/eclipse/hono/client/ServerErrorException.java:24: warning: no comment [WARNING] private String clientFacingMessage; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/src/main/java/org/eclipse/hono/client/ServiceInvocationException.java:40: warning: no comment [WARNING] private final int errorCode; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/src/main/java/org/eclipse/hono/client/ServiceInvocationException.java:41: warning: no comment [WARNING] private final String tenant; [WARNING] ^ [WARNING] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-common --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-common --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/client-common/target/hono-client-common-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.hono:hono-client-amqp-connection >------------ [INFO] Building Hono Client AMQP Connection 2.6.0 [10/59] [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 57 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 113 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 291 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 2.3 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 11 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageExtractAdapter.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/tracing/AmqpMessageExtractAdapter.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/deploy-to-maven-central/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/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-amqp-connection --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/SendMessageSampler.java:102: warning: no comment [WARNING] String OUTCOME_ABORTED = "aborted"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpErrorException.java:33: warning: no comment [WARNING] private final String error; [WARNING] ^ [WARNING] 2 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-amqp-connection --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-amqp-connection --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-client-notification >-------------- [INFO] Building Hono Notification Client 2.6.0 [11/59] [INFO] from clients/notification/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:20: warning: no comment [WARNING] CREATE, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:22: warning: no comment [WARNING] DELETE [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:21: warning: no comment [WARNING] UPDATE, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/NotificationConstants.java:34: warning: no comment [WARNING] public static final String CONTENT_TYPE = "application/json"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/TenantChangeNotification.java:39: warning: no comment [WARNING] public static final String ADDRESS = "registry-tenant"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/TenantChangeNotification.java:40: warning: no comment [WARNING] public static final NotificationType TYPE = new NotificationType<>( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/TenantChangeNotification.java:38: warning: no comment [WARNING] public static final String TYPE_NAME = "tenant-change-v1"; [WARNING] ^ [WARNING] 16 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-notification --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification/target/hono-client-notification-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 2.6.0 [12/59] [INFO] from test-utils/client-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/test-utils/client-test-utils/target/client-test-utils-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ client-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ client-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/client-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/client-test-utils-2.6.0.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ client-test-utils --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ client-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 2.6.0 [13/59] [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 67 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 27 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-amqp-common --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:client-test-utils:jar:2.6.0'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-amqp-common --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-amqp-common --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/amqp-common/target/hono-client-amqp-common-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-client-notification-amqp >----------- [INFO] Building Hono Notification Client (AMQP) 2.6.0 [14/59] [INFO] from clients/notification-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-amqp --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification-amqp --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification-amqp --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 2.6.0 [15/59] [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 122 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 57 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 160 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 180 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/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.jar (179 kB at 5.1 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 7.6 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 31 MB/s) [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 13 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 26 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ kafka-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ kafka-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ kafka-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ kafka-test-utils --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ kafka-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ kafka-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 2.6.0 [16/59] [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 349 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 900 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 604 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 266 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 868 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 68 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 157 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 91 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 683 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 98 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/io/micrometer/micrometer-commons/1.12.2/micrometer-commons-1.12.2.jar (47 kB at 1.8 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-core/1.12.2/micrometer-core-1.12.2.jar (883 kB at 28 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 3.4 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/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar (30 kB at 562 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.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 571 kB/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.3 MB/s) [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 271 kB/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 104 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 2.0 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/MicrometerKafkaClientMetricsSupport.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/MicrometerKafkaClientMetricsSupport.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-kafka-common --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:kafka-test-utils:jar:2.6.0'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactory.java:111: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-kafka-common --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-kafka-common --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/kafka-common/target/hono-client-kafka-common-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-client-notification-kafka >----------- [INFO] Building Hono Notification Client (Kafka) 2.6.0 [17/59] [INFO] from clients/notification-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-kafka --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification-kafka --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification-kafka --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-client-pubsub-common >------------- [INFO] Building Hono Client PubSub Common 2.6.0 [18/59] [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 65 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 29 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 69 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 1.3 MB/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 9.1 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 520 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 141 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 85 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 863 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 148 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 239 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 426 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 182 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 297 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 53 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 149 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 92 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 102 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 26 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 44 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 98 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 389 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 351 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 68 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 22 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 17 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 8.9 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 24 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 22 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 12 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 10 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 18 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 23 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 31 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 8.1 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 13 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 16 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 98 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 131 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 102 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 106 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 160 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 266 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 152 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 84 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 156 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 133 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 74 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 128 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 90 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 155 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 101 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 174 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 138 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 146 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 173 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 67 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 200 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 138 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 164 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 84 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 153 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 144 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 93 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 87 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 36 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 187 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 87 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 100 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 96 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 96 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 165 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 90 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 167 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 93 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 115 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 119 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 111 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 105 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 146 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 110 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 26 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 110 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 113 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 156 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 52 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 110 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 117 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 180 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 173 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 225 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 95 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 110 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 135 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 184 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 199 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 141 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 148 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 138 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 98 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 103 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 81 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 62 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 24 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 19 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 32 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 24 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 38 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 12 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 12 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 12 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 17 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 29 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 65 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 75 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 97 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 113 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 151 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 68 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 137 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 137 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 172 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 143 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 83 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 151 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 132 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 112 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 145 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 35 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 173 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 171 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 216 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 129 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 129 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 120 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 210 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 94 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 114 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 131 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 117 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 142 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 118 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 107 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 77 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 112 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 120 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 107 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 149 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 128 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 102 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 132 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 132 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 66 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 131 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 163 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 110 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 170 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 148 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 125 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 92 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 204 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 169 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 155 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 95 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 116 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 156 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 124 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 213 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 102 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 132 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 27 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 77 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 198 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 175 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 208 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 154 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 149 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 145 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 203 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 150 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 73 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 76 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 289 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 69 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 152 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 149 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 116 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 243 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 162 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 153 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 123 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 111 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 399 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 402 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 188 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 289 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 208 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 192 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 143 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 172 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 314 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 341 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 51 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 27 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 40 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 723 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 99 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 1.2 MB/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 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.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 184 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 1.3 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 513 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 589 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 1.3 MB/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 2.3 MB/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 455 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 151 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 276 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 1.5 MB/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 133 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 107 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 125 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 150 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 188 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 164 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 624 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 417 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 309 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 117 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 107 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 586 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 309 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 588 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 344 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 189 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 141 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 752 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 207 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 1.4 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.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 154 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 138 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 174 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 59 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 76 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 169 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 80 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 87 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 149 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 238 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 94 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 231 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 225 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 100 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 119 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 53 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 176 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 125 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 96 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 225 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 85 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 212 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 2.4 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.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 295 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 278 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 234 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 62 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 452 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 88 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 205 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 106 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 218 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 296 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 300 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 56 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 174 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 39 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 414 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 362 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 167 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 336 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 472 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 108 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 199 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 67 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 105 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 50 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 51 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 407 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 64 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 17 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 77 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 123 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 50 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 65 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 542 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 359 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 839 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 1.6 MB/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 136 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 651 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 85 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 442 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 628 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 102 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 1.1 MB/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 952 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 725 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/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.jar (16 kB at 332 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/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 493 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/io/quarkus/quarkus-arc/3.8.4/quarkus-arc-3.8.4.jar (78 kB at 1.3 MB/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/arc/arc/3.8.4/arc-3.8.4.jar (256 kB at 4.2 MB/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/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/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/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.8.0/quarkus-google-cloud-common-grpc-2.8.0.jar (8.8 kB at 106 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.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 3.2 MB/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/cloud/google-cloud-core/2.35.0/google-cloud-core-2.35.0.jar (139 kB at 1.5 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/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.8.0/quarkus-google-cloud-common-2.8.0.jar (17 kB at 173 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.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.4 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-stub/1.59.1/grpc-stub-1.59.1.jar (50 kB at 467 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.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.6 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/com/google/cloud/google-cloud-pubsub/1.127.1/google-cloud-pubsub-1.127.1.jar (291 kB at 2.5 MB/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-api/1.59.1/grpc-api-1.59.1.jar (297 kB at 2.5 MB/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/io/grpc/grpc-protobuf/1.59.1/grpc-protobuf-1.59.1.jar (5.2 kB at 43 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-lite/1.59.1/grpc-protobuf-lite-1.59.1.jar (7.8 kB at 63 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/api-common/2.28.0/api-common-2.28.0.jar (50 kB at 382 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.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 85 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] 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 44 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.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 58 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/api/grpc/proto-google-iam-v1/1.31.0/proto-google-iam-v1-1.31.0.jar (173 kB at 1.0 MB/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/protobuf/protobuf-java/3.25.0/protobuf-java-3.25.0.jar (1.9 MB at 9.8 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/io/grpc/grpc-alts/1.59.1/grpc-alts-1.59.1.jar (318 kB at 1.6 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-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.jar (912 kB at 4.5 MB/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.9 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/com/google/api/grpc/proto-google-common-protos/2.28.0/proto-google-common-protos-2.28.0.jar (2.0 MB at 9.4 MB/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-grpclb/1.59.1/grpc-grpclb-1.59.1.jar (177 kB at 802 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 63 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 30 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 397 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 61 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/io/grpc/grpc-services/1.59.1/grpc-services-1.59.1.jar (829 kB at 2.7 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/com/google/re2j/re2j/1.7/re2j-1.7.jar (114 kB at 348 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.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 14 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/io/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar (750 kB at 2.2 MB/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/api/gax-httpjson/2.45.0/gax-httpjson-2.45.0.jar (160 kB at 448 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/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.jar (73 kB at 196 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-context/1.59.1/grpc-context-1.59.1.jar (295 B at 739 B/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/io/grpc/grpc-inprocess/1.59.1/grpc-inprocess-1.59.1.jar (40 kB at 97 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/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 675 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/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar (514 kB at 1.2 MB/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/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar (355 kB at 819 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.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 7.2 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/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar (293 kB at 651 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/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar (23 kB at 52 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/io/quarkus/quarkus-grpc-common/3.8.4/quarkus-grpc-common-3.8.4.jar (14 kB at 32 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/grpc/grpc-core/1.59.1/grpc-core-1.59.1.jar (625 kB at 1.4 MB/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/vertx/vertx-grpc-server/4.5.7/vertx-grpc-server-4.5.7.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-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/4.5.7/vertx-grpc-4.5.7.jar (34 kB at 69 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-common/4.5.7/vertx-grpc-common-4.5.7.jar (36 kB at 72 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-client/4.5.7/vertx-grpc-client-4.5.7.jar (26 kB at 53 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/io/quarkus/quarkus-netty/3.8.4/quarkus-netty-3.8.4.jar (62 kB at 124 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/io/quarkus/quarkus-vertx/3.8.4/quarkus-vertx-3.8.4.jar (119 kB at 235 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/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.jar (3.4 kB at 6.6 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/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.jar (46 kB at 88 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/io/quarkus/quarkus-mutiny/3.8.4/quarkus-mutiny-3.8.4.jar (8.9 kB at 17 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/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.jar (38 kB at 72 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/quarkus/quarkus-smallrye-context-propagation/3.8.4/quarkus-smallrye-context-propagation-3.8.4.jar (11 kB at 21 kB/s) [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 805 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] 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 16 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/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar (92 kB at 172 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 16 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/grpc/grpc-xds/1.59.1/grpc-xds-1.59.1.jar (12 MB at 23 MB/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/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.jar (21 kB at 39 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-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.jar (6.1 kB at 11 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/quarkus/quarkus-virtual-threads/3.8.4/quarkus-virtual-threads-3.8.4.jar (20 kB at 36 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 49 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 160 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 12 kB/s) [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 555 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 348 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-pubsub-common --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/PubSubBasedAdminClientManager.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/PubSubBasedAdminClientManager.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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-pubsub-common --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-pubsub-common --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/src/main/java/org/eclipse/hono/client/pubsub/publisher/PubSubPublisherFactory.java:61: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-pubsub-common --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-pubsub-common --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------< org.eclipse.hono:hono-client-notification-pubsub >---------- [INFO] Building Hono Notification Client (Pub/Sub) 2.6.0 [19/59] [INFO] from clients/notification-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-notification-pubsub --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-pubsub --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-notification-pubsub --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-notification-pubsub --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 2.6.0 [20/59] [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 78 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 80 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 103 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 152 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 216 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 447 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 179 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 61 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 382 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 26 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 160 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 48 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 101 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 105 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 498 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 186 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 122 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 180 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 146 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 152 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 150 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 101 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 100 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 67 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 73 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 89 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 57 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 51 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 219 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 88 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 69 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 151 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 143 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 41 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 126 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 276 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 58 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 115 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 47 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 28 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 50 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 431 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 199 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 262 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 384 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 432 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 164 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 61 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 203 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 82 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 99 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 248 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 69 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 47 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 1.2 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 2.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.8 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 190 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 99 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 522 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.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 126 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 81 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 56 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 149 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/io/vertx/vertx-micrometer-metrics/4.5.7/vertx-micrometer-metrics-4.5.7.jar (112 kB at 6.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-web-client/4.5.7/vertx-web-client-4.5.7.jar (116 kB at 5.5 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/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.jar (84 kB at 2.6 MB/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/vertx/vertx-auth-common/4.5.7/vertx-auth-common-4.5.7.jar (134 kB at 4.1 MB/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-uri-template/4.5.7/vertx-uri-template-4.5.7.jar (36 kB at 1.1 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/quarkus/quarkus-opentelemetry/3.8.4/quarkus-opentelemetry-3.8.4.jar (229 kB at 6.0 MB/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-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.jar (2.5 kB at 58 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-sdk-extension-autoconfigure-spi/1.32.0/opentelemetry-sdk-extension-autoconfigure-spi-1.32.0.jar (17 kB at 403 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/opentelemetry-sdk-extension-autoconfigure/1.32.0/opentelemetry-sdk-extension-autoconfigure-1.32.0.jar (42 kB at 982 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/quarkus/quarkus-config-yaml/3.8.4/quarkus-config-yaml-3.8.4.jar (9.5 kB at 191 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.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 595 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.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 770 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.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 46 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/1.32.0/opentelemetry-instrumentation-api-1.32.0.jar (145 kB at 2.1 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-sdk-extension-jaeger-remote-sampler/1.32.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.32.0.jar (137 kB at 1.7 MB/s) [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 778 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] 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-exporter-otlp-common/1.32.0/opentelemetry-exporter-otlp-common-1.32.0.jar (106 kB at 1.3 MB/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-common/1.32.0/opentelemetry-exporter-common-1.32.0.jar (69 kB at 770 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/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar (26 kB at 280 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/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.32.0-alpha/opentelemetry-instrumentation-api-semconv-1.32.0-alpha.jar (196 kB at 2.1 MB/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 252 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/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar (967 B at 9.1 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.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 2.0 MB/s) [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 3.2 MB/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] 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/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar (790 kB at 6.9 MB/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/io/quarkus/quarkus-smallrye-health/3.8.4/quarkus-smallrye-health-3.8.4.jar (20 kB at 157 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/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar (961 B at 7.6 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/annotations/24.1.0/annotations-24.1.0.jar (31 kB at 237 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/io/smallrye/smallrye-health-provided-checks/4.1.0/smallrye-health-provided-checks-4.1.0.jar (16 kB at 119 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.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 28 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/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar (1.7 MB at 12 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/smallrye/reactive/smallrye-mutiny-vertx-web/3.11.0/smallrye-mutiny-vertx-web-3.11.0.jar (142 kB at 954 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-vertx-http/3.8.4/quarkus-vertx-http-3.8.4.jar (612 kB at 4.1 MB/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-common/3.11.0/smallrye-mutiny-vertx-web-common-3.11.0.jar (18 kB at 121 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/quarkus/quarkus-security-runtime-spi/3.8.4/quarkus-security-runtime-spi-3.8.4.jar (21 kB at 134 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-auth-common/3.11.0/smallrye-mutiny-vertx-auth-common-3.11.0.jar (39 kB at 251 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 49 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-bridge-common/3.11.0/smallrye-mutiny-vertx-bridge-common-3.11.0.jar (6.6 kB at 41 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/io/quarkus/quarkus-jsonp/3.8.4/quarkus-jsonp-3.8.4.jar (2.8 kB at 17 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-junit5/3.8.4/quarkus-junit5-3.8.4.jar (180 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.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/io/quarkus/quarkus-test-common/3.8.4/quarkus-test-common-3.8.4.jar (114 kB at 650 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/resolver/maven-resolver-transport-http/1.9.18/maven-resolver-transport-http-1.9.18.jar (56 kB at 318 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/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 303 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/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar (41 kB at 222 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/resolver/maven-resolver-connector-basic/1.9.18/maven-resolver-connector-basic-1.9.18.jar (40 kB at 219 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-http/3.5.3/wagon-http-3.5.3.jar (9.4 kB at 49 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/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar (11 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/github/x-stream/mxparser/1.2.2/mxparser-1.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.jar (33 kB at 165 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-properties/3.8.4/quarkus-junit5-properties-3.8.4.jar (2.4 kB at 12 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 140 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/prometheus/simpleclient_common/0.16.0/simpleclient_common-0.16.0.jar (8.0 kB at 37 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/micrometer/micrometer-registry-prometheus/1.12.2/micrometer-registry-prometheus-1.12.2.jar (44 kB at 196 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/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.jar (4.3 kB at 19 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 399 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 15 kB/s) [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 2.7 MB/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 19 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 11 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:39: warning: no comment [WARNING] ADAPTER_CONNECTIONS_EXCEEDED("adapter-connections-exceeded"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:40: warning: no comment [WARNING] ADAPTER_DISABLED("adapter-disabled"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:41: warning: no comment [WARNING] CONNECTION_DURATION_EXCEEDED("connection-duration-exceeded"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:42: warning: no comment [WARNING] DATA_VOLUME_EXCEEDED("data-volume-exceeded"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:43: warning: no comment [WARNING] REGISTRATION_ASSERTION_FAILURE("registration-assertion-failure"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:44: warning: no comment [WARNING] SUCCEEDED("succeeded"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:45: warning: no comment [WARNING] TENANT_CONNECTIONS_EXCEEDED("tenant-connections-exceeded"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:46: warning: no comment [WARNING] UNAUTHORIZED("unauthorized"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:47: warning: no comment [WARNING] UNAVAILABLE("unavailable"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/src/main/java/org/eclipse/hono/service/metric/MetricsTags.java:48: warning: no comment [WARNING] UNKNOWN("unknown"); [WARNING] ^ [WARNING] 13 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-base --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/service-base/target/hono-service-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-command >---------------- [INFO] Building Hono Client for Command & Control 2.6.0 [21/59] [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 155 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 67 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 141 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 198 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 36 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 198 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 360 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 3.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.3 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 707 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 388 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 756 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 288 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 149 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 110 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 215 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 330 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 124 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 170 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 181 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 68 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 140 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 161 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 88 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 82 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 140 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 152 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 210 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 114 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 179 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 74 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 169 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 59 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 1.0 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 729 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 380 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 91 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 352 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 837 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.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 200 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 129 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 183 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 1.2 MB/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 107 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 79 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 270 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 877 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.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 403 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 131 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 227 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 129 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 288 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 119 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 690 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/quarkus/quarkus-kubernetes-client/3.8.4/quarkus-kubernetes-client-3.8.4.jar (12 kB at 568 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.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 696 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-jackson/3.8.4/quarkus-jackson-3.8.4.jar (15 kB at 601 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/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.jar (402 kB at 15 MB/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-model-common/6.10.0/kubernetes-model-common-6.10.0.jar (56 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-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-client-api/6.10.0/kubernetes-client-api-6.10.0.jar (479 kB at 12 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-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar (973 kB at 15 MB/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-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar (140 kB at 2.1 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 2.4 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-apps/6.10.0/kubernetes-model-apps-6.10.0.jar (408 kB at 3.6 MB/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-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar (736 kB at 6.1 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-core/6.10.0/kubernetes-model-core-6.10.0.jar (3.6 MB at 28 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-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar (1.0 MB at 8.0 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-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar (716 kB at 5.4 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-batch/6.10.0/kubernetes-model-batch-6.10.0.jar (243 kB at 1.7 MB/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-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar (42 kB at 268 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-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar (147 kB at 942 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-events/6.10.0/kubernetes-model-events-6.10.0.jar (85 kB at 538 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 987 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-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar (451 kB at 2.8 MB/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-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar (56 kB at 305 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.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 1.5 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-node/6.10.0/kubernetes-model-node-6.10.0.jar (129 kB at 641 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.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 1.6 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.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 158 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/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar (293 kB at 1.2 MB/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-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.jar (30 kB at 122 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 504 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 239 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/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar (65 kB at 232 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/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar (492 kB at 1.8 MB/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-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar (903 kB at 3.2 MB/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/io/fabric8/kubernetes-server-mock/6.10.0/kubernetes-server-mock-6.10.0.jar (66 kB at 225 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 122 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/com/squareup/okio/okio/1.15.0/okio-1.15.0.jar (89 kB at 283 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/io/fabric8/mockwebserver/6.10.0/mockwebserver-6.10.0.jar (87 kB at 271 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 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 960 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 72 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 2.0 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command/target/hono-client-command-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-registry >---------------- [INFO] Building Hono Device Registry Client 2.6.0 [22/59] [INFO] from clients/registry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-registry --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-registry --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-registry --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry/target/hono-client-registry-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-amqp >-------------- [INFO] Building Hono Client for Command & Control (AMQP) 2.6.0 [23/59] [INFO] from clients/command-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command-amqp --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command-amqp --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-amqp/target/hono-client-command-amqp-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-kafka >------------- [INFO] Building Hono Client for Command & Control (Kafka) 2.6.0 [24/59] [INFO] from clients/command-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-kafka --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command-kafka --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command-kafka --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-kafka/target/hono-client-command-kafka-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.hono:hono-client-command-pubsub >------------- [INFO] Building Hono Client for Command & Control (Pub/Sub) 2.6.0 [25/59] [INFO] from clients/command-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-command-pubsub --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-pubsub --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedCommand.java:86: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] 1 warning [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-command-pubsub --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-command-pubsub --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------< org.eclipse.hono:hono-client-registry-amqp >------------- [INFO] Building Hono Registry Client (AMQP) 2.6.0 [26/59] [INFO] from clients/registry-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-registry-amqp --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-registry-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-registry-amqp --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-registry-amqp --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-telemetry >--------------- [INFO] Building Hono Telemetry Client 2.6.0 [27/59] [INFO] from clients/telemetry/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-telemetry --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry/target/hono-client-telemetry-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-amqp >------------- [INFO] Building Hono Telemetry Client (AMQP) 2.6.0 [28/59] [INFO] from clients/telemetry-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-amqp --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry-amqp --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry-amqp --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-kafka >------------ [INFO] Building Hono Telemetry Client (Kafka) 2.6.0 [29/59] [INFO] from clients/telemetry-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-kafka --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry-kafka --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry-kafka --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-client-telemetry-pubsub >------------ [INFO] Building Hono Telemetry Client (PubSub) 2.6.0 [30/59] [INFO] from clients/telemetry-pubsub/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-client-telemetry-pubsub --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-pubsub --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-telemetry-pubsub --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-telemetry-pubsub --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-base >----------------- [INFO] Building Hono Adapter Base 2.6.0 [31/59] [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 31 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 73 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 327 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 105 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 977 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 314 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 11 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 83 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/testcontainers/junit-jupiter/1.19.6/junit-jupiter-1.19.6.jar (12 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.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/org/rnorth/duct-tape/duct-tape/1.0.8/duct-tape-1.0.8.jar (25 kB at 310 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.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 4.2 MB/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 345 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 2.7 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 8.9 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 8.8 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 48 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapter-base/src/test/java/org/eclipse/hono/adapter/auth/device/jwt/JwtAuthProviderTest.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.java:64: warning: no comment [WARNING] protected final Tracer tracer; [WARNING] ^ [WARNING] 2 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-base --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapter-base/target/hono-adapter-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:adapter-base-test-utils >-------------- [INFO] Building Hono Adapter Base Test Utils 2.6.0 [32/59] [INFO] from test-utils/adapter-base-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ adapter-base-test-utils --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [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/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ adapter-base-test-utils --- [INFO] Skipping javadoc generation [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ adapter-base-test-utils --- [INFO] Skipping source per configuration. [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ adapter-base-test-utils --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.0.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ adapter-base-test-utils --- [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ adapter-base-test-utils --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ adapter-base-test-utils --- [INFO] Skipping Nexus Staging Deploy Mojo at user's demand. [INFO] [INFO] -------------------< org.eclipse.hono:hono-adapters >------------------- [INFO] Building Hono Protocol Adapters 2.6.0 [33/59] [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 249 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 3.4 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 262 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 2.6 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 621 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 2.4 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 637 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.7 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 242 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 982 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/jboss/logmanager/log4j2-jboss-logmanager/1.1.2.Final/log4j2-jboss-logmanager-1.1.2.Final.jar (17 kB at 920 kB/s) [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 17 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapters --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapters --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-adapters --- [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapters --- [INFO] Signing 1 file with default secret key. [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/deploy-to-maven-central/adapters/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/target/hono-adapters-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapters --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/target/hono-adapters-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-parent >---------------- [INFO] Building Hono Protocol Adapters Parent 2.6.0 [34/59] [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 120 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 58 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 1.6 MB/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 651 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 353 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 105 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 368 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.1 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 170 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 50 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 344 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 103 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 289 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 51 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 146 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 62 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 789 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-logging-json/3.8.4/quarkus-logging-json-3.8.4.jar (16 kB at 975 kB/s) [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 4.9 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 11 MB/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 13 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 191 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapters-parent --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapters-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [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] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapters-parent --- [INFO] Signing 1 file with default secret key. [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/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/target/hono-adapters-parent-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapters-parent --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/parent/target/hono-adapters-parent-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-amqp >----------------- [INFO] Building Hono AMQP Adapter 2.6.0 [35/59] [INFO] from adapters/amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-amqp --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-amqp --- [INFO] The goal 'org.apache.maven.plugins:maven-javadoc-plugin:3.5.0:javadoc' has not been previously called for the module: 'org.eclipse.hono:adapter-base-test-utils:jar:2.6.0'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-javadoc.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 95 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 134 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 75 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 45 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 159 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 11 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 101 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 132 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 142 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 146 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 152 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 59 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 139 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 108 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 172 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 99 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 416 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 378 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 74 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 100 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 64 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 311 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 79 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 202 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 22 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 48 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 245 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 113 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 199 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 131 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 108 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 212 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 201 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 88 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 113 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 83 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 196 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 170 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 177 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 51 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 377 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 1.1 MB/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/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.1 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.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 20 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 73 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 50 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 67 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 59 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 8.0 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 840 kB/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 166 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 127 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 51 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 920 kB/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.6 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.2 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 1.4 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 283 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 101 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 609 kB/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 182 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 399 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 56 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 51 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 48 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 69 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 3.4 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 118 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 50 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 63 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 184 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 64 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 2.1 MB/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 404 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 288 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 143 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 155 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 51 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 49 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 17 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 34 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 166 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.5 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 137 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 212 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 59 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 62 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 30 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 314 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.2 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 514 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 378 kB/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.3 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 351 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 89 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 169 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 2.8 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 314 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 223 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 110 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 1.1 MB/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 48 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 75 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 83 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 125 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 181 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 93 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 209 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 120 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 150 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 98 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 95 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 277 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 26 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 227 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 16 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 1.5 MB/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 335 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 1.4 MB/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 344 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 3.9 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 420 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 1.2 MB/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 438 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 416 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 240 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 260 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 2.5 MB/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 9.9 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 207 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 43 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 439 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 106 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 5.5 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 6.9 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 298 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 5.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 4.5 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 27 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.1 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 269 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 276 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 428 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 19 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 60 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 22 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 4.2 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 31 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 728 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 12 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 502 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 11 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 2.6 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.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 3.2 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 36 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 24 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 19 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 22 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 8.1 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 1.8 MB/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 5.5 MB/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 941 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 639 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 1.6 MB/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 523 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 497 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 272 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 1.2 MB/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 450 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.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 18 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 23 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 9.1 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 10 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 710 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 2.8 MB/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 233 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 6.9 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 27 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 422 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 4.7 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 2.4 MB/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 2.1 MB/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 371 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 1000 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 1.5 MB/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 3.5 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 1.3 MB/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 994 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 436 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 395 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 14 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 2.1 MB/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 456 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 774 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 1.1 MB/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 66 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 64 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 9488ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-amqp --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-amqp --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/amqp/target/hono-adapter-amqp-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-coap >----------------- [INFO] Building Hono CoAP Adapter 2.6.0 [36/59] [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 173 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 306 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 2.0 MB/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 73 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 213 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 263 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 23 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 788 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 11 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 5.5 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-coap --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-coap --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-coap --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 8544ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-coap --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-coap --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/coap/target/hono-adapter-coap-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-http-base >--------------- [INFO] Building Hono HTTP Adapter base 2.6.0 [37/59] [INFO] from adapters/http-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/JwtAuthHandlerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/JwtAuthHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-http-base --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-http-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-http-base --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-http-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http-base/target/hono-adapter-http-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-http >----------------- [INFO] Building Hono HTTP Adapter 2.6.0 [38/59] [INFO] from adapters/http/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-http --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-http --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-http --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 8813ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-http --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-http --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/http/target/hono-adapter-http-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-lora >----------------- [INFO] Building Hono Lora Adapter 2.6.0 [39/59] [INFO] from adapters/lora/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-lora --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-lora --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:65: warning: no comment [WARNING] public static final String ADAPTIVE_DATA_RATE_ENABLED = "adr_enabled"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:26: warning: no comment [WARNING] public static final String APP_PROPERTY_BANDWIDTH = "bandwidth"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:27: warning: no comment [WARNING] public static final String APP_PROPERTY_CHANNEL = "channel"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:28: warning: no comment [WARNING] public static final String APP_PROPERTY_FUNCTION_ALTITUDE = "altitude"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:29: warning: no comment [WARNING] public static final String APP_PROPERTY_FUNCTION_LATITUDE = "latitude"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:30: warning: no comment [WARNING] public static final String APP_PROPERTY_FUNCTION_LONGITUDE = "longitude"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:41: warning: no comment [WARNING] public static final String APP_PROPERTY_MIC = "mic"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:47: warning: no comment [WARNING] public static final String APP_PROPERTY_RSS = "rss"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:50: warning: no comment [WARNING] public static final String APP_PROPERTY_SNR = "snr"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:49: warning: no comment [WARNING] public static final String APP_PROPERTY_SPREADING_FACTOR = "spreading_factor"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:48: warning: no comment [WARNING] public static final String APP_PROPERTY_SUB_BAND = "sub_band"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:51: warning: no comment [WARNING] public static final String APP_PROPERTY_TX_POWER = "tx_power"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:66: warning: no comment [WARNING] public static final String CODING_RATE = "coding_rate"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:53: warning: no comment [WARNING] public static final String CONTENT_TYPE_LORA_BASE = "application/vnd.eclipse-hono.lora."; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:55: warning: no comment [WARNING] public static final String FIELD_AUTH_ID = "auth-id"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:56: warning: no comment [WARNING] public static final String FIELD_LORA_CONFIG = "lora-network-server"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:60: warning: no comment [WARNING] public static final String FIELD_LORA_CREDENTIAL_IDENTITY = "identity"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:61: warning: no comment [WARNING] public static final String FIELD_LORA_CREDENTIAL_KEY = "key"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:62: warning: no comment [WARNING] public static final String FIELD_LORA_DEVICE_PORT = "lora-port"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:63: warning: no comment [WARNING] public static final String FIELD_LORA_DOWNLINK_PAYLOAD = "payload"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:58: warning: no comment [WARNING] public static final String FIELD_LORA_PROVIDER = "provider"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:57: warning: no comment [WARNING] public static final String FIELD_LORA_URL = "url"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:59: warning: no comment [WARNING] public static final String FIELD_LORA_VENDOR_PROPERTIES = "vendor-properties"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:68: warning: no comment [WARNING] public static final String FRAME_COUNT = "frame_count"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:67: warning: no comment [WARNING] public static final String FREQUENCY = "frequency"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:69: warning: no comment [WARNING] public static final String GATEWAY_ID = "gateway_id"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:70: warning: no comment [WARNING] public static final String GATEWAYS = "gateways"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraConstants.java:71: warning: no comment [WARNING] public static final String LOCATION = "location"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment [WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment [WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment [WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/LoraMessageType.java:20: warning: no comment [WARNING] JOIN, UPLINK, DOWNLINK, UNKNOWN [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/SubscriptionKey.java:42: warning: no comment [WARNING] public String getDeviceId() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/SubscriptionKey.java:38: warning: no comment [WARNING] public String getTenant() { [WARNING] ^ [WARNING] 50 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-lora --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 8697ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-lora --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-lora --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/lora/target/hono-adapter-lora-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-base >--------------- [INFO] Building Hono MQTT Adapter base 2.6.0 [40/59] [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 95 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 156 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/netty/netty-codec-mqtt/4.1.108.Final/netty-codec-mqtt-4.1.108.Final.jar (114 kB at 5.7 MB/s) [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 2.9 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-mqtt-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-mqtt-base --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-mqtt-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-mqtt >----------------- [INFO] Building Hono MQTT Adapter 2.6.0 [41/59] [INFO] from adapters/mqtt/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-mqtt --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-mqtt --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-mqtt --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 7977ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-mqtt --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-mqtt --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ----------------< org.eclipse.hono:hono-adapter-sigfox >---------------- [INFO] Building Hono Sigfox Adapter 2.6.0 [42/59] [INFO] from adapters/sigfox/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-adapter-sigfox --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-sigfox --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/adapter-base-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-sigfox --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 6785ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-adapter-sigfox --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-adapter-sigfox --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-client-device-amqp >-------------- [INFO] Building Hono Client Device AMQP 2.6.0 [43/59] [INFO] from clients/device-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-device-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-device-amqp --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-device-amqp --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/device-amqp/target/hono-client-device-amqp-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 2.6.0 [44/59] [INFO] from clients/application/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-application --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application/target/hono-client-application-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 2.6.0 [45/59] [INFO] from clients/application-amqp/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-application-amqp --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application-amqp --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-amqp/target/hono-client-application-amqp-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 2.6.0 [46/59] [INFO] from clients/application-kafka/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-client-application-kafka --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-client-application-kafka --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/clients/application-kafka/target/hono-client-application-kafka-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------< org.eclipse.hono:client-device-connection-base >----------- [INFO] Building Device Connection client 2.6.0 [47/59] [INFO] from client-device-connection-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-device-connection-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ client-device-connection-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] 6 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-javadoc.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/deploy-to-maven-central/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/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ client-device-connection-base --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-device-connection-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-base/target/client-device-connection-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 2.6.0 [48/59] [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 19 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.6 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 1.7 MB/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 1.2 MB/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 127 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 75 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 356 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 989 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 184 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 902 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 127 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 93 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 977 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 237 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 136 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 4.0 MB/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 4.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 215 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 107 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 164 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 175 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 170 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 296 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 231 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 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert/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 221 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 207 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 174 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 156 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 206 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 165 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 154 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 293 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 420 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 228 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 164 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 193 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 116 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 261 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 166 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 175 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 138 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 222 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 134 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 245 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 215 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/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar (80 kB at 1.4 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/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.jar (382 kB at 4.1 MB/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/protostream/protostream-types/4.6.5.Final/protostream-types-4.6.5.Final.jar (118 kB at 1.3 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 8.2 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/wildfly/security/wildfly-elytron-sasl-digest/2.2.3.Final/wildfly-elytron-sasl-digest-2.2.3.Final.jar (36 kB at 303 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/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar (794 kB at 6.6 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/infinispan/infinispan-client-hotrod-jakarta/14.0.27.Final/infinispan-client-hotrod-jakarta-14.0.27.Final.jar (710 kB at 5.5 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/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.jar (5.6 MB at 42 MB/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/2.2.3.Final/wildfly-elytron-auth-2.2.3.Final.jar (13 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-server/2.2.3.Final/wildfly-elytron-auth-server-2.2.3.Final.jar (280 kB at 2.0 MB/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/wildfly/security/wildfly-elytron-base/2.2.3.Final/wildfly-elytron-base-2.2.3.Final.jar (32 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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 429 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-cert/2.2.3.Final/wildfly-elytron-x500-cert-2.2.3.Final.jar (69 kB at 374 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 751 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-x500/2.2.3.Final/wildfly-elytron-x500-2.2.3.Final.jar (37 kB at 187 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-x500-cert-util/2.2.3.Final/wildfly-elytron-x500-cert-util-2.2.3.Final.jar (8.1 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-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-keystore/2.2.3.Final/wildfly-elytron-keystore-2.2.3.Final.jar (49 kB at 245 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/jgroups/jgroups/5.2.23.Final/jgroups-5.2.23.Final.jar (2.3 MB at 12 MB/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-provider-util/2.2.3.Final/wildfly-elytron-provider-util-2.2.3.Final.jar (16 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-http/2.2.3.Final/wildfly-elytron-http-2.2.3.Final.jar (35 kB at 159 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-mechanism/2.2.3.Final/wildfly-elytron-mechanism-2.2.3.Final.jar (39 kB at 175 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-mechanism-digest/2.2.3.Final/wildfly-elytron-mechanism-digest-2.2.3.Final.jar (13 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-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-ssl/2.2.3.Final/wildfly-elytron-ssl-2.2.3.Final.jar (179 kB at 804 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-sasl/2.2.3.Final/wildfly-elytron-sasl-2.2.3.Final.jar (163 kB at 716 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-util/2.2.3.Final/wildfly-elytron-util-2.2.3.Final.jar (35 kB at 152 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 50 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 75 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 157 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 101 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 81 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 109 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-mechanism-oauth2/2.2.3.Final/wildfly-elytron-mechanism-oauth2-2.2.3.Final.jar (9.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-oauth2/2.2.3.Final/wildfly-elytron-sasl-oauth2-2.2.3.Final.jar (11 kB at 43 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-sasl-plain/2.2.3.Final/wildfly-elytron-sasl-plain-2.2.3.Final.jar (14 kB at 50 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-password-impl/2.2.3.Final/wildfly-elytron-password-impl-2.2.3.Final.jar (102 kB at 369 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 60 kB/s) [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 91 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 219 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 7.1 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ client-device-connection-infinispan --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ client-device-connection-infinispan --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [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] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ client-device-connection-infinispan --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ client-device-connection-infinispan --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 2.6.0 [49/59] [INFO] from examples/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-example --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-example --- [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-example --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-example --- [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-example --- [INFO] Signing 1 file with default secret key. [INFO] [INFO] --- maven-install-plugin:2.4:install (default-install) @ hono-example --- [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/target/hono-example-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-example --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/examples/target/hono-example-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 2.6.0 [50/59] [INFO] from services/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-services --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-services --- [INFO] [INFO] --- eclipse-jarsigner-plugin:1.3.2:sign (sign-jars) @ hono-services --- [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-services --- [INFO] Signing 1 file with default secret key. [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/deploy-to-maven-central/services/pom.xml to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/target/hono-services-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-services --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/target/hono-services-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-parent >---------------- [INFO] Building Hono Services Parent 2.6.0 [51/59] [INFO] from services/parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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 496 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 1.9 MB/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 2.5 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-services-parent --- [INFO] Skipping Rule Enforcement. [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] 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 618 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.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] 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 13 MB/s) [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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-services-parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [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] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-services-parent --- [INFO] Signing 1 file with default secret key. [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/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/target/hono-services-parent-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-services-parent --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/parent/target/hono-services-parent-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-service-auth-base >--------------- [INFO] Building Hono Auth base 2.6.0 [52/59] [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 105 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 61 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 229 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 187 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 311 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 178 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 62 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 95 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-jackson-common/3.8.4/quarkus-resteasy-reactive-jackson-common-3.8.4.jar (9.6 kB at 688 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-common/3.8.4/quarkus-resteasy-reactive-common-3.8.4.jar (13 kB at 957 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 3.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 3.8 MB/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 7.2 MB/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 266 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/demo-certs/target/hono-demo-certs-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-auth-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:42: warning: no comment [WARNING] UNKNOWN("unknown"); [WARNING] ^ [WARNING] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth-base --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-auth-base --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-auth-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth-base/target/hono-service-auth-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth Server 2.6.0 [53/59] [INFO] from services/auth/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-auth --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-auth --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-javadoc.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 19 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 37 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 268 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 59 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 60 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 99 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 314 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 126 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 2.6 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 9.8 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 75 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 192 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.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 1.9 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 38 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5587ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-auth --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-auth --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/auth/target/hono-service-auth-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >--------- [INFO] Building Hono Service Device Registry Base 2.6.0 [54/59] [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 31 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 5.9 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/org/slf4j/jcl-over-slf4j/2.0.6/jcl-over-slf4j-2.0.6.jar (17 kB at 388 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.jar (12 kB at 256 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractDeviceRegistryApplication.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractDeviceRegistryApplication.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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-device-registry-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:46: warning: no comment [WARNING] public final String getHashFunction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:64: warning: no comment [WARNING] public final String getPasswordHash() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:82: warning: no comment [WARNING] public final String getPasswordPlain() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/PasswordSecret.java:97: warning: no comment [WARNING] public final String getSalt() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:53: warning: no comment [WARNING] public Optional getCacheDirective() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:57: warning: no comment [WARNING] public T getPayload() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:61: warning: no comment [WARNING] public int getStatus() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:69: warning: no comment [WARNING] public boolean isError() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Result.java:65: warning: no comment [WARNING] public boolean isOk() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Sort.java:40: warning: no comment [WARNING] @JsonProperty("asc") [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Sort.java:42: warning: no comment [WARNING] @JsonProperty("desc") [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java:61: warning: no comment [WARNING] public final Instant getCreationTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java:78: warning: no comment [WARNING] public final Instant getLastUpdate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/device/Status.java:96: warning: no comment [WARNING] public final String getLastUser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/util/Versioned.java:51: warning: no comment [WARNING] public T getValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/util/Versioned.java:55: warning: no comment [WARNING] public String getVersion() { [WARNING] ^ [WARNING] 33 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:3.3.0:test-jar (default) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-tests.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-device-registry-base --- [INFO] Signing 5 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-javadoc.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-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.pom.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-tests.jar.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar.asc 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.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/device-registry-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-tests.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-tests.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 2.6.0 [55/59] [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 344 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 212 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 595 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 102 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 285 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 356 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 119 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 390 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 62 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 60 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 66 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 33 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 72 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 73 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 271 kB/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 430 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.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 81 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 844 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 1.8 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 1.9 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 200 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 521 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 407 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 227 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 276 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 2.8 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 743 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 1.9 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 512 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 240 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 1.2 MB/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 161 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 301 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 1.3 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 59 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 121 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 10 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-datasource/3.8.4/quarkus-datasource-3.8.4.jar (14 kB at 504 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/com/mchange/c3p0/0.9.5.5/c3p0-0.9.5.5.jar (501 kB at 13 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/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.jar (146 kB at 3.4 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/io/quarkus/quarkus-narayana-jta/3.8.4/quarkus-narayana-jta-3.8.4.jar (78 kB at 1.8 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-agroal/3.8.4/quarkus-agroal-3.8.4.jar (48 kB at 1.1 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.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 58 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/com/mchange/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar (631 kB at 12 MB/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 110 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/smallrye/smallrye-context-propagation-jta/2.1.0/smallrye-context-propagation-jta-2.1.0.jar (7.8 kB at 110 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/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.jar (7.5 kB at 99 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/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar (65 kB at 847 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/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.jar (76 kB at 972 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 503 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 549 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/io/agroal/agroal-api/2.3/agroal-api-2.3.jar (63 kB at 696 kB/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 223 kB/s) [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 12 MB/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 1.2 MB/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 303 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-base-jdbc --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-base-jdbc --- [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:57: warning: no comment [WARNING] public JdbcProperties getManagement() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:53: warning: no comment [WARNING] public void setAdapter(final JdbcProperties adapter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:61: warning: no comment [WARNING] public void setManagement(final JdbcProperties management) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:44: warning: no comment [WARNING] public static final int DEFAULT_INITIAL_POOL_SIZE = 3; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:48: warning: no comment [WARNING] public static final int DEFAULT_LEAK_TIME = 60; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:46: warning: no comment [WARNING] public static final int DEFAULT_MAXIMUM_CONNECTION_TIME = 30; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:45: warning: no comment [WARNING] public static final int DEFAULT_MAXIMUM_IDLE_TIME = 3600; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:42: warning: no comment [WARNING] public static final int DEFAULT_MAXIMUM_POOL_SIZE = 15; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:43: warning: no comment [WARNING] public static final int DEFAULT_MINIMUM_POOL_SIZE = 3; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:47: warning: no comment [WARNING] public static final int DEFAULT_VALIDATION_TIME = 30; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:104: warning: no comment [WARNING] public String getDriverClass() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:139: warning: no comment [WARNING] public int getInitialPoolSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:167: warning: no comment [WARNING] public int getLeakTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:153: warning: no comment [WARNING] public int getMaximumConnectionTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:146: warning: no comment [WARNING] public int getMaximumIdleTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:125: warning: no comment [WARNING] public int getMaximumPoolSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:132: warning: no comment [WARNING] public int getMinimumPoolSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:118: warning: no comment [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:171: warning: no comment [WARNING] public String getTableName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:97: warning: no comment [WARNING] public String getUrl() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:111: warning: no comment [WARNING] public String getUsername() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:160: warning: no comment [WARNING] public int getValidationTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:101: warning: no comment [WARNING] public void setDriverClass(final String driverClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:136: warning: no comment [WARNING] public void setInitialPoolSize(final int initialPoolSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:164: warning: no comment [WARNING] public void setLeakTime(final int leakTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:150: warning: no comment [WARNING] public void setMaximumConnectionTime(final int maximumConnectionTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:143: warning: no comment [WARNING] public void setMaximumIdleTime(final int maximumIdleTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:122: warning: no comment [WARNING] public void setMaximumPoolSize(final int maximumPoolSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:129: warning: no comment [WARNING] public void setMinimumPoolSize(final int minimumPoolSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:115: warning: no comment [WARNING] public void setPassword(final String password) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:174: warning: no comment [WARNING] public void setTableName(final String tableName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:94: warning: no comment [WARNING] public void setUrl(final String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:108: warning: no comment [WARNING] public void setUsername(final String username) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:157: warning: no comment [WARNING] public void setValidationTime(final int validationTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:49: warning: no comment [WARNING] public JdbcProperties getAdapter() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:57: warning: no comment [WARNING] public JdbcProperties getManagement() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:53: warning: no comment [WARNING] public void setAdapter(final JdbcProperties adapter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcTenantStoreProperties.java:61: warning: no comment [WARNING] public void setManagement(final JdbcProperties management) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/SQL.java:49: warning: no comment [WARNING] public static final String DIALECT_H2 = "h2"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/SQL.java:48: warning: no comment [WARNING] public static final String DIALECT_POSTGRESQL = "postgresql"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:233: warning: no comment [WARNING] public Object[] getParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:229: warning: no comment [WARNING] public String getSql() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.java:57: warning: no comment [WARNING] public String getId() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.java:49: warning: no comment [WARNING] public Optional getResourceVersion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/TenantReadResult.java:53: warning: no comment [WARNING] public Tenant getTenant() { [WARNING] ^ [WARNING] 58 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-base-jdbc --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.pom.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-base-jdbc --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hono:hono-service-command-router-base >---------- [INFO] Building Hono Service Command Router Base 2.6.0 [56/59] [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 95 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 3.6 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-command-router-base --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-base --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-command-router-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-javadoc.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 7468ms [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/deploy-to-maven-central/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/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-command-router-base --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-javadoc.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-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.pom.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar.asc 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.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-command-router-base --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/command-router-base/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-base/target/hono-service-command-router-base-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ------< org.eclipse.hono:hono-service-command-router-infinispan >------- [INFO] Building Hono Infinispan Based Command Router 2.6.0 [57/59] [INFO] from services/command-router-infinispan/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-command-router-infinispan --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-command-router-infinispan --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [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 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] warning: unknown enum constant Scopes.GLOBAL [WARNING] 17 warnings [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-javadoc.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 10148ms [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/deploy-to-maven-central/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/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-command-router-infinispan --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-javadoc.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-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.pom.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar.asc 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.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-command-router-infinispan --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/command-router-infinispan/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >--------- [INFO] Building Hono JDBC Based Device Registry 2.6.0 [58/59] [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 24 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 104 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 92 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 23 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 50 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 136 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 132 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 26 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 57 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 122 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 55 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 321 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.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 63 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 89 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 64 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/io/quarkus/quarkus-jdbc-h2/3.8.4/quarkus-jdbc-h2-3.8.4.jar (11 kB at 359 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.jar [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 278 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/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.jar (888 kB at 11 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 13 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/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.jar (33 kB at 350 kB/s) [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 28 MB/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 308 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 102 kB/s) [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 150 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-jdbc --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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] Tests are skipped. [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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-device-registry-jdbc --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-javadoc.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 983 B/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 49 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 42 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 62 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 177 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 45 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 122 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 95 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 92 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 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.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 75 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 202 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 189 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 50 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 333 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 482 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 393 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 154 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 341 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 9002ms [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/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-device-registry-jdbc --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-javadoc.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-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.pom.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar.asc 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.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-jdbc --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/device-registry-jdbc/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-sources.jar.asc [INFO] Execution skipped to the last project... [INFO] [INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >-------- [INFO] Building Hono Mongodb Based Device Registry 2.6.0 [59/59] [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 238 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 184 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 367 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 86 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 393 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 1.0 MB/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 125 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 134 kB/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.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.2 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.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 144 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 464 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 55 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 216 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 68 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 63 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 103 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 524 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 140 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 152 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 117 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/mongodb-driver-reactivestreams/4.11.1/mongodb-driver-reactivestreams-4.11.1.jar (179 kB at 9.4 MB/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 24 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/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.jar (14 kB at 648 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.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 5.1 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-auth-mongo/4.5.7/vertx-auth-mongo-4.5.7.jar (36 kB at 886 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.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 34 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/quarkus/quarkus-mutiny-reactive-streams-operators/3.8.4/quarkus-mutiny-reactive-streams-operators-3.8.4.jar (5.8 kB at 109 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/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.jar (752 kB at 14 MB/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/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/3.0/microprofile-reactive-streams-operators-core-3.0.jar (59 kB at 968 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/io/quarkus/quarkus-mongodb-client/3.8.4/quarkus-mongodb-client-3.8.4.jar (107 kB at 1.6 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/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.jar (1.8 MB at 26 MB/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 1.1 MB/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 2.2 MB/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 77 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 59 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-service-device-registry-mongodb --- [INFO] Skipping Rule Enforcement. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/legal/target/hono-legal-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-device-registry-mongodb --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/deploy-to-maven-central/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-javadoc.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 267 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 191 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 378 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 2.7 MB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 9356ms [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/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar [INFO] [INFO] --- maven-gpg-plugin:3.1.0:sign (sign-artifacts) @ hono-service-device-registry-mongodb --- [INFO] Signing 4 files with default secret key. [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/deploy-to-maven-central/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/deploy-to-maven-central/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/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-javadoc.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-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/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] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.pom.asc 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.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar.asc 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.asc [INFO] [INFO] --- nexus-staging-maven-plugin:1.6.8:deploy (injected-nexus-deploy) @ hono-service-device-registry-mongodb --- [INFO] Performing local staging (local stagingDirectory="/home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging")... [INFO] + Using server credentials "ossrh" from Maven settings. Security framework of XStream not explicitly initialized, using predefined black list on your own risk. [INFO] * Connected to Nexus at https://oss.sonatype.org:443/, is version 2.15.1-02 and edition "Professional" [INFO] * Using staging profile ID "1e651a6390801c" (matched by Nexus). [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/device-registry-mongodb/pom.xml to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/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/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-javadoc.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-sources.jar [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0.pom.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.pom.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-javadoc.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-javadoc.jar.asc [INFO] Installing /home/jenkins/agent/workspace/deploy-to-maven-central/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-sources.jar.asc to /home/jenkins/agent/workspace/deploy-to-maven-central/target/nexus-staging/staging/1e651a6390801c/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-sources.jar.asc [INFO] Performing remote staging... [INFO] [INFO] * Remote staging into staging profile ID "1e651a6390801c" [INFO] * Created staging repository with ID "orgeclipsehono-1111". [INFO] * Staging repository at https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111 [INFO] * Uploading locally staged artifacts to profile org.eclipse.hono [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar (167 kB at 466 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom (4.3 kB at 30 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/maven-metadata.xml (320 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar.asc (833 B at 14 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/maven-metadata.xml (321 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar.asc (833 B at 14 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/maven-metadata.xml (318 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom.asc (833 B at 15 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters/maven-metadata.xml (309 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom.asc (833 B at 14 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/maven-metadata.xml (316 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom.asc (833 B at 14 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/maven-metadata.xml (315 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar (125 kB at 801 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/maven-metadata.xml (319 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar.asc (833 B at 15 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/maven-metadata.xml (318 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar (91 kB at 495 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/maven-metadata.xml (313 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar (127 kB at 845 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/maven-metadata.xml (325 B at 1.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar.asc (833 B at 16 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/maven-metadata.xml (319 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/maven-metadata.xml (326 B at 1.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/maven-metadata.xml (321 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/maven-metadata.xml (319 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar.asc (833 B at 7.3 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/maven-metadata.xml (313 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar.asc (833 B at 15 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/maven-metadata.xml (318 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar (74 kB at 478 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/maven-metadata.xml (313 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar (27 kB at 147 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/maven-metadata.xml (321 B at 966 B/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar (151 kB at 851 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom (2.5 kB at 18 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/maven-metadata.xml (313 B at 1.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.jar (377 kB at 2.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.pom (6.1 kB at 35 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/maven-metadata.xml (329 B at 1.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar (279 kB at 1.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/maven-metadata.xml (325 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar (16 kB at 77 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/maven-metadata.xml (313 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/maven-metadata.xml (320 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar (154 kB at 874 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.pom (3.4 kB at 24 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar (175 kB at 951 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom (2.3 kB at 15 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar (154 kB at 826 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom (3.0 kB at 16 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar (116 kB at 578 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.jar (199 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom (1.6 kB at 8.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar.asc (833 B at 16 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/maven-metadata.xml (327 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar.asc (833 B at 16 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/maven-metadata.xml (313 B at 1.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.jar.asc (833 B at 16 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/maven-metadata.xml (329 B at 1.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar (145 kB at 962 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom (3.7 kB at 21 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/maven-metadata.xml (317 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar (139 kB at 692 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/maven-metadata.xml (325 B at 1.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar (37 kB at 205 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-javadoc.jar.asc (833 B at 16 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom.asc (833 B at 16 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/maven-metadata.xml (313 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom (25 kB at 143 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-parent/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-parent/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-parent/maven-metadata.xml (307 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar (30 kB at 197 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar (14 kB at 83 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/maven-metadata.xml (324 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar (23 kB at 138 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom (1.2 kB at 6.2 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-example/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-example/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-example/maven-metadata.xml (308 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-sources.jar.asc (833 B at 9.9 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/maven-metadata.xml (332 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar (18 kB at 90 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-javadoc.jar (183 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar (28 kB at 192 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar (92 kB at 566 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/maven-metadata.xml (331 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar.asc (833 B at 10 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/maven-metadata.xml (314 B at 1.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-sources.jar (43 kB at 176 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.jar (270 kB at 1.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.pom (4.2 kB at 23 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/maven-metadata.xml (328 B at 886 B/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-javadoc.jar (102 kB at 459 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar (69 kB at 467 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.jar (367 kB at 1.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0.pom (8.0 kB at 54 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/maven-metadata.xml (323 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/maven-metadata.xml (313 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar (170 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom (4.1 kB at 28 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/maven-metadata.xml (318 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-javadoc.jar (312 kB at 1.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-sources.jar (18 kB at 102 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/maven-metadata.xml (334 B at 1.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar.asc (833 B at 11 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/maven-metadata.xml (324 B at 1.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/maven-metadata.xml (315 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar (312 kB at 1.6 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar (119 kB at 790 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.jar (165 kB at 889 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom (3.9 kB at 22 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar.asc (833 B at 16 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar (172 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar (91 kB at 612 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar (15 kB at 88 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.jar (248 kB at 903 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom (2.1 kB at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom.asc (833 B at 15 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/maven-metadata.xml (306 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-javadoc.jar (201 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom.asc (833 B at 9.9 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/maven-metadata.xml (322 B at 1.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.pom.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar (140 kB at 917 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/maven-metadata.xml (305 B at 2.1 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.jar (177 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom (1.9 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/maven-metadata.xml (323 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar (32 kB at 218 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/maven-metadata.xml (320 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar (624 kB at 3.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar (166 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.pom (1.2 kB at 8.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom (11 kB at 72 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services-parent/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services-parent/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services-parent/maven-metadata.xml (316 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar (79 kB at 546 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-clients-parent/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-clients-parent/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-clients-parent/maven-metadata.xml (315 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-sources.jar (42 kB at 279 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-sources.jar (53 kB at 371 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar (662 kB at 4.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0-javadoc.jar (93 kB at 653 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar (150 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar (14 kB at 97 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/maven-metadata.xml (322 B at 2.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.jar (192 kB at 1.3 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0.pom (1.8 kB at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-sources.jar (85 kB at 564 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar (114 kB at 759 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar (15 kB at 100 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar (170 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom (2.1 kB at 15 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar (154 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.pom (3.3 kB at 23 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-javadoc.jar (283 kB at 1.8 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-javadoc.jar (119 kB at 681 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-javadoc.jar (327 kB at 2.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom.asc (833 B at 16 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters-parent/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters-parent/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters-parent/maven-metadata.xml (316 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-javadoc.jar (253 kB at 1.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0-sources.jar (23 kB at 158 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification/2.6.0/hono-client-notification-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-common/2.6.0/hono-client-amqp-common-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar (116 kB at 800 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-javadoc.jar (183 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-clients-parent/2.6.0/hono-clients-parent-2.6.0.pom (3.6 kB at 25 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar (317 kB at 2.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.jar (150 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom (2.8 kB at 20 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar (49 kB at 337 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-sources.jar (179 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar (159 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base/2.6.0/hono-service-base-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar (149 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom (1.9 kB at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.jar (121 kB at 835 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom (4.0 kB at 28 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0-javadoc.jar (212 kB at 1.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.jar (154 kB at 984 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0.pom (2.2 kB at 15 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar (149 kB at 444 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar (16 kB at 41 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar (91 kB at 629 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-javadoc.jar (128 kB at 861 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-sources.jar (81 kB at 558 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar (148 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.pom (2.4 kB at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar (311 kB at 2.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.jar (144 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-legal/2.6.0/hono-legal-2.6.0.pom (1.4 kB at 9.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom (26 kB at 182 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-bom/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-bom/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-bom/maven-metadata.xml (304 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters/2.6.0/hono-adapters-2.6.0.pom (4.2 kB at 29 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-sources.jar (27 kB at 134 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.jar (243 kB at 1.3 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0.pom (3.3 kB at 19 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar (87 kB at 415 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0.pom.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-parent/2.6.0/hono-parent-2.6.0.pom.asc (833 B at 9.8 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar (313 kB at 2.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom (7.5 kB at 40 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-javadoc.jar (99 kB at 661 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-javadoc.jar (710 kB at 4.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-sources.jar (26 kB at 180 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.jar (189 kB at 1.3 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0.pom (6.5 kB at 46 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar (127 kB at 875 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.jar (153 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.pom (2.7 kB at 19 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-sources.jar (19 kB at 112 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-sources.jar (86 kB at 476 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-pubsub/2.6.0/hono-client-command-pubsub-2.6.0-sources.jar (23 kB at 134 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-sources.jar (18 kB at 89 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth/2.6.0/hono-service-auth-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar (160 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom (2.7 kB at 16 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar (150 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom (1.3 kB at 9.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar (172 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0-sources.jar (27 kB at 147 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-auth-base/2.6.0/hono-service-auth-base-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-sources.jar.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar (174 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0-sources.jar.asc (833 B at 9.9 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.jar (182 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-pubsub-common/2.6.0/hono-client-pubsub-common-2.6.0.pom (1.6 kB at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.jar (168 kB at 1.1 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0.pom (1.8 kB at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0-sources.jar (75 kB at 412 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-amqp/2.6.0/hono-client-telemetry-amqp-2.6.0-javadoc.jar (89 kB at 601 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-example/2.6.0/hono-example-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.jar (299 kB at 1.9 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom (6.3 kB at 43 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom (4.2 kB at 28 kB/s) [INFO] Downloading from ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services/maven-metadata.xml [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services/maven-metadata.xml [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services/maven-metadata.xml (309 B at 2.2 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-javadoc.jar (113 kB at 760 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-amqp/2.6.0/hono-client-application-amqp-2.6.0-javadoc.jar (128 kB at 869 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.jar (169 kB at 966 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-infinispan/2.6.0/client-device-connection-infinispan-2.6.0.pom (4.7 kB at 34 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0-javadoc.jar (88 kB at 619 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.jar (255 kB at 1.7 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-kafka-common/2.6.0/hono-client-kafka-common-2.6.0.pom (4.2 kB at 29 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry/2.6.0/hono-client-telemetry-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar (517 kB at 3.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.jar.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry-amqp/2.6.0/hono-client-registry-amqp-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application/2.6.0/hono-client-application-2.6.0-sources.jar (24 kB at 160 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar (252 kB at 1.7 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.pom (3.1 kB at 22 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0-sources.jar (17 kB at 118 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar (190 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.pom (2.9 kB at 21 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0-javadoc.jar (125 kB at 855 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.jar (151 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-pubsub/2.6.0/hono-client-notification-pubsub-2.6.0.pom (947 B at 6.7 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services/2.6.0/hono-services-2.6.0.pom.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.jar (257 kB at 1.5 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-mongodb/2.6.0/hono-service-device-registry-mongodb-2.6.0.pom (5.7 kB at 32 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-tests.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-tests.jar (340 kB at 2.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-registry/2.6.0/hono-client-registry-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-tests.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-base/2.6.0/hono-service-device-registry-base-2.6.0-tests.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-common/2.6.0/hono-client-common-2.6.0-sources.jar (37 kB at 217 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http/2.6.0/hono-adapter-http-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt-base/2.6.0/hono-adapter-mqtt-base-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-device-registry-jdbc/2.6.0/hono-service-device-registry-jdbc-2.6.0-sources.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.jar (181 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-amqp/2.6.0/hono-client-command-amqp-2.6.0.pom (2.2 kB at 15 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-kafka/2.6.0/hono-client-notification-kafka-2.6.0-sources.jar (19 kB at 122 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-mqtt/2.6.0/hono-adapter-mqtt-2.6.0-sources.jar.asc (833 B at 12 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-bom/2.6.0/hono-bom-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-sigfox/2.6.0/hono-adapter-sigfox-2.6.0-sources.jar (22 kB at 147 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar (27 kB at 185 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.jar (210 kB at 1.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0.pom (2.9 kB at 21 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-services-parent/2.6.0/hono-services-parent-2.6.0.pom.asc (833 B at 10 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-base/2.6.0/hono-adapter-base-2.6.0.pom.asc (833 B at 16 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapters-parent/2.6.0/hono-adapters-parent-2.6.0.pom (11 kB at 63 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0-sources.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-coap/2.6.0/hono-adapter-coap-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.jar (157 kB at 880 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-device-amqp/2.6.0/hono-client-device-amqp-2.6.0.pom (1.9 kB at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.jar (154 kB at 1.0 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-notification-amqp/2.6.0/hono-client-notification-amqp-2.6.0.pom (1.8 kB at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-base/2.6.0/hono-service-command-router-base-2.6.0-javadoc.jar.asc (833 B at 18 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-core/2.6.0/hono-core-2.6.0.jar.asc (833 B at 9.5 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-command-router-infinispan/2.6.0/hono-service-command-router-infinispan-2.6.0-javadoc.jar (92 kB at 625 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-pubsub/2.6.0/hono-client-telemetry-pubsub-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command/2.6.0/hono-client-command-2.6.0.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.jar (269 kB at 1.4 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-lora/2.6.0/hono-adapter-lora-2.6.0.pom (3.4 kB at 8.3 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-command-kafka/2.6.0/hono-client-command-kafka-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-service-base-jdbc/2.6.0/hono-service-base-jdbc-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.jar (172 kB at 1.2 MB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-application-kafka/2.6.0/hono-client-application-kafka-2.6.0.pom (1.8 kB at 13 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-amqp/2.6.0/hono-adapter-amqp-2.6.0-javadoc.jar.asc (833 B at 11 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/client-device-connection-base/2.6.0/client-device-connection-base-2.6.0.pom.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar.asc [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-amqp-connection/2.6.0/hono-client-amqp-connection-2.6.0-javadoc.jar.asc (833 B at 17 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-client-telemetry-kafka/2.6.0/hono-client-telemetry-kafka-2.6.0-javadoc.jar (102 kB at 698 kB/s) [INFO] Uploading to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar [INFO] Uploaded to ossrh: https://oss.sonatype.org:443/service/local/staging/deployByRepositoryId/orgeclipsehono-1111/org/eclipse/hono/hono-adapter-http-base/2.6.0/hono-adapter-http-base-2.6.0-sources.jar (41 kB at 241 kB/s) [INFO] * Upload of locally staged artifacts finished. [INFO] * Closing staging repository with ID "orgeclipsehono-1111". Waiting for operation to complete... ...................... [INFO] Remote staged 1 repositories, finished with success. [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.6.0: [INFO] [INFO] Hono ............................................... SUCCESS [ 14.288 s] [INFO] Hono Dependencies .................................. SUCCESS [ 0.821 s] [INFO] Legal Documents .................................... SUCCESS [ 11.093 s] [INFO] Hono Test Utils .................................... SUCCESS [ 7.367 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 7.627 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 3.551 s] [INFO] Hono Core .......................................... SUCCESS [ 53.147 s] [INFO] Hono Clients ....................................... SUCCESS [ 0.847 s] [INFO] Hono Client Common ................................. SUCCESS [ 18.954 s] [INFO] Hono Client AMQP Connection ........................ SUCCESS [ 25.875 s] [INFO] Hono Notification Client ........................... SUCCESS [ 17.527 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 3.834 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 26.765 s] [INFO] Hono Notification Client (AMQP) .................... SUCCESS [ 16.991 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 4.200 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 33.567 s] [INFO] Hono Notification Client (Kafka) ................... SUCCESS [ 17.139 s] [INFO] Hono Client PubSub Common .......................... SUCCESS [ 29.707 s] [INFO] Hono Notification Client (Pub/Sub) ................. SUCCESS [ 17.481 s] [INFO] Hono Service base .................................. SUCCESS [ 30.661 s] [INFO] Hono Client for Command & Control .................. SUCCESS [ 22.253 s] [INFO] Hono Device Registry Client ........................ SUCCESS [ 15.613 s] [INFO] Hono Client for Command & Control (AMQP) ........... SUCCESS [ 19.260 s] [INFO] Hono Client for Command & Control (Kafka) .......... SUCCESS [ 19.125 s] [INFO] Hono Client for Command & Control (Pub/Sub) ........ SUCCESS [ 18.886 s] [INFO] Hono Registry Client (AMQP) ........................ SUCCESS [ 18.583 s] [INFO] Hono Telemetry Client .............................. SUCCESS [ 16.983 s] [INFO] Hono Telemetry Client (AMQP) ....................... SUCCESS [ 17.210 s] [INFO] Hono Telemetry Client (Kafka) ...................... SUCCESS [ 16.580 s] [INFO] Hono Telemetry Client (PubSub) ..................... SUCCESS [ 16.032 s] [INFO] Hono Adapter Base .................................. SUCCESS [ 29.697 s] [INFO] Hono Adapter Base Test Utils ....................... SUCCESS [ 4.400 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 1.077 s] [INFO] Hono Protocol Adapters Parent ...................... SUCCESS [ 3.098 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 55.331 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 36.384 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 22.150 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 30.734 s] [INFO] Hono Lora Adapter .................................. SUCCESS [ 35.979 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 28.365 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 26.087 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 27.804 s] [INFO] Hono Client Device AMQP ............................ SUCCESS [ 19.376 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 17.516 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 17.812 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 19.481 s] [INFO] Device Connection client ........................... SUCCESS [ 16.870 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 20.566 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.625 s] [INFO] Hono Services ...................................... SUCCESS [ 0.828 s] [INFO] Hono Services Parent ............................... SUCCESS [ 0.971 s] [INFO] Hono Auth base ..................................... SUCCESS [ 17.364 s] [INFO] Hono Auth Server ................................... SUCCESS [ 31.547 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [ 47.067 s] [INFO] Base classes for JDBC services ..................... SUCCESS [ 24.045 s] [INFO] Hono Service Command Router Base ................... SUCCESS [ 35.337 s] [INFO] Hono Infinispan Based Command Router ............... SUCCESS [ 31.320 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 42.346 s] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [02:39 min] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22:27 min [INFO] Finished at: 2024-05-28T19:49:18Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS