Started by timer Checking out git https://github.com/eclipse/hono.git into /var/jenkins/jobs/Hono-Nightly-Sonar-Pipeline/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3 to read jenkins/Hono-Sonar-Pipeline.groovy The recommended git tool is: git No credentials specified > git rev-parse --resolve-git-dir /var/jenkins/jobs/Hono-Nightly-Sonar-Pipeline/workspace@script/77b22289f26d822505a78c577149f1016dbf9fc38a53ec133d1e0e39723333c3/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10 Fetching upstream changes from https://github.com/eclipse/hono.git > git --version # timeout=10 > git --version # 'git version 2.43.0' > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 Checking out Revision a5338a15d27ed04575f2a907bb421e4fcc3567b0 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f a5338a15d27ed04575f2a907bb421e4fcc3567b0 # timeout=10 Commit message: "Fix AsyncHandlingAutoCommitKafkaConsumerTest tests." > git rev-list --no-walk 320fd3088023ee1494aa1e173c3cff95ef3bf291 # timeout=10 [Pipeline] Start of Pipeline [Pipeline] podTemplate [Pipeline] { [Pipeline] node Created Pod: kubernetes hono/hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h Still waiting to schedule task ‘hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h’ is offline Agent hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h is provisioned from template Hono-Nightly-Sonar-Pipeline_901-sg2wv-l961j --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.hono.svc.cluster.local/hono/job/Hono-Nightly-Sonar-Pipeline/901/" runUrl: "job/Hono-Nightly-Sonar-Pipeline/901/" labels: jenkins: "slave" jenkins/label-digest: "28250cc6b565e0a887adeb9bb2f247af27a1b6d9" jenkins/label: "Hono-Nightly-Sonar-Pipeline_901-sg2wv" name: "hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h" namespace: "hono" spec: containers: - env: - name: "JENKINS_SECRET" value: "********" - name: "JENKINS_TUNNEL" value: "jenkins-discovery.hono.svc.cluster.local:50000" - name: "JENKINS_AGENT_NAME" value: "hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h" - name: "JENKINS_NAME" value: "hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h" - 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-3160.vd76b_9ddd10cc" name: "jnlp" resources: requests: memory: "256Mi" cpu: "100m" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" env: - name: "HOME" value: "/home/jenkins" image: "eclipse/hono-builder:2.5.0" imagePullPolicy: "Always" name: "hono-builder" resources: limits: memory: "8Gi" cpu: "2" requests: memory: "8Gi" cpu: "2" tty: true volumeMounts: - mountPath: "/home/jenkins" name: "jenkins-home" - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - emptyDir: {} name: "jenkins-home" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h in /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse/hono.git > git init /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline # timeout=10 Fetching upstream changes from https://github.com/eclipse/hono.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://github.com/eclipse/hono.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision a5338a15d27ed04575f2a907bb421e4fcc3567b0 (refs/remotes/origin/master) > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5338a15d27ed04575f2a907bb421e4fcc3567b0 # timeout=10 Commit message: "Fix AsyncHandlingAutoCommitKafkaConsumerTest tests." [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] timeout Timeout set to expire in 45 min [Pipeline] { [Pipeline] stage [Pipeline] { (Build and run Sonar analysis on master branch) [Pipeline] echo checking out branch [master] ... [Pipeline] checkout The recommended git tool is: NONE No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@55836172; decorates RemoteLauncher[hudson.remoting.Channel@ed7fc0a0:JNLP4-connect connection from 10.40.66.78/10.40.66.78:35480] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/.git # timeout=10 > 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.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-hono/hono.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a5338a15d27ed04575f2a907bb421e4fcc3567b0 (refs/remotes/origin/master) Commit message: "Fix AsyncHandlingAutoCommitKafkaConsumerTest tests." > git rev-parse refs/remotes/origin/master^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5338a15d27ed04575f2a907bb421e4fcc3567b0 # timeout=10 > git rev-list --no-walk 320fd3088023ee1494aa1e173c3cff95ef3bf291 # timeout=10 [Pipeline] withSonarQubeEnv Injecting SonarQube environment variables using the configuration: SonarCloud.io [Pipeline] { [Pipeline] sh building and running Sonar analysis ... [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 189 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 67 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 298 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 25 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 884 kB/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 270 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.15/xstream-parent-1.4.15.pom (43 kB at 381 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 20 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 101 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 52 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 174 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 243 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 442 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 139 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 418 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 322 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 299 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 111 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 302 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 114 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 62 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 930 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 19 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 604 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 185 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 40 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 73 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 67 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 37 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 48 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 90 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 105 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 81 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 66 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 19 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 31 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 69 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 57 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 78 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 43 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 15 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 49 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 54 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 127 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 135 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 74 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 60 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 194 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 657 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 158 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.6 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.2 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 822 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 134 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 518 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 37 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 47 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 598 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 4.4 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 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 220 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 380 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 411 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.0 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 1.6 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 1.1 MB/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 48 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 346 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 46 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 390 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 22 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 521 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 86 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 144 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 106 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 244 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 277 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 212 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 216 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 129 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 102 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 70 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 733 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.1 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 735 kB/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 144 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 243 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 1.1 MB/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 4.7 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 35 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 77 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 33 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 341 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 122 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 556 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 204 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 24 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 83 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 94 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 51 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 90 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 24 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 78 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 159 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 233 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 740 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 41 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 137 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 408 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 183 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 678 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 78 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 665 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 95 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 307 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 75 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 210 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 321 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/intellij/annotations/9.0.4/annotations-9.0.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/joda-time/joda-time/2.2/joda-time-2.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 553 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/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.1 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 1.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/com/thoughtworks/xstream/xstream/1.4.15/xstream-1.4.15.jar (628 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 199 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/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 175 kB/s) [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-lang/commons-lang/2.6/commons-lang-2.6.jar [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/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 13 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-io/commons-io/2.4/commons-io-2.4.jar (185 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 994 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 2.1 MB/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/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 279 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/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.jar (131 kB at 534 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/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 767 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/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 106 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-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 63 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 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.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 850 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 1.0 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] 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 8.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 399 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/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 738 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/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 157 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 187 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 270 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 794 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 1.2 MB/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 2.5 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 352 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.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 17 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 1.2 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 266 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 877 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom (438 kB at 5.5 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 86 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 154 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 227 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 128 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 45 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 105 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 204 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 6.2 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 190 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 397 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 313 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 253 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 952 kB/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 49 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 315 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 172 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 404 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 221 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 202 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 58 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 141 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 157 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 215 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 613 kB/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 48 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 22 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 11 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 74 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.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/31/apache-31.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/31/apache-31.pom (24 kB at 461 kB/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 514 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.8 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 3.5 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.2 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 349 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 509 kB/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 3.5 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 855 kB/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 160 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 443 kB/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 258 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.2 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 1.9 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 516 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 577 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.pom (1.4 kB at 171 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 209 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 136 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 133 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 750 kB/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 413 kB/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 279 kB/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 147 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 281 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 108 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.pom (2.5 kB at 273 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.pom (3.2 kB at 154 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.1 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 276 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 297 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 702 kB/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 51 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 828 kB/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 1.9 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.5 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 72 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 217 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 50 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 25 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 28 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 576 kB/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 148 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 214 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 138 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.8 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 41 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 106 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 121 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 55 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 32 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 9.4 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 333 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 365 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 58 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 200 kB/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 260 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 37 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 469 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 124 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 719 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 206 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 471 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 118 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 193 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 243 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 318 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.8 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 682 kB/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 682 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.8 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 189 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 10 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 93 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 217 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 235 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 39 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 320 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 391 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 282 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 440 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.pom (11 kB at 147 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 18 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 136 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.8 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 612 kB/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 561 kB/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 275 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 250 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 107 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 1.7 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 332 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 76 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 171 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 134 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 79 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 164 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 249 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 421 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 70 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 264 B/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 6.1 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 5.0 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 305 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.16.1/jackson-bom-2.16.1.pom (18 kB at 309 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.16/jackson-parent-2.16.pom (6.5 kB at 272 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 535 kB/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 59 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 298 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.pom (16 kB at 718 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 709 kB/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 191 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 102 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.0 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 94 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 425 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 960 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 219 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 113 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 103 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 195 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 91 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 354 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 1.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 277 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 70 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 223 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 2.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.pom (2.1 kB at 74 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 95 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 36 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 66 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 232 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 4.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 198 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.9 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 101 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 141 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 25 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 13 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 33 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 66 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 33 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 204 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 30 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 42 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 31 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 78 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 35 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 87 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 14 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 3.4 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 68 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 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.pom (770 B at 6.3 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.pom (21 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.16.1/jackson-base-2.16.1.pom (11 kB at 277 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 243 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 710 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 138 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 183 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.pom (2.7 kB at 158 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.9.18/maven-resolver-1.9.18.pom (22 kB at 2.2 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 150 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 357 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 288 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 322 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 171 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 168 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 91 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 662 kB/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 85 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/3.5.3/wagon-providers-3.5.3.pom (3.1 kB at 220 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http/3.5.3/wagon-http-3.5.3.pom (6.1 kB at 255 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 107 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 7.3 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 12 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 15 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 175 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.pom (8.2 kB at 302 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 612 kB/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 286 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 48 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 799 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/65/commons-parent-65.pom (78 kB at 6.0 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.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.pom (2.9 kB at 44 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 53 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 238 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 17 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 303 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.6 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 209 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 263 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 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 1.2 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 440 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/beanbag/smallrye-beanbag/1.4.0/smallrye-beanbag-1.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.16/httpcore-4.4.16.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-xml/4.0.0/plexus-xml-4.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-cpu/2.2.0/smallrye-common-cpu-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-expression/2.2.0/smallrye-common-expression-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-function/2.2.0/smallrye-common-function-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-net/2.2.0/smallrye-common-net-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging/3.5.3.Final/jboss-logging-3.5.3.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/inject/guice/5.1.0/guice-5.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/readline/2.4/readline-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/aesh/aesh/2.7/aesh-2.7.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-analysis/9.6/asm-analysis-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm/9.6/asm-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.6/asm-tree-9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/inject/jakarta.inject-api/2.0.1/jakarta.inject-api-2.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config/3.5.4/smallrye-config-3.5.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-classloader/2.2.0/smallrye-common-classloader-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/graalvm/sdk/word/23.1.2/word-23.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.10.1/junit-platform-commons-1.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/jupiter/junit-jupiter-engine/5.10.1/junit-jupiter-engine-5.10.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-registry-client/3.8.4/quarkus-devtools-registry-client-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/smallrye/common/smallrye-common-os/2.2.0/smallrye-common-os-2.2.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-api/1.9.18/maven-resolver-api-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/enterprise/jakarta.enterprise.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/fasterxml/jackson/core/jackson-core/2.16.1/jackson-core-2.16.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/twdata/maven/mojo-executor/2.4.0/mojo-executor-2.4.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.5.1/plexus-utils-3.5.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/slf4j/slf4j-jboss-logmanager/2.0.0.Final/slf4j-jboss-logmanager-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-io/2.2.0/smallrye-common-io-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/commons-logging-jboss-logging/1.0.0.Final/commons-logging-jboss-logging-1.0.0.Final.jar (17 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-core/3.8.4/quarkus-bootstrap-core-3.8.4.jar (124 kB at 3.3 MB/s) [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 119 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] 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/smallrye/beanbag/smallrye-beanbag-maven/1.4.0/smallrye-beanbag-maven-1.4.0.jar (17 kB at 312 kB/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-maven-resolver/3.8.4/quarkus-bootstrap-maven-resolver-3.8.4.jar (143 kB at 2.3 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/quarkus/quarkus-bootstrap-app-model/3.8.4/quarkus-bootstrap-app-model-3.8.4.jar (185 kB at 2.6 MB/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/smallrye/beanbag/smallrye-beanbag-sisu/1.4.0/smallrye-beanbag-sisu-1.4.0.jar (25 kB at 354 kB/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 502 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/common/smallrye-common-constraint/2.2.0/smallrye-common-constraint-2.2.0.jar (13 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/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 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.9.6/maven-builder-support-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.14/httpclient-4.5.14.jar (786 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.9.6/maven-model-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.9.6/maven-artifact-3.9.6.jar (59 kB at 593 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-builder-support/3.9.6/maven-builder-support-3.9.6.jar (14 kB at 134 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/commons-codec/commons-codec/1.16.1/commons-codec-1.16.1.jar (365 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.9.6/maven-model-builder-3.9.6.jar (198 kB at 1.7 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-repository-metadata/3.9.6/maven-repository-metadata-3.9.6.jar (28 kB at 235 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 677 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-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/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-xml-impl/4.0.0-alpha-5/maven-xml-impl-4.0.0-alpha-5.jar (27 kB at 197 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-api-xml/4.0.0-alpha-5/maven-api-xml-4.0.0-alpha-5.jar (8.4 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-sec-dispatcher/2.0/plexus-sec-dispatcher-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.9.6/maven-settings-3.9.6.jar (45 kB at 305 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-fs-util/0.0.10/quarkus-fs-util-0.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-cipher/2.0/plexus-cipher-2.0.jar (13 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-api-meta/4.0.0-alpha-5/maven-api-meta-4.0.0-alpha-5.jar (12 kB at 75 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 150 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/jboss/logmanager/jboss-logmanager/3.0.4.Final/jboss-logmanager-3.0.4.Final.jar (811 kB at 4.7 MB/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-expression/2.2.0/smallrye-common-expression-2.2.0.jar (21 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-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 115 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-net/2.2.0/smallrye-common-net-2.2.0.jar (34 kB at 172 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 275 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-cpu/2.2.0/smallrye-common-cpu-2.2.0.jar (11 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-embedder/3.9.6/maven-embedder-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.6/slf4j-api-2.0.6.jar (63 kB at 286 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-ref/2.2.0/smallrye-common-ref-2.2.0.jar (16 kB at 72 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 254 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/apache/maven/shared/maven-shared-utils/3.3.4/maven-shared-utils-3.3.4.jar (153 kB at 641 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 449 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/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/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/5.1.0/guice-5.1.0.jar (778 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.5.0/commons-cli-1.5.0.jar (58 kB at 223 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/eclipse/sisu/org.eclipse.sisu.plexus/0.9.0.M2/org.eclipse.sisu.plexus-0.9.0.M2.jar (210 kB at 786 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/javax/annotation/javax.annotation-api/1.3.2/javax.annotation-api-1.3.2.jar (27 kB at 100 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/com/google/guava/guava/33.0.0-jre/guava-33.0.0-jre.jar (3.0 MB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.9.6/maven-settings-builder-3.9.6.jar (42 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/jansi/jansi/2.4.0/jansi-2.4.0.jar (221 kB at 720 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/readline/2.4/readline-2.4.jar (328 kB at 1.1 MB/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] 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/apache/maven/maven-resolver-provider/3.9.6/maven-resolver-provider-3.9.6.jar (74 kB at 242 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/apache/commons/commons-lang3/3.14.0/commons-lang3-3.14.0.jar (658 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/aesh/aesh/2.7/aesh-2.7.jar (358 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.6/asm-util-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core-deployment/3.8.4/quarkus-core-deployment-3.8.4.jar (1.4 MB at 4.2 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/org/wildfly/common/wildfly-common/1.7.0.Final/wildfly-common-1.7.0.Final.jar (299 kB at 871 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/ow2/asm/asm-util/9.6/asm-util-9.6.jar (91 kB at 265 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-analysis/9.6/asm-analysis-9.6.jar (34 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/gizmo/gizmo/1.7.0/gizmo-1.7.0.jar (178 kB at 509 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/org/ow2/asm/asm/9.6/asm-9.6.jar (124 kB at 345 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-development-mode-spi/3.8.4/quarkus-development-mode-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-commons/9.6/asm-commons-9.6.jar (72 kB at 201 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-tree/9.6/asm-tree-9.6.jar (52 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/jandex/3.1.6/jandex-3.1.6.jar (331 kB at 877 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] 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 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-utilities/3.8.4/quarkus-devtools-utilities-3.8.4.jar (5.4 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-class-change-agent/3.8.4/quarkus-class-change-agent-3.8.4.jar (3.2 kB at 8.4 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 27 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/jakarta/annotation/jakarta.annotation-api/2.1.1/jakarta.annotation-api-2.1.1.jar (26 kB at 66 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/org/eclipse/sisu/org.eclipse.sisu.inject/0.9.0.M2/org.eclipse.sisu.inject-0.9.0.M2.jar (425 kB at 1.1 MB/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/microprofile/config/microprofile-config-api/3.0.3/microprofile-config-api-3.0.3.jar (18 kB at 42 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 83 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/smallrye/config/smallrye-config-core/3.5.4/smallrye-config-core-3.5.4.jar (326 kB at 759 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/quarkus/quarkus-core/3.8.4/quarkus-core-3.8.4.jar (299 kB at 695 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/jboss/logging/jboss-logging-annotations/2.2.1.Final/jboss-logging-annotations-2.2.1.Final.jar (21 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-annotation/2.2.0/smallrye-common-annotation-2.2.0.jar (7.5 kB at 17 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/io/smallrye/config/smallrye-config-common/3.5.4/smallrye-config-common-3.5.4.jar (12 kB at 28 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 21 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/io/quarkus/quarkus-maven-plugin/3.8.4/quarkus-maven-plugin-3.8.4.jar (429 kB at 946 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/github/crac/org-crac/0.1.3/org-crac-0.1.3.jar (9.3 kB at 20 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/org/graalvm/sdk/word/23.1.2/word-23.1.2.jar (22 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.10.1/junit-platform-launcher-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/graalvm/sdk/nativeimage/23.1.2/nativeimage-23.1.2.jar (217 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/3.5.1.Final/jboss-threads-3.5.1.Final.jar (124 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.3.0/opentest4j-1.3.0.jar (14 kB at 29 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/io/quarkus/quarkus-builder/3.8.4/quarkus-builder-3.8.4.jar (66 kB at 136 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/io/quarkus/quarkus-bootstrap-runner/3.8.4/quarkus-bootstrap-runner-3.8.4.jar (49 kB at 100 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 370 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-api/5.10.1/junit-jupiter-api-5.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.10.1/junit-platform-engine-1.10.1.jar (205 kB at 410 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/apiguardian/apiguardian-api/1.1.2/apiguardian-api-1.1.2.jar (6.8 kB at 14 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-commons/1.10.1/junit-platform-commons-1.10.1.jar (106 kB at 206 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-api/5.10.1/junit-jupiter-api-5.10.1.jar (211 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter/5.10.1/junit-jupiter-5.10.1.jar (6.4 kB at 12 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-engine/5.10.1/junit-jupiter-engine-5.10.1.jar (245 kB at 456 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/jupiter/junit-jupiter-params/5.10.1/junit-jupiter-params-5.10.1.jar (586 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-common/3.8.4/quarkus-devtools-common-3.8.4.jar (402 kB at 689 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/qute/qute-core/3.8.4/qute-core-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-devtools-base-codestarts/3.8.4/quarkus-devtools-base-codestarts-3.8.4.jar (400 kB at 682 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 364 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/qute/qute-core/3.8.4/qute-core-3.8.4.jar (332 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.26.1/commons-compress-1.26.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny/2.5.8/mutiny-2.5.8.jar (875 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.15.1/commons-io-2.15.1.jar (501 kB at 786 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] 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.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/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/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/org/jdom/jdom2/2.0.6.1/jdom2-2.0.6.1.jar (328 kB at 480 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.16.1/jackson-dataformat-yaml-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/maven-model-helper/25/maven-model-helper-25.jar (28 kB at 41 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/smallrye/common/smallrye-common-version/2.2.0/smallrye-common-version-2.2.0.jar (30 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/io/quarkus/quarkus-devtools-codestarts/3.8.4/quarkus-devtools-codestarts-3.8.4.jar (86 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-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 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.9.6/maven-core-3.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.9.6/maven-plugin-api-3.9.6.jar (47 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.9.18/maven-resolver-impl-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/yaml/snakeyaml/2.2/snakeyaml-2.2.jar (334 kB at 469 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/io/quarkus/quarkus-project-core-extension-codestarts/3.8.4/quarkus-project-core-extension-codestarts-3.8.4.jar (260 kB at 362 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/maven-core/3.9.6/maven-core-3.9.6.jar (702 kB at 974 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.9.18/maven-resolver-spi-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-named-locks/1.9.18/maven-resolver-named-locks-1.9.18.jar (38 kB at 52 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-impl/1.9.18/maven-resolver-impl-1.9.18.jar (318 kB at 436 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-api/1.9.18/maven-resolver-api-1.9.18.jar (157 kB at 215 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 70 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/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 5.8 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/apache/maven/resolver/maven-resolver-util/1.9.18/maven-resolver-util-1.9.18.jar (196 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/interceptor/jakarta.interceptor-api/2.1.0/jakarta.interceptor-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/enterprise/jakarta.enterprise.cdi-api/4.0.1/jakarta.enterprise.cdi-api-4.0.1.jar (151 kB at 203 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.lang-model/4.0.1/jakarta.enterprise.lang-model-4.0.1.jar (26 kB at 35 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/el/jakarta.el-api/5.0.1/jakarta.el-api-5.0.1.jar (88 kB at 118 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/com/fasterxml/jackson/datatype/jackson-datatype-jdk8/2.16.1/jackson-datatype-jdk8-2.16.1.jar (36 kB at 48 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/com/fasterxml/jackson/datatype/jackson-datatype-jsr310/2.16.1/jackson-datatype-jsr310-2.16.1.jar (128 kB at 169 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 33 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/org/freemarker/freemarker/2.3.32/freemarker-2.3.32.jar (1.7 MB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.16.1/jackson-databind-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar (124 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.16.1/jackson-annotations-2.16.1.jar (78 kB at 98 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/io/quarkus/quarkus-devtools-message-writer/3.8.4/quarkus-devtools-message-writer-3.8.4.jar (6.6 kB at 8.2 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-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/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/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar (49 kB at 60 kB/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 705 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 328 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/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/io/quarkus/quarkus-analytics-common/3.8.4/quarkus-analytics-common-3.8.4.jar (52 kB at 59 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/kr/motd/maven/os-maven-plugin/1.7.0/os-maven-plugin-1.7.0.pom (6.1 kB at 81 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 210 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.5 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 2.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.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.3/maven-model-3.5.3.pom (4.0 kB at 192 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 582 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.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 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 5.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/18/apache-18.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 1.1 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 101 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 245 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 807 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 120 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 294 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 791 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 2.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 79 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 125 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 960 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 58 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 236 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 1.1 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 562 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.1 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 242 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 286 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-artifact/3.5.3/maven-artifact-3.5.3.jar (55 kB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.3/maven-plugin-api-3.5.3.jar (48 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.3.3/org.eclipse.sisu.plexus-0.3.3.jar [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 7.2 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/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 195 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 6.2 MB/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/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 6.2 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/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 8.4 MB/s) [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 94 kB/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 1.1 MB/s) [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 648 kB/s) [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 350 kB/s) [INFO] Inspecting build with total of 64 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 64 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Detecting the operating system and CPU architecture [INFO] ------------------------------------------------------------------------ [INFO] os.detected.name: linux [INFO] os.detected.arch: x86_64 [INFO] os.detected.bitness: 64 [INFO] os.detected.version: 6.2 [INFO] os.detected.version.major: 6 [INFO] os.detected.version.minor: 2 [INFO] os.detected.release: debian [INFO] os.detected.release.version: 11 [INFO] os.detected.release.like.debian: true [INFO] os.detected.classifier: linux-x86_64 [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] Hono [pom] [INFO] Hono Dependencies [pom] [INFO] Legal Documents [jar] [INFO] Hono Test Utils [pom] [INFO] Hono Core Test Utils [jar] [INFO] Hono Demo Certs [jar] [INFO] Hono Core [jar] [INFO] Hono Clients [pom] [INFO] Hono Client Common [jar] [INFO] Hono Client AMQP Connection [jar] [INFO] Hono Notification Client [jar] [INFO] Hono Client Test Utils [jar] [INFO] Hono Client AMQP Common [jar] [INFO] Hono Notification Client (AMQP) [jar] [INFO] Hono Kafka Test Utils [jar] [INFO] Hono Client Kafka Common [jar] [INFO] Hono Notification Client (Kafka) [jar] [INFO] Hono Client PubSub Common [jar] [INFO] Hono Notification Client (Pub/Sub) [jar] [INFO] Hono Service base [jar] [INFO] Hono Client for Command & Control [jar] [INFO] Hono Device Registry Client [jar] [INFO] Hono Client for Command & Control (AMQP) [jar] [INFO] Hono Client for Command & Control (Kafka) [jar] [INFO] Hono Client for Command & Control (Pub/Sub) [jar] [INFO] Hono Registry Client (AMQP) [jar] [INFO] Hono Telemetry Client [jar] [INFO] Hono Telemetry Client (AMQP) [jar] [INFO] Hono Telemetry Client (Kafka) [jar] [INFO] Hono Telemetry Client (PubSub) [jar] [INFO] Hono Adapter Base [jar] [INFO] Hono Adapter Base Test Utils [jar] [INFO] Hono Protocol Adapters [pom] [INFO] Hono Protocol Adapters Parent [pom] [INFO] Hono AMQP Adapter [jar] [INFO] Hono CoAP Adapter [jar] [INFO] Hono HTTP Adapter base [jar] [INFO] Hono HTTP Adapter [jar] [INFO] Hono Lora Adapter [jar] [INFO] Hono MQTT Adapter base [jar] [INFO] Hono MQTT Adapter [jar] [INFO] Hono Sigfox Adapter [jar] [INFO] Hono Client Device AMQP [jar] [INFO] Hono Client for Business Applications [jar] [INFO] Hono Client for Business Applications (AMQP) [jar] [INFO] Hono Client for Business Applications (Kafka) [jar] [INFO] Hono command-line interface [jar] [INFO] Device Connection client [jar] [INFO] Hotrod Device Connection client [jar] [INFO] Hono Examples [pom] [INFO] Hono Client Examples [jar] [INFO] Hono Protocol Gateway example [jar] [INFO] Hono Services [pom] [INFO] Hono Services Parent [pom] [INFO] Hono Auth base [jar] [INFO] Hono Auth Server [jar] [INFO] Hono Service Device Registry Base [jar] [INFO] Base classes for JDBC services [jar] [INFO] Hono Service Command Router Base [jar] [INFO] Hono Infinispan Based Command Router [jar] [INFO] Hono JDBC Based Device Registry [jar] [INFO] Hono Mongodb Based Device Registry [jar] [INFO] Hono Site [pom] [INFO] Hono Integration Tests [jar] [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.3.0/maven-enforcer-plugin-3.3.0.pom (7.0 kB at 465 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 632 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 2.8 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 495 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 763 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 3.4 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 2.7 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 556 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 539 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 27 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (3.9 kB at 80 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 kB at 815 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.pom (6.4 kB at 491 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 766 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 2.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/11/apache-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/2.4/maven-install-plugin-2.4.jar (27 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.pom (8.9 kB at 521 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-deploy-plugin/3.1.1/maven-deploy-plugin-3.1.1.jar (39 kB at 3.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.pom (21 kB at 800 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/24/maven-plugins-24.pom (11 kB at 900 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-site-plugin/3.3/maven-site-plugin-3.3.jar (124 kB at 6.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.pom (4.7 kB at 394 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/12/maven-plugins-12.pom (12 kB at 979 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 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/1.3/maven-antrun-plugin-1.3.jar (24 kB at 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/16/maven-plugins-16.pom (13 kB at 996 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.5 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 984 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/2.2-beta-5/maven-assembly-plugin-2.2-beta-5.jar (209 kB at 13 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.pom (22 kB at 276 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/docker-maven-plugin/0.43.4/docker-maven-plugin-0.43.4.jar (723 kB at 11 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 701 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-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 583 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.3.1/maven-resources-plugin-3.3.1.jar (31 kB at 2.6 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 520 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 707 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 3.5 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 783 kB/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.0 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 78 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 319 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 1.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.pom (10 kB at 135 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.1.0/maven-failsafe-plugin-3.1.0.jar (54 kB at 828 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.5.0/maven-dependency-plugin-3.5.0.pom (16 kB at 485 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 311 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 1.5 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 506 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 2.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.pom (11 kB at 923 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/release/maven-release/2.5.3/maven-release-2.5.3.pom (5.0 kB at 218 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-release-plugin/2.5.3/maven-release-plugin-2.5.3.jar (53 kB at 3.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.3.0/maven-checkstyle-plugin-3.3.0.pom (15 kB at 283 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.5 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.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 75 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.0 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 984 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.pom (2.4 kB at 31 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/internetitem/write-properties-file-maven-plugin/1.0.1/write-properties-file-maven-plugin-1.0.1.jar (7.2 kB at 289 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/jandex-maven-plugin/1.2.3/jandex-maven-plugin-1.2.3.pom (11 kB at 56 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 592 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.8 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 148 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 102 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.2 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 30 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 4.3 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 181 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 349 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 918 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 896 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 2.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/maven-metadata.xml (21 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-metadata.xml (14 kB at 460 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/maven-metadata.xml (1.3 kB at 79 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.pom (1.1 kB at 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 2.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/maven/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.pom (12 kB at 548 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/parent/parent/71.0.0.1292/parent-71.0.0.1292.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/71.0.0.1292/parent-71.0.0.1292.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/71.0.0.1292/parent-71.0.0.1292.pom (32 kB at 1.1 MB/s) [WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.11.0.3922 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.11.0.3922: SonarQube plugin was moved to SonarSource organisation [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/maven/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/maven/sonar-maven-plugin/3.11.0.3922/sonar-maven-plugin-3.11.0.3922.jar (58 kB at 2.1 MB/s) [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 2.6.0-SNAPSHOT [1/64] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- 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 239 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 152 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 122 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 1.7 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 146 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 1.3 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 91 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 618 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 598 kB/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 150 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 161 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 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.3.0/enforcer-api-3.3.0.jar (14 kB at 757 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/org/apache/maven/enforcer/enforcer-rules/3.3.0/enforcer-rules-3.3.0.jar (145 kB at 7.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.12.0/commons-lang3-3.12.0.jar (587 kB at 27 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 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar (327 kB at 9.3 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 7.2 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 151 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 113 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.11.1/doxia-1.11.1.pom (18 kB at 1.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 63 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 302 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 408 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 1.6 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 1.5 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 182 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 668 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom (6.3 kB at 272 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 6.6 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 137 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 440 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 7.3 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 2.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-invoker/3.2.0/maven-invoker-3.2.0.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 247 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 196 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 1.2 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 934 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 4.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 4.2 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 316 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 66 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 789 kB/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 143 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 235 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 70 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 144 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 69 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 133 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 247 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 69 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 56 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 154 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 268 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 624 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 480 kB/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 285 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/26/weld-parent-26.pom (32 kB at 1.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 82 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.5/sisu-inject-0.3.5.pom (14 kB at 655 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/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 187 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 292 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 98 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 2.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/aether/aether-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 289 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 171 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 313 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 385 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 148 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 339 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 1.0 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 343 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.3 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.4 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 165 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 60 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 513 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 906 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 138 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 1.7 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 377 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 1.5 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 4.3 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.0 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 4.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.7/commons-lang3-3.7.pom (28 kB at 2.0 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 174 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 780 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.13/httpcore-4.4.13.pom (5.0 kB at 414 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.13/httpcomponents-core-4.4.13.pom (13 kB at 940 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 3.5 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 1.2 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 414 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.0 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 243 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 370 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 276 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 180 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.11.1/doxia-modules-1.11.1.pom (2.7 kB at 228 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.pom (2.0 kB at 180 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 208 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 214 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 688 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 348 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 158 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 747 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 293 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 62 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 235 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 221 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 329 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 41 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 319 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 223 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 338 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 776 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 625 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 776 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 1.8 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 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 58 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 876 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 562 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 18 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 24 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 859 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 162 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 330 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 20 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 11 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 477 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 281 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 1.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 16 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 11 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.3 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 954 kB/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 3.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 144 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 2.6 MB/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 8.2 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 1.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 331 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 345 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 63 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 133 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 224 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 13 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/maven-archiver/3.6.0/maven-archiver-3.6.0.jar (26 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar (79 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar (211 kB at 11 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/apache/commons/commons-compress/1.21/commons-compress-1.21.jar (1.0 MB at 42 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.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 2.1 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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.1/maven-artifact-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.1.1/maven-reporting-api-3.1.1.jar (11 kB at 320 kB/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/tukaani/xz/1.9/xz-1.9.jar (116 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-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/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-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/maven/shared/maven-common-artifact-filters/3.2.0/maven-common-artifact-filters-3.2.0.jar (61 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-settings-builder/3.1.1/maven-settings-builder-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.1/maven-settings-3.1.1.jar (42 kB at 835 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.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-core/3.1.1/maven-core-3.1.1.jar (557 kB at 11 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-artifact/3.1.1/maven-artifact-3.1.1.jar (52 kB at 987 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-builder/3.1.1/maven-settings-builder-3.1.1.jar (42 kB at 717 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.1/maven-repository-metadata-3.1.1.jar (25 kB at 387 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] 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.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.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 876 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/eclipse/aether/aether-spi/0.9.0.M2/aether-spi-0.9.0.M2.jar (18 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.1.1/maven-model-3.1.1.jar (154 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.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/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.jar (50 kB at 630 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.0.v20140518/aether-impl-1.0.0.v20140518.jar (172 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.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/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 340 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.5/org.eclipse.sisu.plexus-0.3.5.jar (205 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.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/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.11.1/doxia-sink-api-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.2/cdi-api-1.2.jar (71 kB at 718 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/aether/aether-api/1.0.0.v20140518/aether-api-1.0.0.v20140518.jar (136 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.1/maven-plugin-api-3.1.1.jar (45 kB at 431 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 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.5/org.eclipse.sisu.inject-0.3.5.jar (379 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.11.1/doxia-logging-api-1.11.1.jar (12 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.11.1/doxia-skin-model-1.11.1.jar (16 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.11.1/doxia-decoration-model-1.11.1.jar (60 kB at 467 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-site-renderer/1.11.1/doxia-site-renderer-1.11.1.jar (65 kB at 505 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.11.1/doxia-module-xhtml-1.11.1.jar (17 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.11.1/doxia-core-1.11.1.jar (218 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.11.1/doxia-module-xhtml5-1.11.1.jar (18 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 85 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-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 1.6 MB/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/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 829 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 29 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-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 2.8 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.2 MB/s) [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 2.2 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] 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-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 892 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-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 529 kB/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.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 296 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.10.0/commons-text-1.10.0.jar (238 kB at 1.3 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/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 361 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-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 3.2 MB/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/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 336 kB/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.7 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/codehaus/plexus/plexus-java/1.1.2/plexus-java-1.1.2.jar (55 kB at 280 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.7 MB/s) [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 612 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.3 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 46 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 216 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 123 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 645 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 191 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 767 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 130 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 237 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 114 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 457 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 398 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 26 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 629 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 286 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 278 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 321 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 553 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 316 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 94 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 171 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 48 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 156 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 214 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 321 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 206 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 129 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 286 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 229 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 462 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 83 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 178 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 176 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 166 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 509 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 4.6 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 173 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 399 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 4.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 480 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.9 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 66 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 165 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 121 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-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-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-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-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 6.1 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-artifact/3.0/maven-artifact-3.0.jar (52 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.0/maven-settings-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 1.3 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 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 12 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-model/3.0/maven-model-3.0.jar (165 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-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-settings/3.0/maven-settings-3.0.jar (47 kB at 915 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 741 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 537 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 215 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/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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-api/1.7/aether-api-1.7.jar (74 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-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 731 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 300 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 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-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 702 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 849 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 1.9 MB/s) [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.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.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 912 kB/s) [INFO] [INFO] ---------------------< org.eclipse.hono:hono-bom >---------------------- [INFO] Building Hono Dependencies 2.6.0-SNAPSHOT [2/64] [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] --------------------< org.eclipse.hono:hono-legal >--------------------- [INFO] Building Legal Documents 2.6.0-SNAPSHOT [3/64] [INFO] from legal/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [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 42 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 87 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 146 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/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 339 kB/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 1.7 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 40 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 276 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 41 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 466 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 191 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 63 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom (770 B at 385 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom (6.0 kB at 3.0 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/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 80 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 66 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/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 54 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 388 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 1.1 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.8 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 844 kB/s) [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-legal --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-legal --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-legal --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.pom (6.1 kB at 63 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 38 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 12 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 113 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 81 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 49 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 33 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 414 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 73 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 1.3 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 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 217 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 124 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 64 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 139 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 132 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 81 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 354 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 405 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 709 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 197 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 386 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.1.0/maven-surefire-common-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.1.0/surefire-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.1.0/surefire-booter-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.1.0/surefire-extensions-api-3.1.0.jar (26 kB at 446 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.1.0/surefire-logger-api-3.1.0.jar (14 kB at 234 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 5.2 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-api/3.1.0/surefire-api-3.1.0.jar (170 kB at 2.8 MB/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 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.1/maven-common-artifact-filters-3.1.1.jar (61 kB at 882 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-spi/3.1.0/surefire-extensions-spi-3.1.0.jar (8.2 kB at 101 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-shared-utils/3.1.0/surefire-shared-utils-3.1.0.jar (2.1 MB at 7.5 MB/s) [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-legal --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.pom (4.5 kB at 264 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.pom (8.2 kB at 168 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-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.2/plexus-utils-3.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.1.0/file-management-3.1.0.jar (36 kB at 2.1 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 15 MB/s) [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.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] --------------------< org.eclipse.hono:test-utils >--------------------- [INFO] Building Hono Test Utils 2.6.0-SNAPSHOT [4/64] [INFO] from test-utils/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.pom (4.9 kB at 18 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 566 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 99 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 771 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 223 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 982 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 469 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 1.1 MB/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 1.7 MB/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 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.pom (1.6 kB at 198 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 270 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 227 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 660 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 2.5 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 547 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 444 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 317 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 436 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 166 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 89 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 40 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 63 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 4.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.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 337 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 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.pom (3.0 kB at 177 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.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-junit5/4.5.7/vertx-junit5-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-core/4.5.7/vertx-core-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-common/4.1.108.Final/netty-common-4.1.108.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-buffer/4.1.108.Final/netty-buffer-4.1.108.Final.jar (308 kB at 28 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-transport/4.1.108.Final/netty-transport-4.1.108.Final.jar (497 kB at 45 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 47 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-native-unix-common/4.1.108.Final/netty-transport-native-unix-common-4.1.108.Final.jar (44 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-handler-proxy/4.1.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-handler/4.1.108.Final/netty-handler-4.1.108.Final.jar (569 kB at 26 MB/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/netty/netty-codec/4.1.108.Final/netty-codec-4.1.108.Final.jar (351 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-socks/4.1.108.Final/netty-codec-socks-4.1.108.Final.jar (121 kB at 4.0 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 732 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-http/4.1.108.Final/netty-codec-http-4.1.108.Final.jar (668 kB at 19 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-resolver/4.1.108.Final/netty-resolver-4.1.108.Final.jar (38 kB at 859 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-resolver-dns/4.1.108.Final/netty-resolver-dns-4.1.108.Final.jar (181 kB at 2.8 MB/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-http2/4.1.108.Final/netty-codec-http2-4.1.108.Final.jar (490 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy/1.14.11/byte-buddy-1.14.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-dns/4.1.108.Final/netty-codec-dns-4.1.108.Final.jar (67 kB at 568 kB/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/org/mockito/mockito-core/5.8.0/mockito-core-5.8.0.jar (700 kB at 5.6 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/io/vertx/vertx-core/4.5.7/vertx-core-4.5.7.jar (1.6 MB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/3.3/objenesis-3.3.jar (49 kB at 343 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/bytebuddy/byte-buddy-agent/1.14.10/byte-buddy-agent-1.14.10.jar (257 kB at 1.6 MB/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 23 MB/s) [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 115 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 3.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 98 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 70 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 96 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 2.3 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/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 152 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 309 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.5 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 460 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 621 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 636 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 295 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/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 68 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 36 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 445 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 966 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/12/httpcomponents-parent-12.pom (32 kB at 1.9 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 237 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 642 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 318 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 36 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 543 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.1.0/maven-core-3.1.0.pom (6.9 kB at 495 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 99 kB/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 238 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 141 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 161 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 79 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 204 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 1.4 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 158 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 127 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 154 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 321 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 248 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 335 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 270 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 403 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 170 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 718 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.2 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 107 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 508 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 163 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 88 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.6 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 2.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 26 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 43 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 122 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 88 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 176 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 695 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 232 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 521 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 259 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 472 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/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/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/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/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/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/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-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/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/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/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/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/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/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.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/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/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/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/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 16 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/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 21 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/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 92 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/client5/httpclient5/5.1.3/httpclient5-5.1.3.jar (798 kB at 6.3 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/antlr/antlr4-runtime/4.11.1/antlr4-runtime-4.11.1.jar (324 kB at 2.5 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/com/puppycrawl/tools/checkstyle/10.4/checkstyle-10.4.jar (2.0 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5-h2/5.1.3/httpcore5-h2-5.1.3.jar (232 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/core5/httpcore5/5.1.3/httpcore5-5.1.3.jar (851 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3.jar (153 kB at 914 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/apache/maven/reporting/maven-reporting-impl/3.2.0/maven-reporting-impl-3.2.0.jar (20 kB at 93 kB/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/apache/maven/maven-core/3.1.0/maven-core-3.1.0.jar (563 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/11.4/Saxon-HE-11.4.jar (5.1 MB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.1.0/maven-settings-3.1.0.jar (47 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.1.0/maven-model-builder-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.1.0/maven-settings-builder-3.1.0.jar (41 kB at 175 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-repository-metadata/3.1.0/maven-repository-metadata-3.1.0.jar (30 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.25.0/checker-qual-3.25.0.jar (222 kB at 896 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.1.0/maven-aether-provider-3.1.0.jar (60 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/0.9.0.M2/aether-impl-0.9.0.M2.jar (145 kB at 573 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-model-builder/3.1.0/maven-model-builder-3.1.0.jar (159 kB at 625 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-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 515 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/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 504 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.1.0/maven-artifact-3.1.0.jar (52 kB at 195 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/xmlresolver/xmlresolver/4.4.3/xmlresolver-4.4.3-data.jar (1.0 MB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/2.1.0/plexus-container-default-2.1.0.jar (230 kB at 821 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/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/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-text/1.3/commons-text-1.3.jar (183 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.1.0/maven-plugin-api-3.1.0.jar (50 kB at 173 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/httpcomponents/httpclient/4.5.13/httpclient-4.5.13.jar (780 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-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/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar (4.1 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.11.1/doxia-integration-tools-1.11.1.jar (47 kB at 158 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/apache/httpcomponents/httpcore/4.4.14/httpcore-4.4.14.jar (328 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 294 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 77 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 185 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 378 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 188 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 457 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 142 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 340 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 23 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 13 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 64 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 326 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 202 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 95 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 510 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 223 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 120 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.pom (11 kB at 261 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 35 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 184 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 913 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 165 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 184 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 149 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 153 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.4 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/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/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/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/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/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/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.6.0/plexus-archiver-4.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 24 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/eclipse/sisu/org.eclipse.sisu.inject/0.3.0.M1/org.eclipse.sisu.inject-0.3.0.M1.jar (340 kB at 16 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/apache/maven/maven-model/3.1.0/maven-model-3.1.0.jar (164 kB at 5.6 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.plexus/0.3.0.M1/org.eclipse.sisu.plexus-0.3.0.M1.jar (201 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.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/apache/maven/shared/maven-dependency-tree/3.2.1/maven-dependency-tree-3.2.1.jar (43 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.3/asm-9.3.jar (122 kB at 809 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.13.1/maven-artifact-transfer-0.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.13.0/maven-dependency-analyzer-1.13.0.jar (37 kB at 246 kB/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/commons/commons-collections4/4.2/commons-collections4-4.2.jar (753 kB at 4.5 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 547 kB/s) [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 739 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.3.2/maven-common-artifact-filters-3.3.2.jar (58 kB at 200 kB/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 22 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] ------------------< org.eclipse.hono:core-test-utils >------------------ [INFO] Building Hono Core Test Utils 2.6.0-SNAPSHOT [5/64] [INFO] from test-utils/core-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.pom (1.9 kB at 116 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 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.5.4/smallrye-config-source-yaml-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-api/0.33.0/opentracing-api-0.33.0.jar (18 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/config/smallrye-config-source-yaml/3.5.4/smallrye-config-source-yaml-3.5.4.jar (11 kB at 180 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ core-test-utils --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ core-test-utils --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ core-test-utils --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ core-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ core-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/src/main/java/org/eclipse/hono/test/VertxMockSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ core-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ core-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ core-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ core-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ core-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/core-test-utils-2.6.0-SNAPSHOT.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] ------------------< org.eclipse.hono:hono-demo-certs >------------------ [INFO] Building Hono Demo Certs 2.6.0-SNAPSHOT [6/64] [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/Hono-Nightly-Sonar-Pipeline/demo-certs/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-demo-certs --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-demo-certs --- [INFO] No tests to run. [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-demo-certs --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/hono-demo-certs-2.6.0-SNAPSHOT.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] ---------------------< org.eclipse.hono:hono-core >--------------------- [INFO] Building Hono Core 2.6.0-SNAPSHOT [7/64] [INFO] from core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentracing/opentracing-noop/0.33.0/opentracing-noop-0.33.0.pom (2.0 kB at 46 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 64 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 17 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 668 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 26 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 30 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 37 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 31 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 64 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 872 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 669 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 500 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 95 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 215 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 428 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 947 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 150 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 102 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 463 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 19 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 377 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 6.7 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 13 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 5.1 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 12 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 16 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 38 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 16 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 9.8 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 30 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 18 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 20 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 620 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 4.0 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 125 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 181 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/opentelemetry/opentelemetry-api/1.32.0/opentelemetry-api-1.32.0.jar (138 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-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 685 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/truth/truth/1.1.3/truth-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.5.6/logback-classic-1.5.6.jar (294 kB at 4.2 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/io/jsonwebtoken/jjwt-impl/0.12.5/jjwt-impl-0.12.5.jar (473 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.42.0/checker-qual-3.42.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.5.6/logback-core-1.5.6.jar (610 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auto/value/auto-value-annotations/1.10.4/auto-value-annotations-1.10.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/spotbugs/spotbugs-annotations/4.7.1/spotbugs-annotations-4.7.1.jar (15 kB at 162 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.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 2.2 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 59 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/com/google/guava/guava/32.1.2-jre/guava-32.1.2-jre.jar (3.0 MB at 23 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/com/google/errorprone/error_prone_annotations/2.24.0/error_prone_annotations-2.24.0.jar (17 kB at 125 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/com/google/truth/truth/1.1.3/truth-1.1.3.jar (243 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.32.0/opentelemetry-sdk-metrics-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-opentracing-shim/1.32.0/opentelemetry-opentracing-shim-1.32.0.jar (29 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-incubator/1.32.0-alpha/opentelemetry-extension-incubator-1.32.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-trace/1.32.0/opentelemetry-sdk-trace-1.32.0.jar (117 kB at 297 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.32.0/opentelemetry-sdk-logs-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk/1.32.0/opentelemetry-sdk-1.32.0.jar (6.8 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.32.0-alpha/opentelemetry-api-events-1.32.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-metrics/1.32.0/opentelemetry-sdk-metrics-1.32.0.jar (291 kB at 723 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-common/1.32.0/opentelemetry-sdk-common-1.32.0.jar (44 kB at 109 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-extension-incubator/1.32.0-alpha/opentelemetry-extension-incubator-1.32.0-alpha.jar (26 kB at 61 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/org/bouncycastle/bcpkix-jdk18on/1.77/bcpkix-jdk18on-1.77.jar (1.1 MB at 2.3 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 1.4 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 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-logs/1.32.0/opentelemetry-sdk-logs-1.32.0.jar (50 kB at 94 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-api-events/1.32.0-alpha/opentelemetry-api-events-1.32.0-alpha.jar (7.3 kB at 13 kB/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 243 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 277 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 468 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.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 121 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 822 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 1.4 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/apache/3/apache-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 245 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/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 226 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 191 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.1 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.pom (765 B at 55 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 659 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 70 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 100 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.pom (1.3 kB at 82 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.pom (25 kB at 1.7 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 10 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/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 428 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 35 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 400 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 162 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 206 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 139 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 169 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 199 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.pom (2.6 kB at 185 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.report/0.8.10/org.jacoco.report-0.8.10.pom (1.9 kB at 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/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/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/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/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/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/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] 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 919 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.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 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.2/maven-artifact-2.0.2.jar (78 kB at 4.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/1.1/maven-shared-io-1.1.jar (39 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/1.2.1/file-management-1.2.1.jar (38 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.2/maven-artifact-manager-2.0.2.jar (49 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.2/maven-repository-metadata-2.0.2.jar (20 kB at 563 kB/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/wagon/wagon-provider-api/1.0-alpha-6/wagon-provider-api-1.0-alpha-6.jar (43 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.1/junit-4.13.1.jar (383 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 766 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/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.5/asm-9.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 219 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 4.9 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/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 162 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/org/ow2/asm/asm-commons/9.5/asm-commons-9.5.jar (72 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.5/asm-9.5.jar (122 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jacoco/org.jacoco.core/0.8.10/org.jacoco.core-0.8.10.jar (204 kB at 3.0 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 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.5/asm-tree-9.5.jar (52 kB at 547 kB/s) [INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-core --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 73 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/src/main/java/org/eclipse/hono/util/Futures.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-core --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jandex/2.4.3.Final/jandex-2.4.3.Final.pom (6.8 kB at 133 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 2.0 MB/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.8 MB/s) [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/hono-demo-certs-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-core --- [INFO] Copying 14 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-core --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 24 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-core --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.pom (4.7 kB at 34 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.1.0/surefire-providers-3.1.0.pom (2.6 kB at 23 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.pom (2.8 kB at 29 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.pom (2.2 kB at 85 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.pom (1.2 kB at 49 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.pom (2.4 kB at 83 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.pom (2.0 kB at 135 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.pom (1.7 kB at 140 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-engine/1.3.2/junit-platform-engine-1.3.2.jar (138 kB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apiguardian/apiguardian-api/1.0.0/apiguardian-api-1.0.0.jar (2.2 kB at 120 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-launcher/1.3.2/junit-platform-launcher-1.3.2.jar (95 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/opentest4j/opentest4j/1.1.1/opentest4j-1.1.1.jar (7.1 kB at 230 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/platform/junit-platform-commons/1.3.2/junit-platform-commons-1.3.2.jar (78 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.1.0/common-java5-3.1.0.jar (18 kB at 462 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit-platform/3.1.0/surefire-junit-platform-3.1.0.jar (27 kB at 347 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Running org.eclipse.hono.tracing.TracingHelperTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.257 s - in org.eclipse.hono.auth.AuthoritiesImplTest [INFO] Running org.eclipse.hono.config.FileFormatTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.hono.config.FileFormatTest [INFO] Running org.eclipse.hono.config.PemReaderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.hono.config.PemReaderTest [INFO] Running org.eclipse.hono.config.ConfigMappingTest May 23, 2024 12:14:39 AM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 s - in org.eclipse.hono.config.ConfigMappingTest [INFO] Running org.eclipse.hono.config.AbstractConfigTest 00:14:40.028 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key & cert format: PKCS12 00:14:40.039 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - unsupported key store format: PEM 00:14:40.050 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - cannot read trust store password, file [/non-existing-file] does not exist 00:14:40.054 [ForkJoinPool-1-worker-1] WARN o.e.hono.config.AbstractConfigTest$1 - cannot read key store password, file [/non-existing-file] does not exist [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.11 s - in org.eclipse.hono.config.AbstractConfigTest [INFO] Running org.eclipse.hono.config.KeyLoaderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.426 s - in org.eclipse.hono.tracing.TracingHelperTest [INFO] Running org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.487 s - in org.eclipse.hono.tracing.MultiMapInjectExtractAdapterTest [INFO] Running org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.tracing.JsonObjectInjectExtractAdapterTest [INFO] Running org.eclipse.hono.util.HostnamesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.util.HostnamesTest [INFO] Running org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.util.JsonBackedValueObjectTest [INFO] Running org.eclipse.hono.util.RevocableTrustAnchorTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.306 s - in org.eclipse.hono.config.KeyLoaderTest [INFO] Running org.eclipse.hono.util.FuturesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.593 s - in org.eclipse.hono.util.FuturesTest [INFO] Running org.eclipse.hono.util.TriTupleTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.util.TriTupleTest [INFO] Running org.eclipse.hono.util.StringsTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.hono.util.StringsTest [INFO] Running org.eclipse.hono.util.CredentialsObjectTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.457 s - in org.eclipse.hono.util.CredentialsObjectTest [INFO] Running org.eclipse.hono.util.CacheDirectiveTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.115 s - in org.eclipse.hono.util.CacheDirectiveTest [INFO] Running org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.PortConfigurationHelperTest [INFO] Running org.eclipse.hono.util.IdentityTemplateTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.hono.util.IdentityTemplateTest [INFO] Running org.eclipse.hono.util.ResourceLimitsPeriodTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 s - in org.eclipse.hono.util.ResourceLimitsPeriodTest [INFO] Running org.eclipse.hono.util.ResourceIdentifierTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.hono.util.ResourceIdentifierTest [INFO] Running org.eclipse.hono.util.TenantObjectTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.332 s - in org.eclipse.hono.util.RevocableTrustAnchorTest [INFO] Running org.eclipse.hono.util.PairTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 s - in org.eclipse.hono.util.PairTest [INFO] Running org.eclipse.hono.util.CommandEndpointTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.util.CommandEndpointTest [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.778 s - in org.eclipse.hono.util.TenantObjectTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-core --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/hono-core-2.6.0-SNAPSHOT.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-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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-SNAPSHOT'. Trying to invoke it... [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/invoker/maven-javadoc-plugin1175553258.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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-SNAPSHOT'. Trying to invoke it... [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:23: warning: no comment [WARNING] ALL("all"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/src/main/java/org/eclipse/hono/util/TracingSamplingMode.java:22: warning: no comment [WARNING] DEFAULT("default"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/core/target/hono-core-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-core --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/hono-core-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/jacoco.exec [INFO] Analyzed bundle 'Hono Core' with 71 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-core --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/jacoco.exec [INFO] Analyzed bundle 'hono-core' with 71 classes [INFO] All coverage checks have been met. [INFO] [INFO] ----------------< org.eclipse.hono:hono-clients-parent >---------------- [INFO] Building Hono Clients 2.6.0-SNAPSHOT [8/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/target/jacoco.exec [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-clients-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-clients-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-clients-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-common >----------------- [INFO] Building Hono Client Common 2.6.0-SNAPSHOT [9/64] [INFO] from clients/client-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.5.7/vertx-health-check-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-health-check/4.5.7/vertx-health-check-4.5.7.pom (3.3 kB at 12 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 50 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 102 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 8.3 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 90 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-web-common/4.5.7/vertx-web-common-4.5.7.jar (24 kB at 726 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web/4.5.7/vertx-web-4.5.7.jar (360 kB at 6.1 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 174 kB/s) [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 64 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-common --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 16 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-common --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-common --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.234 s - in org.eclipse.hono.client.ServerErrorExceptionTest [INFO] Running org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 s - in org.eclipse.hono.client.ServiceInvocationExceptionTest [INFO] Running org.eclipse.hono.client.util.MessagingClientProviderTest [INFO] Running org.eclipse.hono.client.util.CachingClientFactoryTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.313 s - in org.eclipse.hono.client.util.MessagingClientProviderTest [INFO] Running org.eclipse.hono.client.util.DownstreamMessagePropertiesTest [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 s - in org.eclipse.hono.client.util.DownstreamMessagePropertiesTest [INFO] Running org.eclipse.hono.client.util.AnnotatedCacheKeyTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.client.util.AnnotatedCacheKeyTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.135 s - in org.eclipse.hono.client.util.CachingClientFactoryTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 55, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/hono-client-common-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-common --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/hono-client-common-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/hono-client-common-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client Common' with 17 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-common' with 17 classes [INFO] All coverage checks have been met. [INFO] [INFO] ------------< org.eclipse.hono:hono-client-amqp-connection >------------ [INFO] Building Hono Client AMQP Connection 2.6.0-SNAPSHOT [10/64] [INFO] from clients/amqp-connection/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.5.7/vertx-proton-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-proton/4.5.7/vertx-proton-4.5.7.pom (6.5 kB at 18 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 73 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 179 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/org/apache/qpid/proton-j/0.34.1/proton-j-0.34.1.jar (734 kB at 14 MB/s) [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 621 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-amqp-connection --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/src/main/java/org/eclipse/hono/client/amqp/connection/AmqpUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-connection --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/hono-demo-certs-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-connection --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-connection --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 11 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/MessageAnnotationsInjectExtractAdapterTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/src/test/java/org/eclipse/hono/client/amqp/tracing/MessageAnnotationsInjectExtractAdapterTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-amqp-connection --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.amqp.tracing.AmqpMessageInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.784 s - in org.eclipse.hono.client.amqp.tracing.AmqpMessageInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.amqp.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.client.amqp.tracing.MessageAnnotationsInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.amqp.config.ClientOptionsTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.795 s - in org.eclipse.hono.client.amqp.config.ClientOptionsTest [INFO] Running org.eclipse.hono.client.amqp.config.ClientConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.hono.client.amqp.config.ClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.amqp.config.RequestResponseClientOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 s - in org.eclipse.hono.client.amqp.config.RequestResponseClientOptionsTest [INFO] Running org.eclipse.hono.client.amqp.config.AuthenticatingClientConfigPropertiesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.821 s - in org.eclipse.hono.client.amqp.config.AuthenticatingClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.amqp.config.AddressHelperTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.hono.client.amqp.config.AddressHelperTest [INFO] Running org.eclipse.hono.client.amqp.connection.AmqpUtilsTest 00:15:24.346 [ForkJoinPool-1-worker-2] WARN o.e.h.c.a.c.i.ConnectionFactoryImpl - can't open connection to container [null] at [amqp://127.0.0.1:25673, role: unknown]: underlying connection was disconnected while opening AMQP connection 00:15:25.258 [ForkJoinPool-1-worker-2] WARN o.e.h.c.a.c.i.ConnectionFactoryImpl - ignoring failure to open connection to container [null] at [amqp://127.0.0.1:25673, role: unknown]: attempt already timed out org.eclipse.hono.client.amqp.connection.AmqpErrorException: connection disallowed by local policy at org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest.testConnectIgnoresFailedOpenAfterTimeout(ConnectionFactoryImplTest.java:151) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.698 s - in org.eclipse.hono.client.amqp.connection.AmqpUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.691 s - in org.eclipse.hono.client.amqp.connection.impl.ConnectionFactoryImplTest [INFO] Running org.eclipse.hono.client.amqp.connection.impl.HonoConnectionImplTest [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.914 s - in org.eclipse.hono.client.amqp.connection.impl.HonoConnectionImplTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-connection --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-connection --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-amqp-connection --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-connection --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client AMQP Connection' with 35 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-amqp-connection --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-amqp-connection' with 35 classes [INFO] All coverage checks have been met. [INFO] [INFO] -------------< org.eclipse.hono:hono-client-notification >-------------- [INFO] Building Hono Notification Client 2.6.0-SNAPSHOT [11/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 14 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.notification.deviceregistry.DeviceChangeNotificationTest [INFO] Running org.eclipse.hono.notification.NotificationEventBusSupportTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.896 s - in org.eclipse.hono.notification.NotificationEventBusSupportTest [INFO] Running org.eclipse.hono.notification.deviceregistry.AllDevicesOfTenantDeletedNotificationTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.884 s - in org.eclipse.hono.notification.deviceregistry.DeviceChangeNotificationTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.312 s - in org.eclipse.hono.notification.deviceregistry.AllDevicesOfTenantDeletedNotificationTest [INFO] Running org.eclipse.hono.notification.deviceregistry.CredentialsChangeNotificationTest [INFO] Running org.eclipse.hono.notification.deviceregistry.TenantChangeNotificationTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.notification.deviceregistry.CredentialsChangeNotificationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.notification.deviceregistry.TenantChangeNotificationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/target/hono-client-notification-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:39: warning: no comment [WARNING] public static final String ADDRESS = DeviceChangeNotification.ADDRESS; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:40: warning: no comment [WARNING] public static final NotificationType TYPE = new NotificationType<>( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/AllDevicesOfTenantDeletedNotification.java:38: warning: no comment [WARNING] public static final String TYPE_NAME = "all-devices-of-tenant-deleted-v1"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:44: warning: no comment [WARNING] public static final String ADDRESS = DeviceChangeNotification.ADDRESS; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:45: warning: no comment [WARNING] public static final NotificationType TYPE = new NotificationType<>( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/CredentialsChangeNotification.java:43: warning: no comment [WARNING] public static final String TYPE_NAME = "credentials-change-v1"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:39: warning: no comment [WARNING] public static final String ADDRESS = "registry-device"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:40: warning: no comment [WARNING] public static final NotificationType TYPE = new NotificationType<>( [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/DeviceChangeNotification.java:38: warning: no comment [WARNING] public static final String TYPE_NAME = "device-change-v1"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:20: warning: no comment [WARNING] CREATE, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:22: warning: no comment [WARNING] DELETE [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/src/main/java/org/eclipse/hono/notification/deviceregistry/LifecycleChange.java:21: warning: no comment [WARNING] UPDATE, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/notification/target/hono-client-notification-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/notification/target/hono-client-notification-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/target/jacoco.exec [INFO] Analyzed bundle 'Hono Notification Client' with 13 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-notification' with 13 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:client-test-utils >----------------- [INFO] Building Hono Client Test Utils 2.6.0-SNAPSHOT [12/64] [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/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/client-test-utils-2.6.0-SNAPSHOT.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] --------------< org.eclipse.hono:hono-client-amqp-common >-------------- [INFO] Building Hono Client AMQP Common 2.6.0-SNAPSHOT [13/64] [INFO] from clients/amqp-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/ben-manes/caffeine/caffeine/3.1.5/caffeine-3.1.5.pom (2.1 kB at 99 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 18 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-amqp-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/src/main/java/org/eclipse/hono/client/amqp/AbstractRequestResponseServiceClient.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-amqp-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-amqp-common --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-amqp-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-amqp-common --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Running org.eclipse.hono.client.amqp.RequestResponseClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.808 s - in org.eclipse.hono.client.amqp.AbstractRequestResponseServiceClientTest [INFO] Running org.eclipse.hono.client.amqp.DownstreamAmqpMessageFactoryTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.21 s - in org.eclipse.hono.client.amqp.DownstreamAmqpMessageFactoryTest [INFO] Running org.eclipse.hono.client.amqp.GenericSenderLinkTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.405 s - in org.eclipse.hono.client.amqp.GenericSenderLinkTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.231 s - in org.eclipse.hono.client.amqp.RequestResponseClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-amqp-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-SNAPSHOT.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-SNAPSHOT'. Trying to invoke it... [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/invoker/maven-javadoc-plugin556314160.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-amqp-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-amqp-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client AMQP Common' with 8 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-amqp-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-amqp-common' with 8 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------< org.eclipse.hono:hono-client-notification-amqp >----------- [INFO] Building Hono Notification Client (AMQP) 2.6.0-SNAPSHOT [14/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationSenderTest [INFO] Running org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationReceiverTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.643 s - in org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.653 s - in org.eclipse.hono.client.notification.amqp.ProtonBasedNotificationReceiverTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/hono-client-notification-amqp-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/jacoco.exec [INFO] Analyzed bundle 'Hono Notification Client (AMQP)' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-notification-amqp' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:kafka-test-utils >------------------ [INFO] Building Hono Kafka Test Utils 2.6.0-SNAPSHOT [15/64] [INFO] from test-utils/kafka-test-utils/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.pom (3.8 kB at 16 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 3.8 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 15 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 66 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 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/kafka/kafka-clients/3.6.1/kafka-clients-3.6.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/luben/zstd-jni/1.5.5-1/zstd-jni-1.5.5-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/lz4/lz4-java/1.8.0/lz4-java-1.8.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.1.10.5/snappy-java-1.1.10.5.jar (2.3 MB at 22 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 6.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-kafka-client/4.5.7/vertx-kafka-client-4.5.7.jar (179 kB at 671 kB/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 22 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 9.1 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/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ kafka-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/src/main/java/org/eclipse/hono/kafka/test/KafkaClientUnitTestHelper.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ kafka-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ kafka-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ kafka-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ kafka-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ kafka-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/kafka-test-utils-2.6.0-SNAPSHOT.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] -------------< org.eclipse.hono:hono-client-kafka-common >-------------- [INFO] Building Hono Client Kafka Common 2.6.0-SNAPSHOT [16/64] [INFO] from clients/kafka-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.pom (10 kB at 360 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 53 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 104 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 1.2 MB/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 46 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 316 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 99 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 326 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 26 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 243 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 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-commons/1.12.2/micrometer-commons-1.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/micrometer/micrometer-observation/1.12.2/micrometer-observation-1.12.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/latencyutils/LatencyUtils/2.0.3/LatencyUtils-2.0.3.jar (30 kB at 3.3 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/org/hdrhistogram/HdrHistogram/2.1.12/HdrHistogram-2.1.12.jar (174 kB at 17 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/io/micrometer/micrometer-commons/1.12.2/micrometer-commons-1.12.2.jar (47 kB at 1.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/io/micrometer/micrometer-core/1.12.2/micrometer-core-1.12.2.jar (883 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/health/microprofile-health-api/4.0.1/microprofile-health-api-4.0.1.jar (17 kB at 324 kB/s) [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 593 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/io/smallrye/smallrye-health-api/4.1.0/smallrye-health-api-4.1.0.jar (7.5 kB at 90 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 1.6 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-kafka-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 31 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/src/main/java/org/eclipse/hono/client/kafka/metrics/NoopKafkaClientMetricsSupport.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-kafka-common --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-kafka-common --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-kafka-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/src/test/java/org/eclipse/hono/client/kafka/producer/CachingKafkaProducerFactoryTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-kafka-common --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.kafka.KafkaClientFactoryTest [INFO] Running org.eclipse.hono.client.kafka.metrics.KafkaMetricsOptionsTest May 23, 2024 12:16:06 AM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.309 s - in org.eclipse.hono.client.kafka.metrics.KafkaMetricsOptionsTest [INFO] Running org.eclipse.hono.client.kafka.metrics.MicrometerKafkaClientMetricsSupportTest 00:16:09.937 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - activating Kafka client metrics support; used metrics prefixes: [kafka.con] 00:16:10.035 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - Kafka client metrics are disabled (defaults not used and metrics list empty or without matching entries); given metrics prefixes: [] 00:16:10.041 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - activating Kafka client metrics support; used metrics prefixes: [kafka.producer.topic.record.send.rate, kafka.producer.topic.record.error.rate, kafka.producer.node.request.rate, kafka.producer.node.response.rate, kafka.producer.node.request.latency.avg, kafka.producer.node.outgoing.byte.rate, kafka.producer.io.wait.time.ns.avg, kafka.producer.batch.size.avg, kafka.producer.produce.throttle.time.avg, kafka.producer.produce.throttle.time.max, kafka.consumer.fetch.manager.records.lag, kafka.consumer.fetch.manager.records.lag.max, kafka.consumer.fetch.manager.records.lead.min, kafka.consumer.fetch.manager.bytes.consumed.rate, kafka.consumer.fetch.manager.records.consumed.rate, kafka.consumer.fetch.manager.fetch.rate, kafka.consumer.fetch.manager.fetch.throttle.time.avg, kafka.consumer.fetch.manager.fetch.throttle.time.max, kafka.consumer.coordinator.rebalance.total, kafka.consumer.coordinator.failed.rebalance.total, kafka.consumer.coordinator.rebalance.latency.avg] 00:16:10.047 [ForkJoinPool-1-worker-2] INFO o.e.h.c.k.m.MicrometerKafkaClientMetricsSupport - activating Kafka client metrics support; used metrics prefixes: [kafka.prod] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.999 s - in org.eclipse.hono.client.kafka.metrics.MicrometerKafkaClientMetricsSupportTest [INFO] Running org.eclipse.hono.client.kafka.KafkaRecordHelperTest 00:16:10.442 [ForkJoinPool-1-worker-1] WARN o.e.h.c.kafka.KafkaClientFactory - failed to create client due to terminal error (won't retry) org.apache.kafka.common.KafkaException: Failed to create new KafkaAdminClient at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:519) at org.apache.kafka.clients.admin.Admin.create(Admin.java:144) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.lambda$testClientCreationFailsForInvalidServersEntry$2(KafkaClientFactoryTest.java:88) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:198) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:134) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:103) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.testClientCreationFailsForInvalidServersEntry(KafkaClientFactoryTest.java:91) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:179) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Caused by: org.apache.kafka.common.config.ConfigException: Invalid url in bootstrap.servers: some.hostname.that.is.invalid at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:71) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:60) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:56) at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:492) ... 70 common frames omitted 00:16:10.466 [ForkJoinPool-1-worker-1] WARN o.e.h.c.kafka.KafkaClientFactory - failed to create client due to terminal error (won't retry) org.apache.kafka.common.KafkaException: Failed to create new KafkaAdminClient at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:519) at org.apache.kafka.clients.admin.Admin.create(Admin.java:144) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.lambda$testClientCreationFailsForZeroRetryTimeout$8(KafkaClientFactoryTest.java:180) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:198) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:134) at org.eclipse.hono.client.kafka.KafkaClientFactory.createClientWithRetries(KafkaClientFactory.java:103) at org.eclipse.hono.client.kafka.KafkaClientFactoryTest.testClientCreationFailsForZeroRetryTimeout(KafkaClientFactoryTest.java:183) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:179) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) Caused by: org.apache.kafka.common.config.ConfigException: No resolvable bootstrap urls given in bootstrap.servers at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:101) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:60) at org.apache.kafka.clients.ClientUtils.parseAndValidateAddresses(ClientUtils.java:56) at org.apache.kafka.clients.admin.KafkaAdminClient.createInternal(KafkaAdminClient.java:492) ... 70 common frames omitted 00:16:10.528 [ForkJoinPool-1-worker-1] WARN o.e.h.c.kafka.KafkaClientFactory - error creating Kafka client (no further attempts will be done, timeout for retries reached): No resolvable bootstrap urls given in bootstrap.servers [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.801 s - in org.eclipse.hono.client.kafka.KafkaClientFactoryTest [INFO] Running org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesQuarkusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.163 s - in org.eclipse.hono.client.kafka.consumer.KafkaConsumerConfigPropertiesQuarkusTest [INFO] Running org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest 00:16:11.458 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerSkipsHandlerInvocationOnReceivingExpiredRecords(VertxTestContext) 00:16:11.573 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_7] 00:16:11.987 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.039 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testStartFailsIfRecordHandlerIsNotSet() 00:16:12.053 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testAddTopicFailsIfConsumerIsStarted() [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.978 s - in org.eclipse.hono.client.kafka.KafkaRecordHelperTest [INFO] Running org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest 00:16:12.056 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_9] 00:16:12.056 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.062 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationWithTopicListSucceeds(VertxTestContext) 00:16:12.064 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_10] 00:16:12.065 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.126 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationFailsForMissingGroupId() 00:16:12.139 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testSetRecordHandlerFailsIfConsumerIsStarted() 00:16:12.141 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_12] 00:16:12.141 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.325 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testEnsureTopicIsAmongSubscribedTopicsSucceedsForAddedTopic(String, boolean, VertxTestContext) [1]; parameters: null, true [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.hono.client.kafka.tracing.KafkaHeadersInjectExtractAdapterTest [INFO] Running org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesQuarkusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesQuarkusTest [INFO] Running org.eclipse.hono.client.kafka.producer.AbstractKafkaBasedMessageSenderTest 00:16:12.352 [vert.x-kafka-consumer-thread-4] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - triggering refresh of subscribed topic list ... 00:16:12.353 [vert.x-kafka-consumer-thread-4] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - enforcing rebalance on next poll() 00:16:12.367 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.433 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testEnsureTopicIsAmongSubscribedTopicsSucceedsForAddedTopic(String, boolean, VertxTestContext) [2]; parameters: 700, true 00:16:12.435 [vert.x-kafka-consumer-thread-5] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - triggering refresh of subscribed topic list ... 00:16:12.435 [vert.x-kafka-consumer-thread-5] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - enforcing rebalance on next poll() 00:16:12.436 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.442 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testEnsureTopicIsAmongSubscribedTopicsSucceedsForAddedTopic(String, boolean, VertxTestContext) [3]; parameters: 300, false 00:16:12.444 [vert.x-kafka-consumer-thread-6] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - triggering refresh of subscribed topic list ... 00:16:12.445 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.451 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerCreationWithTopicPatternSucceeds(VertxTestContext) 00:16:12.453 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:12.468 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testStartSucceedsEvenIfConsumerIsNotReadyYet(VertxTestContext) 00:16:13.560 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_21] 00:16:13.574 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:13.582 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.HonoKafkaConsumerTest - running testConsumerInvokesHandlerOnReceivedRecords(VertxTestContext) 00:16:13.584 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: test.topic [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_24] 00:16:13.586 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.823 s - in org.eclipse.hono.client.kafka.consumer.HonoKafkaConsumerTest [INFO] Running org.eclipse.hono.client.kafka.consumer.MessagingKafkaConsumerConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.hono.client.kafka.consumer.MessagingKafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest 00:16:13.633 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsPeriodically(VertxTestContext) [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.421 s - in org.eclipse.hono.client.kafka.producer.AbstractKafkaBasedMessageSenderTest [INFO] Running org.eclipse.hono.client.kafka.producer.CachingKafkaProducerFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.6 s - in org.eclipse.hono.client.kafka.producer.CachingKafkaProducerFactoryTest [INFO] Running org.eclipse.hono.client.kafka.producer.MessagingKafkaProducerConfigPropertiesTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.hono.client.kafka.producer.MessagingKafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 s - in org.eclipse.hono.client.kafka.producer.KafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesTest [INFO] Running org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.kafka.HonoTopicTest [INFO] Running org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesQuarkusTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.client.kafka.KafkaAdminClientConfigPropertiesQuarkusTest 00:16:14.865 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:14.872 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnStop(VertxTestContext) 00:16:14.881 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:14.925 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerRespectsMaxRecordsInProcessingLimit(VertxTestContext) 00:16:15.135 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 10, throttling threshold: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.137 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.338 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.339 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.540 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.541 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.743 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.743 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.945 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - suspending record fetching; no. of records in processing: 15, throttling threshold: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.946 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - resumed consumer record fetching after 0ms; current no. of records in processing: 5 [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_43] 00:16:15.949 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:15.957 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationWithTopicListSucceeds(VertxTestContext) 00:16:15.960 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:15.965 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnRebalanceAfterWaitingForRecordCompletion(VertxTestContext) 00:16:15.972 [vert.x-kafka-consumer-thread-14] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumer - init latch to wait up to 21000ms for the completion of record handling concerning [test.topic-0] [client-id: test-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_bab46e1f392a_45] 00:16:15.974 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:15.979 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationFailsForMissingGroupId() 00:16:15.986 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOnRebalance(VertxTestContext) 00:16:15.990 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:15.995 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testScenarioWithPartitionRevokedWhileHandlingIncomplete(VertxTestContext) 00:16:15.999 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - rebalancing ... 00:16:16.000 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:16.005 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsInitialOffset(VertxTestContext) 00:16:16.011 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:16.028 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCreationWithTopicPatternSucceeds(VertxTestContext) 00:16:16.033 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:16:16.040 [ForkJoinPool-1-worker-1] INFO o.e.h.c.k.c.AsyncHandlingAutoCommitKafkaConsumerTest - running testConsumerCommitsOffsetsOfSkippedExpiredRecords(VertxTestContext) 00:16:16.047 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.425 s - in org.eclipse.hono.client.kafka.consumer.AsyncHandlingAutoCommitKafkaConsumerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-kafka-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-SNAPSHOT.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-SNAPSHOT'. Trying to invoke it... [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/invoker/maven-javadoc-plugin1943317134.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-kafka-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-kafka-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client Kafka Common' with 31 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-kafka-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-kafka-common' with 31 classes [INFO] All coverage checks have been met. [INFO] [INFO] ----------< org.eclipse.hono:hono-client-notification-kafka >----------- [INFO] Building Hono Notification Client (Kafka) 2.6.0-SNAPSHOT [17/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.notification.kafka.NotificationKafkaProducerConfigPropertiesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 s - in org.eclipse.hono.client.notification.kafka.NotificationKafkaProducerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.notification.kafka.NotificationKafkaConsumerConfigPropertiesTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.07 s - in org.eclipse.hono.client.notification.kafka.NotificationKafkaConsumerConfigPropertiesTest [INFO] Running org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationSenderTest [INFO] Running org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationReceiverTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.428 s - in org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationReceiverTest 00:16:28.793 [ForkJoinPool-1-worker-1] ERROR o.e.h.c.k.p.CachingKafkaProducerFactory - producer error occurred [clientId: notification-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_150991017ec7_12] java.lang.RuntimeException: boom at org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationSenderTest.testPublishFailsWithTheExpectedError(KafkaBasedNotificationSenderTest.java:187) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:179) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.935 s - in org.eclipse.hono.client.notification.kafka.KafkaBasedNotificationSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/hono-client-notification-kafka-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/jacoco.exec [INFO] Analyzed bundle 'Hono Notification Client (Kafka)' with 5 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-notification-kafka' with 5 classes [INFO] All coverage checks have been met. [INFO] [INFO] -------------< org.eclipse.hono:hono-client-pubsub-common >------------- [INFO] Building Hono Client PubSub Common 2.6.0-SNAPSHOT [18/64] [INFO] from clients/pubsub-common/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.8.0/quarkus-google-cloud-pubsub-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub/2.8.0/quarkus-google-cloud-pubsub-2.8.0.pom (3.9 kB at 6.8 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 3.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-parent/2.8.0/quarkus-google-cloud-services-parent-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-services-parent/2.8.0/quarkus-google-cloud-services-parent-2.8.0.pom (3.4 kB at 17 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 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bom/3.8.3/quarkus-bom-3.8.3.pom (438 kB at 13 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 54 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 18 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 6.8 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 99 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 35 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 21 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 36 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 32 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 139 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 11 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 16 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 15 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 23 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 7.5 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 61 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 37 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 30 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 296 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 15 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 7.4 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 12 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 13 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 8.4 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 14 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 13 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 7.4 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 8.5 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 13 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 9.6 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 11 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 12 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 12 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 12 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 13 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 5.2 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 11 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 11 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 19 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 17 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 14 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 13 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 16 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 11 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 5.7 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 6.3 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 11 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 12 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 15 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 15 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 11 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 16 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 11 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 5.6 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 8.7 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 13 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 11 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 16 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 12 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 11 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 9.5 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 11 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 7.3 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 17 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 12 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 12 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 8.7 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 11 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 12 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 4.7 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 13 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 5.4 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 12 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 10 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 15 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 16 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 7.3 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 9.5 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 9.0 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 6.0 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 7.4 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 11 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 11 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 8.9 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 12 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 4.0 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 11 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 10 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 1.4 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 3.5 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 20 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 12 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 5.0 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 11 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 8.7 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 11 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 8.3 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 9.9 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 6.4 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 21 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 9.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-connect-gateway-bom/0.38.0/google-cloud-gke-connect-gateway-bom-0.38.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-gke-connect-gateway-bom/0.38.0/google-cloud-gke-connect-gateway-bom-0.38.0.pom (1.9 kB at 12 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 16 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 9.7 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 13 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 11 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 11 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 2.6 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 12 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 11 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 9.8 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 8.1 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 11 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 18 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 8.5 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 12 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 4.7 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 14 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 13 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 8.0 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 11 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 11 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 11 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 9.5 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 16 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 5.7 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 15 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 15 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 12 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 17 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 13 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 15 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 12 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 8.2 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 4.5 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 12 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 14 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 9.8 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 13 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 12 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 14 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 11 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 14 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 6.4 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 15 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 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resource-settings-bom/1.37.0/google-cloud-resource-settings-bom-1.37.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-resource-settings-bom/1.37.0/google-cloud-resource-settings-bom-1.37.0.pom (1.9 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-retail-bom/2.39.0/google-cloud-retail-bom-2.39.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-retail-bom/2.39.0/google-cloud-retail-bom-2.39.0.pom (2.8 kB at 19 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 8.7 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 14 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 5.6 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 5.7 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 9.6 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 11 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 11 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 12 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 13 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 15 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 15 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 11 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 11 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 6.4 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 11 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 18 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 12 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 7.3 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 13 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 19 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 16 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 15 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 6.9 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 11 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 11 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 12 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 25 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 12 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 11 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 10 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 19 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 5.1 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 8.0 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 12 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 11 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 19 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 17 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 14 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 12 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 12 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 13 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 19 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 8.0 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 25 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 17 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 17 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 11 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 33 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 27 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 9.9 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 4.8 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 35 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 11 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 191 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 39 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 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.pom (14 kB at 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/context-propagation/microprofile-context-propagation-api/1.3/microprofile-context-propagation-api-1.3.pom (6.4 kB at 222 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 126 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 41 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 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.6.1/google-cloud-shared-config-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-shared-config/1.6.1/google-cloud-shared-config-1.6.1.pom (30 kB at 328 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.43.3/google-http-client-bom-1.43.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client-bom/1.43.3/google-http-client-bom-1.43.3.pom (6.8 kB at 83 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 13 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 304 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 506 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/2.8/j2objc-annotations-2.8.pom (2.9 kB at 94 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 93 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 9.5 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 7.4 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 87 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 17 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 275 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 569 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 19 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 16 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 4.8 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 36 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 21 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 41 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 31 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 14 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 7.3 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 129 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 37 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 356 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.pom (2.5 kB at 11 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 16 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 5.4 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 14 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 4.4 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 729 B/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 3.3 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 6.8 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 10 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 11 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 9.5 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 9.2 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 7.5 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 15 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 12 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 67 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 14 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 20 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 16 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 14 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 17 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 13 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 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.pom (6.5 kB at 21 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 10 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 19 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 2.9 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 35 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 9.1 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 27 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 7.4 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 36 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 32 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 85 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 19 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 68 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 22 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 147 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 162 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 26 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 131 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 102 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 64 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 38 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 8.4 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 42 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 16 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 76 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 234 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 21 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 27 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 29 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 65 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 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.pom (849 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.11.0/smallrye-mutiny-vertx-core-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.11.0/smallrye-mutiny-vertx-core-3.11.0.pom (8.1 kB at 226 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 133 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 249 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 971 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.107.Final/netty-bom-4.1.107.Final.pom (14 kB at 327 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 947 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 15 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 116 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 511 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 90 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 65 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 712 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-build-parent/40/smallrye-build-parent-40.pom (29 kB at 772 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/jakarta/transaction/jakarta.transaction-api/2.0.1/jakarta.transaction-api-2.0.1.jar (29 kB at 665 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 240 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/io/quarkus/quarkus-arc/3.8.4/quarkus-arc-3.8.4.jar (78 kB at 952 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/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/arc/arc/3.8.4/arc-3.8.4.jar (256 kB at 2.9 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/security/quarkus-security/2.0.3.Final/quarkus-security-2.0.3.Final.jar (21 kB at 227 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.8.0/quarkus-google-cloud-common-grpc-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/auth/google-auth-library-oauth2-http/1.23.0/google-auth-library-oauth2-http-1.23.0.jar (269 kB at 672 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/com/google/cloud/google-cloud-core/2.35.0/google-cloud-core-2.35.0.jar (139 kB at 340 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/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common/2.8.0/quarkus-google-cloud-common-2.8.0.jar (17 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/cloud/google-cloud-pubsub/1.127.1/google-cloud-pubsub-1.127.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-grpc/2.8.0/quarkus-google-cloud-common-grpc-2.8.0.jar (8.8 kB at 21 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.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 21 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/io/grpc/grpc-netty/1.59.1/grpc-netty-1.59.1.jar (287 kB at 430 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.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 215 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/com/google/cloud/google-cloud-pubsub/1.127.1/google-cloud-pubsub-1.127.1.jar (291 kB at 423 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.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 430 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.0/protobuf-java-3.25.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-stub/1.59.1/grpc-stub-1.59.1.jar (50 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-common-protos/2.28.0/proto-google-common-protos-2.28.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-protobuf/1.59.1/grpc-protobuf-1.59.1.jar (5.2 kB at 6.0 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/com/google/api/api-common/2.28.0/api-common-2.28.0.jar (50 kB at 57 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/io/grpc/grpc-protobuf-lite/1.59.1/grpc-protobuf-lite-1.59.1.jar (7.8 kB at 8.8 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 12 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/api/grpc/proto-google-common-protos/2.28.0/proto-google-common-protos-2.28.0.jar (2.0 MB at 1.7 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.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 7.8 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/auth/google-auth-library-credentials/1.23.0/google-auth-library-credentials-1.23.0.jar (6.4 kB at 5.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.59.1/grpc-alts-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.25.0/protobuf-java-3.25.0.jar (1.9 MB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-grpclb/1.59.1/grpc-grpclb-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/grpc/proto-google-cloud-pubsub-v1/1.109.1/proto-google-cloud-pubsub-v1-1.109.1.jar (912 kB at 754 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.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 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-auth/1.59.1/grpc-auth-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/conscrypt/conscrypt-openjdk-uber/2.5.2/conscrypt-openjdk-uber-2.5.2.jar (4.5 MB at 3.5 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/gax/2.45.0/gax-2.45.0.jar (401 kB at 279 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-alts/1.59.1/grpc-alts-1.59.1.jar (318 kB at 220 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 10 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/grpc/grpc-grpclb/1.59.1/grpc-grpclb-1.59.1.jar (177 kB at 122 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 65 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/perfmark/perfmark-api/0.27.0/perfmark-api-0.27.0.jar (7.0 kB at 4.5 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/opencensus/opencensus-proto/0.2.0/opencensus-proto-0.2.0.jar (750 kB at 482 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.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 71 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/com/google/code/gson/gson/2.10.1/gson-2.10.1.jar (283 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.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 7.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java-util/3.25.0/protobuf-java-util-3.25.0.jar (73 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opencensus/opencensus-api/0.31.1/opencensus-api-0.31.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/api/gax-httpjson/2.45.0/gax-httpjson-2.45.0.jar (160 kB at 84 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-services/1.59.1/grpc-services-1.59.1.jar (829 kB at 433 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.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 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.59.1/grpc-core-1.59.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/threeten/threetenbp/1.6.8/threetenbp-1.6.8.jar (514 kB at 247 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/com/google/android/annotations/4.1.1.4/annotations-4.1.1.4.jar (3.1 kB at 1.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/http-client/google-http-client/1.43.3/google-http-client-1.43.3.jar (293 kB at 133 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/io/opencensus/opencensus-contrib-http-util/0.31.1/opencensus-contrib-http-util-0.31.1.jar (23 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.8.4/quarkus-grpc-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-core/1.59.1/grpc-core-1.59.1.jar (625 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc/4.5.7/vertx-grpc-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/grpc/grpc-context/1.59.1/grpc-context-1.59.1.jar (295 B at 122 B/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/grpc/grpc-xds/1.59.1/grpc-xds-1.59.1.jar (12 MB at 5.2 MB/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-inprocess/1.59.1/grpc-inprocess-1.59.1.jar (40 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-client/4.5.7/vertx-grpc-client-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-grpc-common/3.8.4/quarkus-grpc-common-3.8.4.jar (14 kB at 5.9 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/quarkus/quarkus-vertx/3.8.4/quarkus-vertx-3.8.4.jar (119 kB at 47 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/4.5.7/vertx-grpc-4.5.7.jar (34 kB at 13 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/quarkus/quarkus-netty/3.8.4/quarkus-netty-3.8.4.jar (62 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/service/1.16.0/service-1.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/brotli4j/1.16.0/brotli4j-1.16.0.jar (46 kB at 18 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/vertx/vertx-grpc-common/4.5.7/vertx-grpc-common-4.5.7.jar (36 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-codec-haproxy/4.1.108.Final/netty-codec-haproxy-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-grpc-server/4.5.7/vertx-grpc-server-4.5.7.jar (26 kB at 9.9 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/service/1.16.0/service-1.16.0.jar (3.4 kB at 1.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.8.4/quarkus-smallrye-context-propagation-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/aayushatharva/brotli4j/native-linux-x86_64/1.16.0/native-linux-x86_64-1.16.0.jar (427 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny/3.8.4/quarkus-mutiny-3.8.4.jar (8.9 kB at 3.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation/2.1.0/smallrye-context-propagation-2.1.0.jar (92 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-api/2.1.0/smallrye-context-propagation-api-2.1.0.jar (8.8 kB at 3.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-context-propagation-storage/2.1.0/smallrye-context-propagation-storage-2.1.0.jar (8.6 kB at 3.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads/3.8.4/quarkus-virtual-threads-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-context-propagation/3.8.4/quarkus-smallrye-context-propagation-3.8.4.jar (11 kB at 4.3 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/reactive/mutiny-smallrye-context-propagation/2.5.8/mutiny-smallrye-context-propagation-2.5.8.jar (21 kB at 8.0 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/quarkus/quarkus-virtual-threads/3.8.4/quarkus-virtual-threads-3.8.4.jar (20 kB at 7.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.11.0/smallrye-mutiny-vertx-runtime-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-latebound-mdc-provider/3.8.4/quarkus-vertx-latebound-mdc-provider-3.8.4.jar (6.1 kB at 2.3 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/smallrye/reactive/smallrye-mutiny-vertx-runtime/3.11.0/smallrye-mutiny-vertx-runtime-3.11.0.jar (28 kB at 10 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-codegen/4.5.7/vertx-codegen-4.5.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-core/3.11.0/smallrye-mutiny-vertx-core-3.11.0.jar (327 kB at 119 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/vertx-mutiny-generator/3.11.0/vertx-mutiny-generator-3.11.0.jar (94 kB at 34 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 2.4 kB/s) [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 14 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 74 kB/s) [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 9.3 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-pubsub-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-pubsub-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 15 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-pubsub-common --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-pubsub-common --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-pubsub-common --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.pubsub.publisher.CachingPubSubPublisherFactoryTest [INFO] Running org.eclipse.hono.client.pubsub.AbstractPubSubBasedMessageSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.77 s - in org.eclipse.hono.client.pubsub.publisher.CachingPubSubPublisherFactoryTest [INFO] Running org.eclipse.hono.client.pubsub.subscriber.CachingPubSubSubscriberFactoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.hono.client.pubsub.subscriber.CachingPubSubSubscriberFactoryTest [INFO] Running org.eclipse.hono.client.pubsub.PubSubMessageHelperTest [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.407 s - in org.eclipse.hono.client.pubsub.PubSubMessageHelperTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.081 s - in org.eclipse.hono.client.pubsub.AbstractPubSubBasedMessageSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-pubsub-common --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-pubsub-common --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-pubsub-common --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/hono-client-pubsub-common-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-pubsub-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client PubSub Common' with 11 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-pubsub-common --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-pubsub-common' with 11 classes [INFO] All coverage checks have been met. [INFO] [INFO] ----------< org.eclipse.hono:hono-client-notification-pubsub >---------- [INFO] Building Hono Notification Client (Pub/Sub) 2.6.0-SNAPSHOT [19/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-notification-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-notification-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-notification-pubsub --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-notification-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-notification-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-notification-pubsub --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.notification.pubsub.PubSubBasedNotificationReceiverTest [INFO] Running org.eclipse.hono.client.notification.pubsub.PubSubBasedNotificationSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.292 s - in org.eclipse.hono.client.notification.pubsub.PubSubBasedNotificationReceiverTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.541 s - in org.eclipse.hono.client.notification.pubsub.PubSubBasedNotificationSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-notification-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-notification-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-notification-pubsub --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/hono-client-notification-pubsub-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-notification-pubsub --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/jacoco.exec [INFO] Analyzed bundle 'Hono Notification Client (Pub/Sub)' with 2 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-notification-pubsub --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-notification-pubsub' with 2 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-base >----------------- [INFO] Building Hono Service base 2.6.0-SNAPSHOT [20/64] [INFO] from service-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.pom (1.9 kB at 19 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 33 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 67 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 50 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 16 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 41 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 4.6 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 3.0 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 38 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 4.1 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 13 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 8.9 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 20 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 73 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 410 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 64 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 6.4 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 7.7 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 14 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 8.9 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 6.0 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 21 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 13 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 11 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 70 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 73 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 53 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 18 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 22 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 13 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 21 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 11 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 66 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 13 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 50 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 62 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 17 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 24 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 20 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 10 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 5.6 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 141 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 155 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 102 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 156 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 89 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 52 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 16 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 87 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 76 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 52 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 87 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 53 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 23 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.4 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 1.2 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 994 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.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 111 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 51 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 241 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 91 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 58 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 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_common/0.16.0/simpleclient_tracer_common-0.16.0.pom (839 B at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.pom (2.4 kB at 85 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-uri-template/4.5.7/vertx-uri-template-4.5.7.jar (36 kB at 726 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.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-web-client/4.5.7/vertx-web-client-4.5.7.jar (116 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-opentelemetry/3.8.4/quarkus-opentelemetry-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-common/4.5.7/vertx-auth-common-4.5.7.jar (134 kB at 2.0 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/org/springframework/security/spring-security-crypto/6.1.4/spring-security-crypto-6.1.4.jar (84 kB at 915 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-extension-annotations/1.18.0/opentelemetry-extension-annotations-1.18.0.jar (2.5 kB at 17 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.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 274 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/semconv/opentelemetry-semconv/1.21.0-alpha/opentelemetry-semconv-1.21.0-alpha.jar (43 kB at 102 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/instrumentation/opentelemetry-instrumentation-api/1.32.0/opentelemetry-instrumentation-api-1.32.0.jar (145 kB at 325 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-spi/1.32.0/opentelemetry-sdk-extension-autoconfigure-spi-1.32.0.jar (17 kB at 38 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 21 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/quarkus/quarkus-opentelemetry/3.8.4/quarkus-opentelemetry-3.8.4.jar (229 kB at 496 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/opentelemetry-sdk-extension-autoconfigure/1.32.0/opentelemetry-sdk-extension-autoconfigure-1.32.0.jar (42 kB at 91 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-support/1.32.0-alpha/opentelemetry-instrumentation-annotations-support-1.32.0-alpha.jar (33 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.32.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-api-semconv/1.32.0-alpha/opentelemetry-instrumentation-api-semconv-1.32.0-alpha.jar (196 kB at 297 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.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 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.32.0/opentelemetry-exporter-sender-okhttp-1.32.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-otlp/1.32.0/opentelemetry-exporter-otlp-1.32.0.jar (61 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/instrumentation/opentelemetry-instrumentation-annotations/1.32.0/opentelemetry-instrumentation-annotations-1.32.0.jar (2.8 kB at 4.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/3.6.0/okio-3.6.0.jar (26 kB at 38 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/okhttp3/okhttp/4.12.0/okhttp-4.12.0.jar (790 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio-jvm/3.6.0/okio-jvm-3.6.0.jar (360 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.9.22/kotlin-stdlib-jdk8-1.9.22.jar (967 B at 1.2 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/io/opentelemetry/opentelemetry-exporter-sender-okhttp/1.32.0/opentelemetry-exporter-sender-okhttp-1.32.0.jar (24 kB at 30 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/io/opentelemetry/opentelemetry-sdk-extension-jaeger-remote-sampler/1.32.0/opentelemetry-sdk-extension-jaeger-remote-sampler-1.32.0.jar (137 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/opentelemetry/opentelemetry-exporter-common/1.32.0/opentelemetry-exporter-common-1.32.0.jar (69 kB at 81 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.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 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/smallrye-health-provided-checks/4.1.0/smallrye-health-provided-checks-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jetbrains/kotlin/kotlin-stdlib/1.9.22/kotlin-stdlib-1.9.22.jar (1.7 MB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http/3.8.4/quarkus-vertx-http-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health/3.8.4/quarkus-smallrye-health-3.8.4.jar (20 kB at 22 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/io/smallrye/smallrye-health-provided-checks/4.1.0/smallrye-health-provided-checks-4.1.0.jar (16 kB at 18 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/quarkus/quarkus-vertx-http/3.8.4/quarkus-vertx-http-3.8.4.jar (612 kB at 675 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/org/jetbrains/kotlin/kotlin-stdlib-jdk7/1.9.22/kotlin-stdlib-jdk7-1.9.22.jar (961 B at 1.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.11.0/smallrye-mutiny-vertx-web-common-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-credentials/3.8.4/quarkus-credentials-3.8.4.jar (3.9 kB at 4.2 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.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 22 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/smallrye/reactive/smallrye-mutiny-vertx-web/3.11.0/smallrye-mutiny-vertx-web-3.11.0.jar (142 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-uri-template/3.11.0/smallrye-mutiny-vertx-uri-template-3.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-auth-common/3.11.0/smallrye-mutiny-vertx-auth-common-3.11.0.jar (39 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jsonp/3.8.4/quarkus-jsonp-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-web-common/3.11.0/smallrye-mutiny-vertx-web-common-3.11.0.jar (18 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit5/3.8.4/quarkus-junit5-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-mutiny-vertx-bridge-common/3.11.0/smallrye-mutiny-vertx-bridge-common-3.11.0.jar (6.6 kB at 6.9 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/org/jetbrains/kotlin/kotlin-stdlib-common/1.9.22/kotlin-stdlib-common-1.9.22.jar (227 kB at 235 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-uri-template/3.11.0/smallrye-mutiny-vertx-uri-template-3.11.0.jar (8.0 kB at 8.2 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 2.8 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/org/apache/maven/wagon/wagon-http-shared/3.5.3/wagon-http-shared-3.5.3.jar (41 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.18/maven-resolver-connector-basic-1.9.18.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/3.5.3/wagon-provider-api-3.5.3.jar (55 kB at 56 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 56 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/io/quarkus/quarkus-test-common/3.8.4/quarkus-test-common-3.8.4.jar (114 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-connector-basic/1.9.18/maven-resolver-connector-basic-1.9.18.jar (40 kB at 40 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/io/quarkus/quarkus-junit5/3.8.4/quarkus-junit5-3.8.4.jar (180 kB at 178 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/resolver/maven-resolver-transport-wagon/1.9.18/maven-resolver-transport-wagon-1.9.18.jar (33 kB at 32 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-http/3.5.3/wagon-http-3.5.3.jar (9.4 kB at 9.2 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/wagon/wagon-file/3.5.3/wagon-file-3.5.3.jar (11 kB at 11 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/com/thoughtworks/xstream/xstream/1.4.20/xstream-1.4.20.jar (645 kB at 618 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 28 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/quarkus/quarkus-junit5-properties/3.8.4/quarkus-junit5-properties-3.8.4.jar (2.4 kB at 2.2 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 41 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_common/0.16.0/simpleclient_common-0.16.0.jar (8.0 kB at 7.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-bootstrap-gradle-resolver/3.8.4/quarkus-bootstrap-gradle-resolver-3.8.4.jar (2.8 MB at 2.6 MB/s) [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 84 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 3.2 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel_agent/0.16.0/simpleclient_tracer_otel_agent-0.16.0.jar (4.6 kB at 4.2 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/prometheus/simpleclient_tracer_otel/0.16.0/simpleclient_tracer_otel-0.16.0.jar (4.3 kB at 4.0 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-base --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 74 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/main/java/org/eclipse/hono/service/http/HttpUtils.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/main/java/org/eclipse/hono/service/http/HttpUtils.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/hono-demo-certs-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-base --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 18 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/test/java/org/eclipse/hono/service/http/HttpUtilsTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.tracing.SamplerProducerTest [INFO] Running org.eclipse.hono.service.ApplicationConfigPropertiesTest May 23, 2024 12:18:09 AM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.719 s - in org.eclipse.hono.service.tracing.SamplerProducerTest [INFO] Running org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.964 s - in org.eclipse.hono.service.ApplicationConfigPropertiesTest [INFO] Running org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:18:12,658 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:12,948 ERROR [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) configuration must have at least one of key & certificate or insecure port set to start up 2024-05-23 00:18:13,174 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:13,249 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:13,262 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:13,335 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:13,450 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-23 00:18:13,451 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2024-05-23 00:18:13,452 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2024-05-23 00:18:13,453 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) adding supported cipher suite [TLS_PSK_WITH_AES_256_CCM_8] 2024-05-23 00:18:13,453 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) adding supported cipher suite [TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8] 2024-05-23 00:18:13,454 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-23 00:18:13,525 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-23 00:18:13,526 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2024-05-23 00:18:13,526 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: true 2024-05-23 00:18:13,533 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-23 00:18:13,533 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2024-05-23 00:18:13,534 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2024-05-23 00:18:13,534 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-23 00:18:13,545 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-23 00:18:13,546 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.3] 2024-05-23 00:18:13,546 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.2] 2024-05-23 00:18:13,546 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-23 00:18:13,555 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-23 00:18:13,556 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1] 2024-05-23 00:18:13,556 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2024-05-23 00:18:13,556 INFO [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false 2024-05-23 00:18:13,562 ERROR [org.ecl.hon.ser.AbstractServiceBaseTest$1] (ForkJoinPool-1-worker-2) secure and insecure ports must be configured to bind to different port numbers [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.22 s - in org.eclipse.hono.service.AbstractServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.AmqpServiceBaseTest 2024-05-23 00:18:13,830 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:14,183 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:14,238 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:14,255 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:14,263 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] 2024-05-23 00:18:14,331 INFO [org.ecl.hon.ser.met.MicrometerBasedMetrics] (ForkJoinPool-1-worker-1) using Metrics Registry implementation [io.micrometer.prometheus.PrometheusMeterRegistry] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.199 s - in org.eclipse.hono.service.metric.MicrometerBasedMetricsTest [INFO] Running org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.hono.service.metric.DeviceConnectionDurationTrackerTest [INFO] Running org.eclipse.hono.service.http.HttpUtilsTest 2024-05-23 00:18:14,949 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) using JDK's default SSL engine 2024-05-23 00:18:14,950 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) enabling secure protocol [TLSv1.1] 2024-05-23 00:18:14,951 INFO [org.ecl.hon.ser.amq.AmqpServiceBaseTest$1] (ForkJoinPool-1-worker-2) Service supports TLS ServerNameIndication: false [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.313 s - in org.eclipse.hono.service.amqp.AmqpServiceBaseTest [INFO] Running org.eclipse.hono.service.amqp.GenericRequestMessageFilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.509 s - in org.eclipse.hono.service.http.HttpUtilsTest [INFO] Running org.eclipse.hono.service.http.HttpServiceConfigOptionsTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.hono.service.amqp.GenericRequestMessageFilterTest [INFO] Running org.eclipse.hono.service.auth.AuthTokenFactoryTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.212 s - in org.eclipse.hono.service.http.HttpServiceConfigOptionsTest [INFO] Running org.eclipse.hono.service.http.DefaultFailureHandlerTest 2024-05-23 00:18:17,239 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2024-05-23 00:18:17,239 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-23 00:18:17,680 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys 2024-05-23 00:18:17,686 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-2) using public key from certificate [target/certs/auth-server-cert.pem] for validating tokens 2024-05-23 00:18:17,782 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2024-05-23 00:18:17,783 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-23 00:18:17,784 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys 2024-05-23 00:18:17,785 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-2) using public key from certificate [target/certs/auth-server-cert.pem] for validating tokens [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.138 s - in org.eclipse.hono.service.amqp.AbstractRequestResponseEndpointTest [INFO] Running org.eclipse.hono.service.auth.BCryptHelperTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.service.auth.BCryptHelperTest [INFO] Running org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest 2024-05-23 00:18:18,649 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) using shared secret [36 bytes] for signing/validating tokens 2024-05-23 00:18:18,650 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) using token lifetime of 100 seconds 2024-05-23 00:18:18,655 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-3) successfully created JWK set containing 1 keys 2024-05-23 00:18:18,656 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-3) using shared secret [36 bytes] for validating tokens 2024-05-23 00:18:19,134 ERROR [org.ecl.hon.ser.aut.EventBusAuthenticationService] (vert.x-eventloop-thread-0) got illegal status code in authentication response exception: 200 2024-05-23 00:18:19,137 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2024-05-23 00:18:19,138 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-23 00:18:19,140 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys 2024-05-23 00:18:19,141 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenValidator] (ForkJoinPool-1-worker-2) using public key from certificate [target/certs/auth-server-cert.pem] for validating tokens 2024-05-23 00:18:19,143 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using key pair [private: target/certs/auth-server-key.pem, cert: target/certs/auth-server-cert.pem] for signing/verifying tokens 2024-05-23 00:18:19,144 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) using token lifetime of 60 seconds 2024-05-23 00:18:19,146 INFO [org.ecl.hon.ser.aut.JjwtBasedAuthTokenFactory] (ForkJoinPool-1-worker-2) successfully created JWK set containing 1 keys [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.501 s - in org.eclipse.hono.service.auth.EventBusAuthenticationServiceTest [INFO] Running org.eclipse.hono.service.auth.HonoSaslAuthenticatorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.896 s - in org.eclipse.hono.service.auth.AuthTokenFactoryTest [INFO] Running org.eclipse.hono.service.auth.SniExtensionHelperTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.996 s - in org.eclipse.hono.service.http.DefaultFailureHandlerTest [INFO] Running org.eclipse.hono.service.auth.delegating.AuthenticationServerClientOptionsTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.375 s - in org.eclipse.hono.service.auth.SniExtensionHelperTest [INFO] Running org.eclipse.hono.service.auth.SpringBasedHonoPasswordEncoderTest 2024-05-23 00:18:19,748 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:18:19,757 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.196 s - in org.eclipse.hono.service.auth.delegating.AuthenticationServerClientOptionsTest 2024-05-23 00:18:19,769 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:18:19,829 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:18:19,833 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.995 s - in org.eclipse.hono.service.auth.HonoSaslAuthenticatorTest 2024-05-23 00:18:20,502 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 4] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.775 s - in org.eclipse.hono.service.auth.SpringBasedHonoPasswordEncoderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 77, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/hono-service-base-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:33: warning: no comment [WARNING] SUCCEEDED("succeeded"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:34: warning: no comment [WARNING] UNAUTHORIZED("unauthorized"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/src/main/java/org/eclipse/hono/service/auth/AuthenticationService.java:35: warning: no comment [WARNING] UNAVAILABLE("unavailable"); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/service-base/target/hono-service-base-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/hono-service-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/jacoco.exec [INFO] Analyzed bundle 'Hono Service base' with 75 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/jacoco.exec [INFO] Analyzed bundle 'hono-service-base' with 75 classes [INFO] All coverage checks have been met. [INFO] [INFO] ----------------< org.eclipse.hono:hono-client-command >---------------- [INFO] Building Hono Client for Command & Control 2.6.0-SNAPSHOT [21/64] [INFO] from clients/command/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.8.4/quarkus-kubernetes-client-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client/3.8.4/quarkus-kubernetes-client-3.8.4.pom (3.7 kB at 13 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 1.7 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 11 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 37 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 8.8 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 99 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 43 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 222 kB/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 456 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.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 55 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 43 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 56 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 16 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 17 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 5.8 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 11 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 21 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 15 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 13 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 14 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 5.8 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 7.8 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 19 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 5.2 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 13 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 15 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 18 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 14 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 9.6 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 6.6 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 12 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 13 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 6.4 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 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.pom (14 kB at 283 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 38 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 553 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 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.pom (18 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.10.0/kubernetes-server-mock-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-server-mock/6.10.0/kubernetes-server-mock-6.10.0.pom (2.6 kB at 12 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 10 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 32 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 237 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.pom (2.5 kB at 13 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 168 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 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.10.0/servicecatalog-client-6.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/servicecatalog-client/6.10.0/servicecatalog-client-6.10.0.pom (6.9 kB at 40 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 7.7 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 16 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 18 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 15 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 13 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/io/quarkus/quarkus-jackson/3.8.4/quarkus-jackson-3.8.4.jar (15 kB at 367 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/com/fasterxml/jackson/module/jackson-module-parameter-names/2.16.1/jackson-module-parameter-names-2.16.1.jar (10 kB at 247 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/3.8.4/quarkus-kubernetes-client-3.8.4.jar (12 kB at 63 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/fabric8/kubernetes-client/6.10.0/kubernetes-client-6.10.0.jar (402 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kubernetes-client-internal/3.8.4/quarkus-kubernetes-client-internal-3.8.4.jar (15 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-client-api/6.10.0/kubernetes-client-api-6.10.0.jar (479 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-common/6.10.0/kubernetes-model-common-6.10.0.jar (56 kB at 121 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.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 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar (973 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar (3.6 MB at 7.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar (140 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar (243 kB at 257 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.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 769 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.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 748 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.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 1.1 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-apps/6.10.0/kubernetes-model-apps-6.10.0.jar (408 kB at 423 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar (147 kB at 125 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-events/6.10.0/kubernetes-model-events-6.10.0.jar (85 kB at 71 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-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar (155 kB at 131 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-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar (42 kB at 35 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 375 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar (492 kB at 354 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-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar (903 kB at 647 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.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 47 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-policy/6.10.0/kubernetes-model-policy-6.10.0.jar (269 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar (56 kB at 39 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 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/xml/bind/jakarta.xml.bind-api/4.0.1/jakarta.xml.bind-api-4.0.1.jar (130 kB at 89 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/activation/jakarta.activation-api/2.1.2/jakarta.activation-api-2.1.2.jar (66 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/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/io/fabric8/zjsonpatch/0.3.0/zjsonpatch-0.3.0.jar (36 kB at 24 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-node/6.10.0/kubernetes-model-node-6.10.0.jar (129 kB at 72 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-server-mock/6.10.0/kubernetes-server-mock-6.10.0.jar (66 kB at 37 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/mockwebserver/6.10.0/mockwebserver-6.10.0.jar (87 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okio/okio/1.15.0/okio-1.15.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/okhttp/3.12.12/okhttp-3.12.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/fabric8/kubernetes-httpclient-vertx/6.10.0/kubernetes-httpclient-vertx-6.10.0.jar (30 kB at 17 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/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar (339 kB at 187 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/junit/junit/4.12/junit-4.12.jar (315 kB at 172 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/com/squareup/okio/okio/1.15.0/okio-1.15.0.jar (89 kB at 48 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/3.12.12/mockwebserver-3.12.12.jar (37 kB at 20 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 214 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 12 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 332 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 21 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/KubernetesContainerInfoProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.command.CgroupV1KubernetesContainerUtilTest [INFO] Running org.eclipse.hono.client.command.ProtocolAdapterCommandConsumerFactoryTest [INFO] Running org.eclipse.hono.client.command.CommandResponseTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.605 s - in org.eclipse.hono.client.command.CgroupV1KubernetesContainerUtilTest [INFO] Running org.eclipse.hono.client.command.CommandRoutingUtilTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.532 s - in org.eclipse.hono.client.command.CommandResponseTest [INFO] Running org.eclipse.hono.client.command.CommandsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.hono.client.command.CommandRoutingUtilTest [INFO] Running org.eclipse.hono.client.command.KubernetesContainerInfoProviderTest [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 s - in org.eclipse.hono.client.command.CommandsTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended May 23, 2024 12:18:43 AM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. May 23, 2024 12:18:44 AM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[46099] starting to accept connections 2024-05-23 00:18:46,470 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) created internal command consumer InternalCommandConsumer$MockitoMock$RgBOtEVY 2024-05-23 00:18:46,578 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) attempt 1 to get K8s container id failed, trying again... 2024-05-23 00:18:46,579 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) attempt 2 to get K8s container id failed, trying again... 2024-05-23 00:18:46,580 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) created internal command consumer InternalCommandConsumer$MockitoMock$RgBOtEVY 2024-05-23 00:18:46,641 INFO [org.ecl.hon.cli.com.ProtocolAdapterCommandConsumerFactoryImpl] (ForkJoinPool-1-worker-1) created internal command consumer InternalCommandConsumer$MockitoMock$RgBOtEVY May 23, 2024 12:18:46 AM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[51365] starting to accept connections [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.582 s - in org.eclipse.hono.client.command.ProtocolAdapterCommandConsumerFactoryTest 2024-05-23 00:18:47,292 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) get container id via K8s API May 23, 2024 12:18:48 AM okhttp3.mockwebserver.MockWebServer$3 processOneRequest INFO: MockWebServer[51365] received request: GET /api/v1/namespaces/test/pods/testPod0 HTTP/1.1 and responded: HTTP/1.1 200 OK 2024-05-23 00:18:49,611 ERROR [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) can't get container id: found multiple running containers, but KUBERNETES_CONTAINER_NAME env var is not set to specify which container to use; found containers [testContainer1, testContainer2] in pod testPod0 May 23, 2024 12:18:49 AM okhttp3.mockwebserver.MockWebServer$2 acceptConnections INFO: MockWebServer[51365] done accepting connections: Socket closed May 23, 2024 12:18:49 AM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[34775] starting to accept connections 2024-05-23 00:18:49,650 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) get container id via K8s API May 23, 2024 12:18:49 AM okhttp3.mockwebserver.MockWebServer$3 processOneRequest INFO: MockWebServer[34775] received request: GET /api/v1/namespaces/test/pods/testPod0 HTTP/1.1 and responded: HTTP/1.1 200 OK 2024-05-23 00:18:49,779 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) got container id via K8s API: 180a8ba3d5504409b42cb6f984aa572364df0dad5f13450d882d5d3b311a8f9b May 23, 2024 12:18:49 AM okhttp3.mockwebserver.MockWebServer$2 acceptConnections INFO: MockWebServer[34775] done accepting connections: Socket closed May 23, 2024 12:18:49 AM okhttp3.mockwebserver.MockWebServer$2 execute INFO: MockWebServer[35567] starting to accept connections 2024-05-23 00:18:49,828 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) get container id via K8s API May 23, 2024 12:18:49 AM okhttp3.mockwebserver.MockWebServer$3 processOneRequest INFO: MockWebServer[35567] received request: GET /api/v1/namespaces/test/pods/testPod0 HTTP/1.1 and responded: HTTP/1.1 200 OK 2024-05-23 00:18:49,961 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) multiple running containers found: testContainer1, testContainer2 2024-05-23 00:18:49,962 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) using container name testContainer2 (derived from env var KUBERNETES_CONTAINER_NAME) to determine container id 2024-05-23 00:18:49,963 INFO [org.ecl.hon.cli.com.KubernetesContainerInfoProvider] (ForkJoinPool-1-worker-2) got container id via K8s API: ccff3553605d47819a07b65721c307e17a1dfc290d7a42958933d4a1a11b718a May 23, 2024 12:18:49 AM okhttp3.mockwebserver.MockWebServer$2 acceptConnections INFO: MockWebServer[35567] done accepting connections: Socket closed [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.917 s - in org.eclipse.hono.client.command.KubernetesContainerInfoProviderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/hono-client-command-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/AbstractCommandContext.java:43: warning: no comment [WARNING] protected final T command; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/AbstractCommandContext.java:41: warning: no comment [WARNING] protected static final Logger LOG = LoggerFactory.getLogger(AbstractCommandContext.class); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/src/main/java/org/eclipse/hono/client/command/CommandContext.java:41: warning: no comment [WARNING] String KEY_TENANT_CONFIG = "tenant-config"; [WARNING] ^ [WARNING] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/hono-client-command-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/command/target/hono-client-command-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client for Command & Control' with 14 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-command' with 14 classes [INFO] All coverage checks have been met. [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-registry >---------------- [INFO] Building Hono Device Registry Client 2.6.0-SNAPSHOT [22/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-registry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-registry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-registry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-registry --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-registry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/hono-client-registry-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-registry --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/hono-client-registry-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/registry/target/hono-client-registry-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-registry --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-registry --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/jacoco.exec [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-amqp >-------------- [INFO] Building Hono Client for Command & Control (AMQP) 2.6.0-SNAPSHOT [23/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandRouterClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.461 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandResponseSenderTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedInternalCommandConsumerTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 s - in org.eclipse.hono.client.command.amqp.ProtonBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.198 s - in org.eclipse.hono.client.command.amqp.ProtonBasedCommandRouterClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client for Command & Control (AMQP)' with 6 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-command-amqp' with 6 classes [INFO] All coverage checks have been met. [INFO] [INFO] -------------< org.eclipse.hono:hono-client-command-kafka >------------- [INFO] Building Hono Client for Command & Control (Kafka) 2.6.0-SNAPSHOT [24/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/src/main/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/src/test/java/org/eclipse/hono/client/command/kafka/KafkaBasedInternalCommandConsumerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandContextTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedInternalCommandConsumerTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended SLF4J: Class path contains multiple SLF4J providers. SLF4J: Found provider [org.slf4j.impl.JBossSlf4jServiceProvider@2259a3e4] SLF4J: Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@24dbb7e6] SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual provider is of type [org.slf4j.impl.JBossSlf4jServiceProvider@2259a3e4] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.462 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandContextTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandResponseSenderTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.672 s - in org.eclipse.hono.client.command.kafka.KafkaBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.kafka.KafkaBasedCommandTest [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.166 s - in org.eclipse.hono.client.command.kafka.KafkaBasedCommandResponseSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/hono-client-command-kafka-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client for Command & Control (Kafka)' with 5 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-command-kafka' with 5 classes [INFO] All coverage checks have been met. [INFO] [INFO] ------------< org.eclipse.hono:hono-client-command-pubsub >------------- [INFO] Building Hono Client for Command & Control (Pub/Sub) 2.6.0-SNAPSHOT [25/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-command-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-command-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/main/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-command-pubsub --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-command-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-command-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/src/test/java/org/eclipse/hono/client/command/pubsub/PubSubBasedInternalCommandConsumerTest.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-command-pubsub --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedInternalCommandConsumerTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedCommandContextTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.76 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedCommandContextTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedCommandTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.847 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedInternalCommandConsumerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedCommandTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedCommandResponseSenderTest [INFO] Running org.eclipse.hono.client.command.pubsub.PubSubBasedInternalCommandSenderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedCommandResponseSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.448 s - in org.eclipse.hono.client.command.pubsub.PubSubBasedInternalCommandSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 21, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-command-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-command-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-command-pubsub --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/hono-client-command-pubsub-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-command-pubsub --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client for Command & Control (Pub/Sub)' with 5 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-command-pubsub --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-command-pubsub' with 5 classes [INFO] All coverage checks have been met. [INFO] [INFO] -------------< org.eclipse.hono:hono-client-registry-amqp >------------- [INFO] Building Hono Registry Client (AMQP) 2.6.0-SNAPSHOT [26/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-registry-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-registry-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-registry-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-registry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-registry-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.685 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedDeviceRegistrationClientTest [INFO] Running org.eclipse.hono.client.registry.amqp.ProtonBasedTenantClientTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.79 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedCredentialsClientTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.eclipse.hono.client.registry.amqp.ProtonBasedTenantClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-registry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-registry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-registry-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/hono-client-registry-amqp-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-registry-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/jacoco.exec [INFO] Analyzed bundle 'Hono Registry Client (AMQP)' with 5 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-registry-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-registry-amqp' with 5 classes [INFO] All coverage checks have been met. [INFO] [INFO] ---------------< org.eclipse.hono:hono-client-telemetry >--------------- [INFO] Building Hono Telemetry Client 2.6.0-SNAPSHOT [27/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/hono-client-telemetry-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/jacoco.exec [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-amqp >------------- [INFO] Building Hono Telemetry Client (AMQP) 2.6.0-SNAPSHOT [28/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.telemetry.amqp.ProtonBasedDownstreamSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.318 s - in org.eclipse.hono.client.telemetry.amqp.ProtonBasedDownstreamSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/hono-client-telemetry-amqp-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/jacoco.exec [INFO] Analyzed bundle 'Hono Telemetry Client (AMQP)' with 1 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-telemetry-amqp' with 1 classes [INFO] All coverage checks have been met. [INFO] [INFO] ------------< org.eclipse.hono:hono-client-telemetry-kafka >------------ [INFO] Building Hono Telemetry Client (Kafka) 2.6.0-SNAPSHOT [29/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.telemetry.kafka.KafkaBasedTelemetrySenderTest [INFO] Running org.eclipse.hono.client.telemetry.kafka.KafkaBasedEventSenderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.002 s - in org.eclipse.hono.client.telemetry.kafka.KafkaBasedEventSenderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.002 s - in org.eclipse.hono.client.telemetry.kafka.KafkaBasedTelemetrySenderTest [INFO] Running org.eclipse.hono.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.client.telemetry.kafka.AbstractKafkaBasedDownstreamSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/hono-client-telemetry-kafka-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/jacoco.exec [INFO] Analyzed bundle 'Hono Telemetry Client (Kafka)' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-telemetry-kafka' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------< org.eclipse.hono:hono-client-telemetry-pubsub >------------ [INFO] Building Hono Telemetry Client (PubSub) 2.6.0-SNAPSHOT [30/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-telemetry-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-telemetry-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-telemetry-pubsub --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-telemetry-pubsub --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-telemetry-pubsub --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-telemetry-pubsub --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.telemetry.pubsub.PubSubBasedDownstreamSenderTest SLF4J: Class path contains multiple SLF4J providers. SLF4J: Found provider [org.slf4j.impl.JBossSlf4jServiceProvider@540c16f6] SLF4J: Found provider [ch.qos.logback.classic.spi.LogbackServiceProvider@5babe987] SLF4J: See https://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual provider is of type [org.slf4j.impl.JBossSlf4jServiceProvider@540c16f6] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.065 s - in org.eclipse.hono.client.telemetry.pubsub.PubSubBasedDownstreamSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-telemetry-pubsub --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-telemetry-pubsub --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-telemetry-pubsub --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/hono-client-telemetry-pubsub-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-telemetry-pubsub --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/jacoco.exec [INFO] Analyzed bundle 'Hono Telemetry Client (PubSub)' with 1 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-telemetry-pubsub --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-telemetry-pubsub' with 1 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-base >----------------- [INFO] Building Hono Adapter Base 2.6.0-SNAPSHOT [31/64] [INFO] from adapter-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/junit-jupiter/1.19.6/junit-jupiter-1.19.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/junit-jupiter/1.19.6/junit-jupiter-1.19.6.pom (1.5 kB at 4.6 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 41 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.0 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 296 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 41 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 273 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 91 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 28 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 56 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/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.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 385 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/com/github/docker-java/docker-java-api/3.3.5/docker-java-api-3.3.5.jar (471 kB at 6.5 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 303 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/github/docker-java/docker-java-transport-zerodep/3.3.5/docker-java-transport-zerodep-3.3.5.jar (2.0 MB at 13 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 11 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 67 MB/s) [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 33 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 62 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/auth/device/CredentialsApiAuthProvider.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/hono-demo-certs-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-base --- [INFO] Copying 4 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 29 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/src/test/java/org/eclipse/hono/adapter/auth/device/jwt/JwtAuthProviderTest.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/src/test/java/org/eclipse/hono/adapter/auth/device/jwt/JwtAuthProviderTest.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/src/test/java/org/eclipse/hono/adapter/auth/device/jwt/JwtAuthProviderTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest May 23, 2024 12:20:10 AM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Running org.eclipse.hono.adapter.HttpContextTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:20:14,138 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.595 s - in org.eclipse.hono.adapter.HttpContextTest [INFO] Running org.eclipse.hono.adapter.MessagingClientProvidersTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.194 s - in org.eclipse.hono.adapter.MessagingClientProvidersTest [INFO] Running org.eclipse.hono.adapter.ProtocolAdapterPropertiesTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.387 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitChecksTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitCheckOptionsTest 2024-05-23 00:20:15,163 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:15,236 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:15,249 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:15,258 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:15,260 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:15,261 INFO [org.ecl.hon.ada.MessagingClientProviders] (ForkJoinPool-1-worker-2) no command response sender provider set for kafka messaging type, using tenant or global default 2024-05-23 00:20:15,267 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.689 s - in org.eclipse.hono.adapter.ProtocolAdapterPropertiesTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.186 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedResourceLimitCheckOptionsTest 2024-05-23 00:20:15,333 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] [INFO] Running org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest 2024-05-23 00:20:15,738 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:15,743 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.714 s - in org.eclipse.hono.adapter.auth.device.ChainAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.auth.device.ExecutionContextAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.auth.device.jwt.DefaultJwsValidatorTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.911 s - in org.eclipse.hono.adapter.resourcelimits.PrometheusBasedAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.044 s - in org.eclipse.hono.adapter.resourcelimits.DataVolumeAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest 2024-05-23 00:20:19,553 WARN [org.ecl.hon.ada.res.PrometheusBasedAsyncCacheLoader] (ForkJoinPool-1-worker-1) failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: minute( sum( increase( hono_connections_authenticated_duration_seconds_sum {tenant="DEFAULT_TENANT"} [14400m])))]: null [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 s - in org.eclipse.hono.adapter.resourcelimits.ConnectionDurationAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest 2024-05-23 00:20:19,728 WARN [org.ecl.hon.ada.res.PrometheusBasedAsyncCacheLoader] (ForkJoinPool-1-worker-1) failed to run Prometheus query [URL: http://localhost:9090/api/v1/query, query: sum(hono_connections_authenticated{tenant="DEFAULT_TENANT"})]: null [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.hono.adapter.resourcelimits.ConnectedDevicesAsyncCacheLoaderTest [INFO] Running org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest 2024-05-23 00:20:20,240 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:20,248 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in org.eclipse.hono.adapter.monitoring.HonoEventConnectionEventProducerTest [INFO] Running org.eclipse.hono.adapter.monitoring.ConnectionEventProducerOptionsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.adapter.monitoring.ConnectionEventProducerOptionsTest [INFO] Running org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest 2024-05-23 00:20:20,365 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:20,435 WARN [org.ecl.hon.ada.lim.MemoryBasedConnectionLimitStrategy] (ForkJoinPool-1-worker-1) Not enough memory. It is recommended to provide more than 100 MB (currently max. memory avail. for live data-set: -200MB, memory required to start: 100MB). 2024-05-23 00:20:20,438 WARN [org.ecl.hon.ada.lim.MemoryBasedConnectionLimitStrategy] (ForkJoinPool-1-worker-1) Not enough memory. It is recommended to provide more than 100 MB (currently max. memory avail. for live data-set: 100MB, memory required to start: 100MB). 2024-05-23 00:20:20,440 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.hono.adapter.limiting.MemoryBasedConnectionLimitStrategyTest [INFO] Running org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest 2024-05-23 00:20:20,482 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:20,482 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 2024-05-23 00:20:20,557 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:20,568 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:20,626 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:20,673 INFO [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Setting connection limit to 2 (based on null) 2024-05-23 00:20:20,676 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Configured connection limit 2 is too high: Recommended is maximum 0 (based on null) 2024-05-23 00:20:20,727 INFO [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Setting connection limit to 2 (based on null) 2024-05-23 00:20:20,732 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) 2024-05-23 00:20:20,735 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-1) Configured connection limit 1 is too high: Recommended is maximum 0 (based on null) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.256 s - in org.eclipse.hono.adapter.limiting.DefaultConnectionLimitManagerTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.X509AuthProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 s - in org.eclipse.hono.adapter.auth.device.x509.X509AuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.TenantServiceBasedX509AuthenticationTest 2024-05-23 00:20:21,131 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,171 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,177 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,234 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,241 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,246 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,253 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,257 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,258 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using [Hono Event API based implementation] for reporting connection events, if applicable for device protocol 2024-05-23 00:20:21,264 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] 2024-05-23 00:20:21,265 INFO [org.ecl.hon.ada.AbstractProtocolAdapterBaseTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$UiywlyFp] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.78 s - in org.eclipse.hono.adapter.AbstractProtocolAdapterBaseTest [INFO] Running org.eclipse.hono.adapter.auth.device.jwt.JwtAuthProviderTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.908 s - in org.eclipse.hono.adapter.auth.device.jwt.JwtAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.jwt.JwtCredentialsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.hono.adapter.auth.device.jwt.JwtCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProviderTest 2024-05-23 00:20:23,556 WARN [org.ecl.hon.tra.TracingHelper] (ForkJoinPool-1-worker-2) An unexpected error occurred! [logged on trace , span ]: java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:134) at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:43) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.validateCredentials(CredentialsApiAuthProvider.java:171) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.lambda$authenticate$1(CredentialsApiAuthProvider.java:107) at io.vertx.core.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66) at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231) at io.vertx.core.impl.future.FutureBase.compose(FutureBase.java:90) at io.vertx.core.impl.future.FutureImpl.compose(FutureImpl.java:28) at io.vertx.core.Future.compose(Future.java:375) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:107) at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProviderTest.testAuthenticateRequiresVertxContext(UsernamePasswordAuthProviderTest.java:102) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2024-05-23 00:20:23,562 WARN [org.ecl.hon.tra.TracingHelper] (ForkJoinPool-1-worker-2) An unexpected error occurred! [logged on trace , span ]: java.lang.IllegalStateException: not running on vert.x Context at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:134) at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProvider.doValidateCredentials(UsernamePasswordAuthProvider.java:43) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.validateCredentials(CredentialsApiAuthProvider.java:171) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.lambda$authenticate$1(CredentialsApiAuthProvider.java:107) at io.vertx.core.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:66) at io.vertx.core.impl.future.FutureImpl.addListener(FutureImpl.java:231) at io.vertx.core.impl.future.FutureBase.compose(FutureBase.java:90) at io.vertx.core.impl.future.FutureImpl.compose(FutureImpl.java:28) at io.vertx.core.Future.compose(Future.java:375) at org.eclipse.hono.adapter.auth.device.CredentialsApiAuthProvider.authenticate(CredentialsApiAuthProvider.java:107) at org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProviderTest.testAuthenticateRequiresVertxContext(UsernamePasswordAuthProviderTest.java:102) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s - in org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordAuthProviderTest [INFO] Running org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordCredentialsTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.adapter.auth.device.usernamepassword.UsernamePasswordCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.DeviceCertificateValidatorTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.405 s - in org.eclipse.hono.adapter.auth.device.x509.TenantServiceBasedX509AuthenticationTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.SubjectDnCredentialsTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.hono.adapter.auth.device.x509.SubjectDnCredentialsTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.OCSPNonceExtensionTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.adapter.auth.device.x509.OCSPNonceExtensionTest [INFO] Running org.eclipse.hono.adapter.auth.device.x509.OCSPIntegrationTest [WARNING] Tests run: 6, Failures: 0, Errors: 0, Skipped: 6, Time elapsed: 0.001 s - in org.eclipse.hono.adapter.auth.device.x509.OCSPIntegrationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.888 s - in org.eclipse.hono.adapter.auth.device.x509.DeviceCertificateValidatorTest [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 24.026 s - in org.eclipse.hono.adapter.auth.device.jwt.DefaultJwsValidatorTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 139, Failures: 0, Errors: 0, Skipped: 6 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/hono-adapter-base-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedAsyncCacheLoader.java:62: warning: no comment [WARNING] protected Clock clock = Clock.systemUTC(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapter-base/target/hono-adapter-base-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/hono-adapter-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/jacoco.exec [INFO] Analyzed bundle 'Hono Adapter Base' with 54 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/jacoco.exec [INFO] Analyzed bundle 'hono-adapter-base' with 54 classes [INFO] All coverage checks have been met. [INFO] [INFO] --------------< org.eclipse.hono:adapter-base-test-utils >-------------- [INFO] Building Hono Adapter Base Test Utils 2.6.0-SNAPSHOT [32/64] [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/Hono-Nightly-Sonar-Pipeline/test-utils/adapter-base-test-utils/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ adapter-base-test-utils --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ adapter-base-test-utils --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/adapter-base-test-utils/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ adapter-base-test-utils --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ adapter-base-test-utils --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ adapter-base-test-utils --- [INFO] Skipping plugin execution [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ adapter-base-test-utils --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/adapter-base-test-utils/target/adapter-base-test-utils-2.6.0-SNAPSHOT.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] -------------------< org.eclipse.hono:hono-adapters >------------------- [INFO] Building Hono Protocol Adapters 2.6.0-SNAPSHOT [33/64] [INFO] from adapters/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.2.Final/log4j2-jboss-logmanager-1.1.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.2.Final/log4j2-jboss-logmanager-1.1.2.Final.pom (5.0 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/41/jboss-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/41/jboss-parent-41.pom (75 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.pom (3.9 kB at 246 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.3 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 888 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 3.3 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.6 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 415 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 873 kB/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 609 kB/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 916 kB/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 263 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 573 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.2.Final/log4j2-jboss-logmanager-1.1.2.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/logging/log4j/log4j-api/2.22.1/log4j-api-2.22.1.jar (335 kB at 8.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logmanager/log4j2-jboss-logmanager/1.1.2.Final/log4j2-jboss-logmanager-1.1.2.Final.jar (17 kB at 97 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/target/jacoco.exec [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapters --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapters --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapters --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapters --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.hono:hono-adapters-parent >---------------- [INFO] Building Hono Protocol Adapters Parent 2.6.0-SNAPSHOT [34/64] [INFO] from adapters/parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.8.4/quarkus-logging-gelf-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-gelf/3.8.4/quarkus-logging-gelf-3.8.4.pom (2.0 kB at 7.5 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 1.6 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 493 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.5.0.Final/arquillian-bom-1.5.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.5.0.Final/arquillian-bom-1.5.0.Final.pom (9.1 kB at 157 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 331 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 227 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 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.94.Final/netty-bom-4.1.94.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-bom/4.1.94.Final/netty-bom-4.1.94.Final.pom (13 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.8.4/quarkus-logging-json-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.8.4/quarkus-logging-json-3.8.4.pom (2.4 kB at 13 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 4.2 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 146 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 38 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 15 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 2.7 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 53 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 24 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/biz/paluch/logging/logstash-gelf/1.15.1/logstash-gelf-1.15.1.jar (192 kB at 2.2 MB/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-micrometer/3.8.4/quarkus-micrometer-3.8.4.jar (221 kB at 2.3 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 42 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-logging-json/3.8.4/quarkus-logging-json-3.8.4.jar (16 kB at 83 kB/s) [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 55 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 373 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/parent/target/jacoco.exec [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapters-parent --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/parent/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapters-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapters-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapters-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/parent/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-amqp >----------------- [INFO] Building Hono AMQP Adapter 2.6.0-SNAPSHOT [35/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-amqp --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.amqp.VertxBasedAmqpProtocolAdapterTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:21:01,963 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:01,967 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:02,587 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:02,587 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:02,632 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:02,632 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:02,795 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:02,795 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:02,799 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$FdRmuAKX] 2024-05-23 00:21:02,804 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:02,828 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:02,831 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:02,964 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:02,965 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:02,965 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:02,966 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:02,966 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,061 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,062 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,080 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,080 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,135 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,136 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,157 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,157 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,199 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,200 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,200 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,201 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,201 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,240 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,241 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,241 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$FdRmuAKX] 2024-05-23 00:21:03,242 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,242 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,243 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,246 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,246 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,246 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,247 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) closing insecure AMQP server ... 2024-05-23 00:21:03,257 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,257 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,258 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,258 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,258 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,269 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,270 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,281 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,281 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,289 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,290 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,362 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,362 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,541 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,542 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,562 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,563 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,576 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,577 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,591 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,591 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,600 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,601 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,635 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,636 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,645 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,646 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,687 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,688 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,693 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using [Mock for ConnectionEventProducer, hashCode: 65953831] for reporting connection events, if applicable for device protocol 2024-05-23 00:21:03,705 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,705 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,706 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$FdRmuAKX] 2024-05-23 00:21:03,706 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,707 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,707 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,740 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,740 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,752 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,752 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,760 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,760 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,770 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,770 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,783 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,783 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,793 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,793 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,794 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,794 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,795 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,835 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,835 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,928 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,929 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,936 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,937 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,937 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$FdRmuAKX] 2024-05-23 00:21:03,938 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,938 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,938 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,944 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,944 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,945 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) vert.x uses native transport: false 2024-05-23 00:21:03,945 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) Server uses standard insecure port 5672 2024-05-23 00:21:03,945 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) insecure AMQP server listening on [127.0.0.1:5672] 2024-05-23 00:21:03,954 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,955 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] 2024-05-23 00:21:03,961 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.amqp.AmqpAdapterMetrics$MockitoMock$MUtIfoNd] 2024-05-23 00:21:03,962 INFO [org.ecl.hon.ada.amq.VertxBasedAmqpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$86BMeC2P] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.89 s - in org.eclipse.hono.adapter.amqp.VertxBasedAmqpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0-SNAPSHOT.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-SNAPSHOT'. Trying to invoke it... [ERROR] MavenInvocationException: Error when invoking Maven, consult the invoker log file: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/invoker/maven-javadoc-plugin1192508475.txt [WARNING] Creating fake javadoc directory to prevent repeated invocations: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/adapter-base-test-utils/target/apidocs [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0-SNAPSHOT-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 29 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 60 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 22 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 30 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 79 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 16 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 32 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 35 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 41 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 46 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 56 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 20 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 8.6 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 9.4 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 15 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 41 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 90 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 156 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 22 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 32 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 15 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 76 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 117 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 248 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 173 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 68 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 46 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 34 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 75 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 182 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 48 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 141 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 94 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 41 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 123 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 51 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 78 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 42 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 145 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 48 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 91 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 30 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 149 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 900 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.15/jackson-parent-2.15.pom (6.5 kB at 343 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 40 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 55 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 21 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 30 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 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/jakarta.ws.rs-api/3.1.0/jakarta.ws.rs-api-3.1.0.pom (18 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/ws/rs/all/3.1.0/all-3.1.0.pom (2.8 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.8.4/quarkus-undertow-spi-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-undertow-spi/3.8.4/quarkus-undertow-spi-3.8.4.pom (2.0 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/3.8.4/quarkus-http-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-http-parent/3.8.4/quarkus-http-parent-3.8.4.pom (763 B at 22 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 429 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.2 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 2.3 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 966 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.2.1.Final/quarkus-http-http-core-5.2.1.Final.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 107 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 631 kB/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 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-as-parent-metadata/16.0.0.Final/jboss-as-parent-metadata-16.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-as-parent-metadata/16.0.0.Final/jboss-as-parent-metadata-16.0.0.Final.pom (18 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/metadata/jboss-metadata-common/16.0.0.Final/jboss-metadata-common-16.0.0.Final.pom (4.0 kB at 190 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 14 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 19 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 21 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 44 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 25 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 22 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 7.3 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 16 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 13 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 106 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 16 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 721 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/junit/junit-bom/5.10.2/junit-bom-5.10.2.pom (5.6 kB at 314 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 224 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 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.4/resteasy-reactive-common-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common/3.8.4/resteasy-reactive-common-3.8.4.pom (2.3 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/3.8.4/resteasy-reactive-common-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-parent/3.8.4/resteasy-reactive-common-parent-3.8.4.pom (763 B at 12 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 27 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 88 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 44 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 572 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 1.7 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 45 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 138 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 22 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 42 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 19 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 151 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 955 kB/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 434 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/platform/jakartaee-api-parent/10.0.0/jakartaee-api-parent-10.0.0.pom (15 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.20/jetty-bom-11.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/jetty/jetty-bom/11.0.20/jetty-bom-11.0.20.pom (19 kB at 855 kB/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 365 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 116 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 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.7/microprofile-parent-2.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/microprofile-parent/2.7/microprofile-parent-2.7.pom (50 kB at 3.0 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 21 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 18 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 92 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 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.pom (713 B at 21 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 17 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 26 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 95 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 12 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 15 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 12 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 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-pubsub-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 13 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 7.9 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 6.6 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 88 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 13 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 80 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 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.8.4/quarkus-netty-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-netty-deployment/3.8.4/quarkus-netty-deployment-3.8.4.jar (16 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-deployment/3.8.4/quarkus-virtual-threads-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-virtual-threads-deployment/3.8.4/quarkus-virtual-threads-deployment-3.8.4.jar (4.4 kB at 141 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 338 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.8.4/quarkus-mutiny-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-deployment/3.8.4/quarkus-mutiny-deployment-3.8.4.jar (4.1 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.8.4/quarkus-vertx-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-deployment/3.8.4/quarkus-vertx-deployment-3.8.4.jar (47 kB at 1.3 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 82 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 360 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.8.4/quarkus-config-yaml-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-config-yaml-deployment/3.8.4/quarkus-config-yaml-deployment-3.8.4.jar (4.8 kB at 9.7 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 33 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 52 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 26 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 797 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/router/1.7.5/router-1.7.5.jar (248 kB at 15 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 431 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 38 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-usage-statistics/2.1.2/vaadin-usage-statistics-2.1.2.jar (11 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/at/vaadin/vaadin-development-mode-detector/2.0.6/vaadin-development-mode-detector-2.0.6.jar (2.8 kB at 237 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 12 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.3 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 54 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 1.7 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 15 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 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mvnpm/lit-html/3.1.2/lit-html-3.1.2.jar (572 kB at 18 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 524 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.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 51 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 320 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 888 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 20 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 64 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 28 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 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.4/quarkus-vertx-http-dev-ui-resources-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-vertx-http-dev-ui-resources/3.8.4/quarkus-vertx-http-dev-ui-resources-3.8.4.jar (704 kB at 9.1 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 334 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 4.8 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 210 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 7.7 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 860 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.2.1.Final/quarkus-http-http-core-5.2.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-http-core/5.2.1.Final/quarkus-http-http-core-5.2.1.Final.jar (39 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/http/quarkus-http-core/5.2.1.Final/quarkus-http-core-5.2.1.Final.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 19 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 21 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 18 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 27 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 17 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 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.8.4/quarkus-micrometer-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-micrometer-deployment/3.8.4/quarkus-micrometer-deployment-3.8.4.jar (71 kB at 1.8 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 272 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 264 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 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.8.4/quarkus-agroal-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-agroal-spi/3.8.4/quarkus-agroal-spi-3.8.4.jar (5.7 kB at 180 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 45 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 80 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 529 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-zero-flow-adapters/1.0.0/mutiny-zero-flow-adapters-1.0.0.jar (14 kB at 626 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 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.4/resteasy-reactive-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive/3.8.4/resteasy-reactive-3.8.4.jar (525 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.4/resteasy-reactive-common-processor-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-common-processor/3.8.4/resteasy-reactive-common-processor-3.8.4.jar (128 kB at 2.5 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 4.0 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 258 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 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.8.4/quarkus-smallrye-health-spi-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-smallrye-health-spi/3.8.4/quarkus-smallrye-health-spi-3.8.4.jar (3.5 kB at 60 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 8.0 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 9.5 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 60 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 2.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 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/strimzi/strimzi-test-container/0.100.0/strimzi-test-container-0.100.0.jar (26 kB at 271 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-junit4-mock/3.8.4/quarkus-junit4-mock-3.8.4.jar (4.1 kB at 136 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 461 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 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.8.4/quarkus-kafka-client-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-kafka-client-deployment/3.8.4/quarkus-kafka-client-deployment-3.8.4.jar (52 kB at 298 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.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 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.8.4/quarkus-caffeine-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-caffeine-deployment/3.8.4/quarkus-caffeine-deployment-3.8.4.jar (11 kB at 331 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 32 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 36 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 4.8 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 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.8.0/quarkus-google-cloud-common-deployment-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkiverse/googlecloudservices/quarkus-google-cloud-common-deployment/2.8.0/quarkus-google-cloud-common-deployment-2.8.0.jar (4.6 kB at 11 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 40 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 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.8.4/quarkus-bom-quarkus-platform-properties-3.8.4.properties [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/platform/quarkus-bom-quarkus-platform-properties/3.8.4/quarkus-bom-quarkus-platform-properties-3.8.4.properties (731 B at 16 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 6.0 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5076ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/hono-adapter-amqp-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/jacoco.exec [INFO] Analyzed bundle 'Hono AMQP Adapter' with 13 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/jacoco.exec [INFO] Analyzed bundle 'hono-adapter-amqp' with 13 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-coap >----------------- [INFO] Building Hono CoAP Adapter 2.6.0-SNAPSHOT [36/64] [INFO] from adapters/coap/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-core/3.11.0/californium-core-3.11.0.pom (3.3 kB at 48 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 117 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 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/californium/californium-legal/3.11.0/californium-legal-3.11.0.pom (943 B at 17 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 68 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 53 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/element-connector/3.11.0/element-connector-3.11.0.jar (366 kB at 7.2 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 720 kB/s) [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 5.3 MB/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 5.7 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-coap --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 27 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-coap --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-coap --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-coap --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-coap --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:21:41,647 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$HdETG3ZU] 2024-05-23 00:21:41,659 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$nFwhIIYm] 2024-05-23 00:21:41,662 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$5Yer6AiO] 2024-05-23 00:21:41,674 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) creating new CoAP server 2024-05-23 00:21:41,839 INFO [org.ecl.cal.ele.con.Configuration] (ForkJoinPool-1-worker-3) defaults added COAP. 2024-05-23 00:21:41,844 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) not creating insecure endpoint: not implemented 2024-05-23 00:21:41,848 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$1] (ForkJoinPool-1-worker-3) adding resource to CoAP server [name: test] 2024-05-23 00:21:41,858 INFO [org.ecl.cal.cor.CoapServer] (vert.x-worker-thread-0) Starting server [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.899 s - in org.eclipse.hono.adapter.coap.TracingSupportingHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.TelemetryResourceTest 2024-05-23 00:21:42,948 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$HdETG3ZU] 2024-05-23 00:21:42,949 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$nFwhIIYm] 2024-05-23 00:21:43,159 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$HdETG3ZU] 2024-05-23 00:21:43,160 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$nFwhIIYm] 2024-05-23 00:21:43,160 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$5Yer6AiO] 2024-05-23 00:21:43,226 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$HdETG3ZU] 2024-05-23 00:21:43,228 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$nFwhIIYm] 2024-05-23 00:21:43,229 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$5Yer6AiO] 2024-05-23 00:21:43,243 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) reporting metrics using [org.eclipse.hono.adapter.coap.CoapAdapterMetrics$MockitoMock$HdETG3ZU] 2024-05-23 00:21:43,244 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$nFwhIIYm] 2024-05-23 00:21:43,444 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$5Yer6AiO] 2024-05-23 00:21:43,445 INFO [org.ecl.hon.ada.coa.AbstractVertxBasedCoapAdapterTest$3] (ForkJoinPool-1-worker-3) adding resource to CoAP server [name: test] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.203 s - in org.eclipse.hono.adapter.coap.AbstractVertxBasedCoapAdapterTest [INFO] Running org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.412 s - in org.eclipse.hono.adapter.coap.CoapContextTest [INFO] Running org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.706 s - in org.eclipse.hono.adapter.coap.AbstractHonoResourceTest [INFO] Running org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.hono.adapter.coap.CommandResponseResourceTest [INFO] Running org.eclipse.hono.adapter.coap.HonoRootResourceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 s - in org.eclipse.hono.adapter.coap.EventResourceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.482 s - in org.eclipse.hono.adapter.coap.TelemetryResourceTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.adapter.coap.HonoRootResourceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 67, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-coap --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-coap --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-coap --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-coap --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5619ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-coap --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/hono-adapter-coap-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-coap --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/jacoco.exec [INFO] Analyzed bundle 'Hono CoAP Adapter' with 28 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-coap --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/jacoco.exec [INFO] Analyzed bundle 'hono-adapter-coap' with 28 classes [INFO] All coverage checks have been met. [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-http-base >--------------- [INFO] Building Hono HTTP Adapter base 2.6.0-SNAPSHOT [37/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-http-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/src/main/java/org/eclipse/hono/adapter/http/AbstractVertxBasedHttpProtocolAdapter.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-http-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-http-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-http-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/src/test/java/org/eclipse/hono/adapter/http/X509AuthHandlerTest.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-http-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:22:05,302 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:05,333 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:05,448 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.NoopResourceLimitChecks] 2024-05-23 00:22:05,457 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) vert.x uses native transport: false 2024-05-23 00:22:05,652 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:05,653 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:05,854 WARN [io.ver.ext.web.imp.RouteState] (vert.x-eventloop-thread-0) Cannot add [BODY] handler to route with [AUTHENTICATION] handler at index 0 2024-05-23 00:22:05,857 WARN [io.ver.ext.web.imp.RouteState] (vert.x-eventloop-thread-0) Cannot add [BODY] handler to route with [AUTHENTICATION] handler at index 0 2024-05-23 00:22:05,858 WARN [io.ver.ext.web.imp.RouteState] (vert.x-eventloop-thread-0) Cannot add [BODY] handler to route with [AUTHENTICATION] handler at index 0 2024-05-23 00:22:06,041 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:06,042 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.679 s - in org.eclipse.hono.adapter.http.HonoBasicAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.http.JwtAuthHandlerTest 2024-05-23 00:22:07,166 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) insecure http server listening on 127.0.0.1:36473 2024-05-23 00:22:07,255 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,256 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,349 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,349 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,364 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,364 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,437 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,438 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,446 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForNotSupportedQoSLevel(VertxTestContext)] 2024-05-23 00:22:07,449 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,467 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,467 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,540 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,541 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,556 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,557 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,638 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,638 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,652 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,652 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,664 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,665 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,665 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$WOcPyUAq] 2024-05-23 00:22:07,666 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:22:07,667 ERROR [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) error while starting up insecure http server: io.vertx.core.impl.NoStackTraceThrowable: http server intentionally failed to start 2024-05-23 00:22:07,731 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,732 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,933 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,934 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,948 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,948 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,961 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:07,961 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:07,972 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:08,027 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:08,029 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$WOcPyUAq] 2024-05-23 00:22:08,030 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:22:08,031 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) insecure http server listening on ?:8080 2024-05-23 00:22:08,038 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:08,039 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:08,050 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:08,050 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:08,051 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$WOcPyUAq] 2024-05-23 00:22:08,051 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:22:08,052 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) insecure http server listening on ?:8080 2024-05-23 00:22:08,058 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:08,058 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:08,068 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$HAgjPfYU] 2024-05-23 00:22:08,068 INFO [org.ecl.hon.ada.htt.AbstractVertxBasedHttpProtocolAdapterTest$1] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.237 s - in org.eclipse.hono.adapter.http.AbstractVertxBasedHttpProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.http.X509AuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.hono.adapter.http.X509AuthHandlerTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.464 s - in org.eclipse.hono.adapter.http.JwtAuthHandlerTest 2024-05-23 00:22:10,259 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForExistingCommandResponseLinkResultsInAccepted(VertxTestContext)] 2024-05-23 00:22:10,263 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,344 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /command/res/DEFAULT_TENANT/device_1/12fcmd-client-c925910f-ea2a-455c-a3f9-a339171f335474f48a55-c60d-4b99-8950-a2fbb9e8f1b6] 2024-05-23 00:22:10,349 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,360 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /command/res//device_1/12fcmd-client-c925910f-ea2a-455c-a3f9-a339171f335474f48a55-c60d-4b99-8950-a2fbb9e8f1b6] 2024-05-23 00:22:10,363 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,372 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /event/DEFAULT_TENANT/device_1] 2024-05-23 00:22:10,375 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,385 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /event//device_1] 2024-05-23 00:22:10,387 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,397 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /telemetry/DEFAULT_TENANT/device_1] 2024-05-23 00:22:10,399 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,436 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /telemetry//device_1] 2024-05-23 00:22:10,440 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,450 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySendsMessageDownstream(VertxTestContext)] 2024-05-23 00:22:10,454 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,464 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForMissingCommandStatusIdResultsIn400(VertxTestContext)] 2024-05-23 00:22:10,468 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,479 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForInvalidCommandStatusIdResultsIn400(VertxTestContext)] 2024-05-23 00:22:10,482 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,488 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySucceedsForValidCredentials(VertxTestContext)] 2024-05-23 00:22:10,491 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,497 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostEventSendsMessageDownstream(VertxTestContext)] 2024-05-23 00:22:10,526 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,537 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForNotExistingCommandResponseLinkResultsIn503(VertxTestContext)] 2024-05-23 00:22:10,539 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,548 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryWithTtdSucceedsWithCommandInResponse(VertxTestContext)] 2024-05-23 00:22:10,552 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,731 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForUnreachableCredentialsService(VertxTestContext)] 2024-05-23 00:22:10,738 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,761 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /telemetry, 404] 2024-05-23 00:22:10,765 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,777 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /telemetry/DEFAULT_TENANT, 404] 2024-05-23 00:22:10,780 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,788 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /telemetry/DEFAULT_TENANT/, 404] 2024-05-23 00:22:10,791 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,799 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /telemetry/NON_MATCHING_TENANT/device_1, 403] 2024-05-23 00:22:10,801 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,834 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /event, 404] 2024-05-23 00:22:10,836 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,846 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /event/DEFAULT_TENANT, 404] 2024-05-23 00:22:10,848 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,856 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /event/DEFAULT_TENANT/, 404] 2024-05-23 00:22:10,858 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,865 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /event/NON_MATCHING_TENANT/device_1, 403] 2024-05-23 00:22:10,867 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,878 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[1] /command/res/DEFAULT_TENANT/device_1, 404] 2024-05-23 00:22:10,880 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,887 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[2] /command/res/DEFAULT_TENANT, 404] 2024-05-23 00:22:10,889 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,897 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[3] /command/res/DEFAULT_TENANT/, 404] 2024-05-23 00:22:10,899 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,926 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [[4] /command/res/NON_MATCHING_TENANT/device_1/req-id, 403] 2024-05-23 00:22:10,930 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,938 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryWithTtdFailsWhenMessageCantBeSent(VertxTestContext)] 2024-05-23 00:22:10,940 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,951 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForMissingBasicAuthHeader(VertxTestContext)] 2024-05-23 00:22:10,953 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,959 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetryFailsForInvalidCredentials(VertxTestContext)] 2024-05-23 00:22:10,961 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,967 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostTelemetrySucceedsForQoS1(VertxTestContext)] 2024-05-23 00:22:10,969 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:10,977 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapterTest] (ForkJoinPool-1-worker-1) running test case [testPostCmdResponseForInvalidCommandRequestIdResultsIn400(VertxTestContext)] 2024-05-23 00:22:10,978 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (ForkJoinPool-1-worker-1) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$apC2y0Jx] 2024-05-23 00:22:11,026 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) stopping protocol adapter 2024-05-23 00:22:11,028 INFO [org.ecl.hon.ada.htt.imp.VertxBasedHttpProtocolAdapter] (vert.x-eventloop-thread-0) successfully stopped protocol adapter [INFO] Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.207 s - in org.eclipse.hono.adapter.http.impl.VertxBasedHttpProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 68, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-http-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-http-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/hono-adapter-http-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-http-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/jacoco.exec [INFO] Analyzed bundle 'Hono HTTP Adapter base' with 15 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-http-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/jacoco.exec [INFO] Analyzed bundle 'hono-adapter-http-base' with 15 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-http >----------------- [INFO] Building Hono HTTP Adapter 2.6.0-SNAPSHOT [38/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-http --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-http --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-http --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-http --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-http --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-http --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-http --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-http --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/hono-adapter-http-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-http --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/http/target/hono-adapter-http-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-http --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 6121ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-http --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/hono-adapter-http-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-http --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-http --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/jacoco.exec [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-lora >----------------- [INFO] Building Hono Lora Adapter 2.6.0-SNAPSHOT [39/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-lora --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-lora --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-lora --- [INFO] Copying 20 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-lora --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-lora --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.lora.LoraProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:22:33,574 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:33,626 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] 2024-05-23 00:22:34,627 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:34,627 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.484 s - in org.eclipse.hono.adapter.lora.providers.ThingsNetworkProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.409 s - in org.eclipse.hono.adapter.lora.providers.ActilityEnterpriseProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.TheThingsStackProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.adapter.lora.providers.ActilityWirelessProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest 2024-05-23 00:22:35,427 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:35,427 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 s - in org.eclipse.hono.adapter.lora.providers.TheThingsStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ChirpStackV4ProviderTest 2024-05-23 00:22:35,444 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:35,444 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.ProximusProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.hono.adapter.lora.providers.ChirpStackV4ProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 s - in org.eclipse.hono.adapter.lora.providers.OrbiwiseProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.hono.adapter.lora.providers.EverynetProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.adapter.lora.providers.ObjeniousProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.MultiTechProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.adapter.lora.providers.FireflyProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.hono.adapter.lora.providers.LoriotProviderTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderCustomContentTypeTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 s - in org.eclipse.hono.adapter.lora.providers.LoraUtilsTest [INFO] Running org.eclipse.hono.adapter.lora.providers.LiveObjectsProviderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderCustomContentTypeTest [INFO] Running org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.adapter.lora.providers.LiveObjectsProviderTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 s - in org.eclipse.hono.adapter.lora.providers.KerlinkProviderTest 2024-05-23 00:22:36,313 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:36,313 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] 2024-05-23 00:22:36,376 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:36,377 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] 2024-05-23 00:22:36,431 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:36,431 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] 2024-05-23 00:22:36,443 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:36,443 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] 2024-05-23 00:22:36,455 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:36,455 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] 2024-05-23 00:22:36,503 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.http.HttpAdapterMetrics$MockitoMock$BaLpu1KG] 2024-05-23 00:22:36,503 INFO [org.ecl.hon.ada.lor.LoraProtocolAdapter] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$EXC07DY1] [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.758 s - in org.eclipse.hono.adapter.lora.LoraProtocolAdapterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 47, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-lora --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-lora --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-lora --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:31: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_CHANNEL = "Channel"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:33: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_DEV_ALTITUDE = "DevAlt"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:34: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_DEV_LATITUDE = "DevLAT"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:35: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_DEV_LONGITUDE = "DevLON"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:32: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_FPORT = "FPort"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:36: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_FRAME_COUNT_UPLINK = "FCntUp"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:37: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR = "Lrr"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:38: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_ID = "Lrrid"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:39: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_LATITUDE = "LrrLAT"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:40: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_LONGITUDE = "LrrLON"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:41: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_RSSI = "LrrRSSI"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:42: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRR_SNR = "LrrSNR"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:43: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_LRRS = "Lrrs"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:44: warning: no comment [WARNING] protected static final String FIELD_ACTILITY_SPREADING_FACTOR = "SpFact"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:118: warning: no comment [WARNING] protected abstract LoraMetaData extractMetaData(JsonObject rootObject); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/src/main/java/org/eclipse/hono/adapter/lora/providers/ActilityBaseProvider.java:49: warning: no comment [WARNING] protected Optional getRootObject(final JsonObject loraMessage) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-lora --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5858ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-lora --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/hono-adapter-lora-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-lora --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/jacoco.exec [INFO] Analyzed bundle 'Hono Lora Adapter' with 34 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-lora --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/jacoco.exec [INFO] Analyzed bundle 'hono-adapter-lora' with 34 classes [INFO] All coverage checks have been met. [INFO] [INFO] --------------< org.eclipse.hono:hono-adapter-mqtt-base >--------------- [INFO] Building Hono MQTT Adapter base 2.6.0-SNAPSHOT [40/64] [INFO] from adapters/mqtt-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.5.7/vertx-mqtt-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mqtt/4.5.7/vertx-mqtt-4.5.7.pom (4.0 kB at 11 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 38 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 935 kB/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 724 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-mqtt-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-mqtt-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-mqtt-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-mqtt-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-mqtt-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.73 s - in org.eclipse.hono.adapter.mqtt.CommandSubscriptionTest [INFO] Running org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.73 s - in org.eclipse.hono.adapter.mqtt.ConnectPacketAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest 2024-05-23 00:22:57,961 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:58,030 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] [INFO] Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.eclipse.hono.adapter.mqtt.ErrorSubscriptionTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.014 s - in org.eclipse.hono.adapter.mqtt.impl.VertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.JwtAuthHandlerTest [INFO] Running org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest 2024-05-23 00:22:58,468 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:58,468 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:22:59,448 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:59,449 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:22:59,534 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:59,535 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:22:59,566 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:59,567 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:22:59,636 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:59,636 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:22:59,647 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:59,648 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:22:59,648 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$yeOVpODH] 2024-05-23 00:22:59,760 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:22:59,766 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:22:59,767 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:22:59,769 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:22:59,837 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:22:59,837 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,042 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:23:00,042 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2024-05-23 00:23:00,043 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:23:00,043 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:23:00,043 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:23:00,157 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,158 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,168 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,169 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,244 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,245 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,256 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,256 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,266 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,267 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,335 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,335 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,338 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:23:00,338 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2024-05-23 00:23:00,339 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:23:00,339 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:23:00,339 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:23:00,348 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,348 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,350 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:23:00,351 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2024-05-23 00:23:00,351 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:23:00,351 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:23:00,352 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:23:00,353 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) closing insecure MQTT server ... 2024-05-23 00:23:00,363 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,363 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,365 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:23:00,366 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2024-05-23 00:23:00,366 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:23:00,366 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:23:00,367 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:23:00,432 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,433 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,442 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,442 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,450 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,451 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,458 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,458 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,483 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,483 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,549 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,549 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,558 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,558 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,568 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,569 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,571 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:23:00,572 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2024-05-23 00:23:00,572 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:23:00,572 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:23:00,573 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:23:00,641 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,641 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,650 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,651 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,659 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,659 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,662 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '' is invalid, reason: empty or starts with a '/' 2024-05-23 00:23:00,662 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '' is invalid, reason: empty or starts with a '/' 2024-05-23 00:23:00,668 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,668 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,676 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,676 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,730 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,731 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,734 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:23:00,734 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2024-05-23 00:23:00,734 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:23:00,735 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:23:00,735 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:23:00,743 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,743 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,752 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,752 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,759 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,759 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,768 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,769 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,776 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,777 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,838 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,838 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,938 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,938 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,946 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,946 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,946 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using ResourceLimitChecks [org.eclipse.hono.adapter.resourcelimits.ResourceLimitChecks$MockitoMock$yeOVpODH] 2024-05-23 00:23:00,947 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) limiting size of inbound message payload to 2048 bytes 2024-05-23 00:23:00,947 WARN [org.ecl.hon.ada.lim.DefaultConnectionLimitManager] (ForkJoinPool-1-worker-2) Configured connection limit 2147483647 is too high: Recommended is maximum 75530 (based on max. memory avail. for live data-set: 1610MB, memory required to start: 100MB) 2024-05-23 00:23:00,948 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) vert.x uses native transport: false 2024-05-23 00:23:00,948 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) Server uses standard insecure port 1883 2024-05-23 00:23:00,948 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) MQTT server running on 127.0.0.1:1883 2024-05-23 00:23:00,954 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,955 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] 2024-05-23 00:23:00,961 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) reporting metrics using [org.eclipse.hono.adapter.mqtt.MqttAdapterMetrics$MockitoMock$7YyGirB9] 2024-05-23 00:23:00,962 INFO [org.ecl.hon.ada.mqt.AbstractVertxBasedMqttProtocolAdapterTest$3] (ForkJoinPool-1-worker-2) using Command Router client [org.eclipse.hono.client.command.CommandRouterClient$MockitoMock$G9rb9qbY] [INFO] Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.886 s - in org.eclipse.hono.adapter.mqtt.AbstractVertxBasedMqttProtocolAdapterTest [INFO] Running org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.094 s - in org.eclipse.hono.adapter.mqtt.MqttContextTest [INFO] Running org.eclipse.hono.adapter.mqtt.PropertyBagTest 2024-05-23 00:23:01,236 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/?' is invalid, reason: empty or starts with a '/' 2024-05-23 00:23:01,237 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/?test=1' is invalid, reason: empty or starts with a '/' 2024-05-23 00:23:01,238 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/test' is invalid, reason: empty or starts with a '/' 2024-05-23 00:23:01,239 INFO [org.ecl.hon.ada.mqt.PropertyBag] (ForkJoinPool-1-worker-2) The provided topic '/' is invalid, reason: empty or starts with a '/' [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 s - in org.eclipse.hono.adapter.mqtt.PropertyBagTest [INFO] Running org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.269 s - in org.eclipse.hono.adapter.mqtt.X509AuthHandlerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.409 s - in org.eclipse.hono.adapter.mqtt.JwtAuthHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.401 s - in org.eclipse.hono.adapter.mqtt.impl.HttpBasedMessageMappingTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 146, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-mqtt-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-mqtt-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/hono-adapter-mqtt-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-mqtt-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/jacoco.exec [INFO] Analyzed bundle 'Hono MQTT Adapter base' with 22 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-mqtt-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/jacoco.exec [INFO] Analyzed bundle 'hono-adapter-mqtt-base' with 22 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:hono-adapter-mqtt >----------------- [INFO] Building Hono MQTT Adapter 2.6.0-SNAPSHOT [41/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-mqtt --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-mqtt --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-mqtt --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-mqtt --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-mqtt --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-mqtt --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-mqtt --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-mqtt --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-mqtt --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5832ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-mqtt --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/hono-adapter-mqtt-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-mqtt --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-mqtt --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/jacoco.exec [INFO] [INFO] ----------------< org.eclipse.hono:hono-adapter-sigfox >---------------- [INFO] Building Hono Sigfox Adapter 2.6.0-SNAPSHOT [42/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-adapter-sigfox --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-adapter-sigfox --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-adapter-sigfox --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-adapter-sigfox --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-adapter-sigfox --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-adapter-sigfox --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-adapter-sigfox --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-adapter-sigfox --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-adapter-sigfox --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-adapter-sigfox --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 4294ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-adapter-sigfox --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/hono-adapter-sigfox-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-adapter-sigfox --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-adapter-sigfox --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.hono:hono-client-device-amqp >-------------- [INFO] Building Hono Client Device AMQP 2.6.0-SNAPSHOT [43/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-device-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-device-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-device-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-device-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-device-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.client.device.amqp.impl.TelemetrySenderTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.ProtonBasedAmqpAdapterClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.81 s - in org.eclipse.hono.client.device.amqp.impl.ProtonBasedAmqpAdapterClientTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.AmqpAdapterClientCommandConsumerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 s - in org.eclipse.hono.client.device.amqp.impl.AmqpAdapterClientCommandConsumerTest [INFO] Running org.eclipse.hono.client.device.amqp.impl.CommandResponderTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 s - in org.eclipse.hono.client.device.amqp.impl.CommandResponderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.046 s - in org.eclipse.hono.client.device.amqp.impl.TelemetrySenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-device-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-device-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-device-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-device-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client Device AMQP' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-device-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-device-amqp' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] --------------< org.eclipse.hono:hono-client-application >-------------- [INFO] Building Hono Client for Business Applications 2.6.0-SNAPSHOT [44/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.TimeUntilDisconnectNotificationTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.hono.application.client.TimeUntilDisconnectNotificationTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/hono-client-application-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/hono-client-application-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/hono-client-application-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client for Business Applications' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-application --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-application' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-amqp >------------ [INFO] Building Hono Client for Business Applications (AMQP) 2.6.0-SNAPSHOT [45/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-application-amqp --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-amqp --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-amqp --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-amqp --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 4 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application-amqp --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedApplicationClientTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.693 s - in org.eclipse.hono.application.client.amqp.ProtonBasedApplicationClientTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.77 s - in org.eclipse.hono.application.client.amqp.ProtonBasedCommandSenderTest [INFO] Running org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.087 s - in org.eclipse.hono.application.client.amqp.ProtonBasedDownstreamMessageTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.eclipse.hono.application.client.amqp.ProtonBasedRequestResponseCommandClientTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-amqp --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application-amqp --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-amqp --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client for Business Applications (AMQP)' with 6 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-application-amqp --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-application-amqp' with 6 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------< org.eclipse.hono:hono-client-application-kafka >----------- [INFO] Building Hono Client for Business Applications (Kafka) 2.6.0-SNAPSHOT [46/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-client-application-kafka --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 7 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-client-application-kafka --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-client-application-kafka --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-client-application-kafka --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-client-application-kafka --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 00:23:53.064 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.169 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.239 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.260 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.330 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.346 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.364 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.434 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:53.456 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.619 s - in org.eclipse.hono.application.client.kafka.impl.KafkaApplicationClientImplTest [INFO] Running org.eclipse.hono.application.client.kafka.impl.KafkaBasedCommandSenderTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.907 s - in org.eclipse.hono.application.client.kafka.KafkaMessagePropertiesTest 00:23:54.154 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:54.169 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - subscription topic doesn't exist as of now: hono.command_response.d8078976-9e57-4b81-a974-bfa964d32e48 [client-id: command_response-hono-nightly-sonar-pipeline-901-sg2wv-l961j-j5d1h_8455c5e3dabf_21] 00:23:54.359 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully 00:23:54.374 [vert.x-eventloop-thread-0] WARN o.e.h.a.c.k.i.KafkaBasedCommandSender - response message has no status code header [tenant ID: 6a083d28-d853-458a-8940-e21b24a6d73f, device ID: 7a01b401-16ca-4989-b6fc-321abb83d671, correlation ID: c1d522a9-89d2-4adf-ac79-17880319eedb] 00:23:54.375 [vert.x-eventloop-thread-0] INFO o.e.h.c.k.consumer.HonoKafkaConsumer - Kafka consumer stopped successfully [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - in org.eclipse.hono.application.client.kafka.impl.KafkaBasedCommandSenderTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 18, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-client-application-kafka --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-client-application-kafka --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-client-application-kafka --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-client-application-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/jacoco.exec [INFO] Analyzed bundle 'Hono Client for Business Applications (Kafka)' with 7 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-client-application-kafka --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/jacoco.exec [INFO] Analyzed bundle 'hono-client-application-kafka' with 7 classes [INFO] All coverage checks have been met. [INFO] [INFO] ---------------------< org.eclipse.hono:hono-cli >---------------------- [INFO] Building Hono command-line interface 2.6.0-SNAPSHOT [47/64] [INFO] from cli/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.pom (2.5 kB at 6.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-parent/3.8.4/quarkus-picocli-parent-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-parent/3.8.4/quarkus-picocli-parent-3.8.4.pom (735 B at 3.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.pom (1.4 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.pom (1.7 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.pom (18 kB at 444 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.23.0/jline-parent-3.23.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline-parent/3.23.0/jline-parent-3.23.0.pom (31 kB at 757 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom (1.5 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.7.5/picocli-4.7.5.jar (415 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar (221 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli-shell-jline3/4.7.4/picocli-shell-jline3-4.7.4.jar (10 kB at 78 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jline/jline/3.23.0/jline-3.23.0.jar (1.1 MB at 8.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli/3.8.4/quarkus-picocli-3.8.4.jar (13 kB at 62 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-cli --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-cli --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-cli --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-cli --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 13 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-cli --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/cli/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-cli --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/cli/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-cli --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 1 source file with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-cli --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.cli.util.StringVariableConverterTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.12 s - in org.eclipse.hono.cli.util.StringVariableConverterTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-cli --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/cli/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-cli --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/cli/target/hono-cli-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-cli --- [INFO] Skipping javadoc generation [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ hono-cli --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.pom (2.1 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-picocli-deployment/3.8.4/quarkus-picocli-deployment-3.8.4.jar (15 kB at 50 kB/s) [INFO] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Building uber jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/cli/target/hono-cli-2.6.0-SNAPSHOT-exec.jar [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [org.eclipse.parsson:parsson::jar:1.1.5[paths: /home/jenkins/.m2/repository/org/eclipse/parsson/parsson/1.1.5/parsson-1.1.5.jar;], org.eclipse.parsson:jakarta.json::jar:1.1.5[paths: /home/jenkins/.m2/repository/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar;]] contain duplicate files, e.g. org/eclipse/parsson/JsonWriterImpl.class [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [io.fabric8:kubernetes-model-resource::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar;], io.fabric8:kubernetes-model-storageclass::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar;], io.fabric8:kubernetes-model-gatewayapi::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar;], io.fabric8:kubernetes-model-discovery::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar;], io.fabric8:kubernetes-model-apiextensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar;], io.fabric8:kubernetes-model-networking::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar;], io.fabric8:kubernetes-model-node::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar;], io.fabric8:kubernetes-model-extensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar;], io.fabric8:kubernetes-model-apps::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-apps/6.10.0/kubernetes-model-apps-6.10.0.jar;], io.fabric8:kubernetes-model-events::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar;], io.fabric8:kubernetes-model-metrics::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar;], io.fabric8:kubernetes-model-batch::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar;], io.fabric8:kubernetes-model-admissionregistration::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar;], io.fabric8:kubernetes-model-autoscaling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar;], io.fabric8:kubernetes-model-coordination::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar;], io.fabric8:kubernetes-model-rbac::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar;], io.fabric8:kubernetes-model-policy::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar;], io.fabric8:kubernetes-model-core::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar;], io.fabric8:kubernetes-model-scheduling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar;], io.fabric8:kubernetes-model-certificates::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar;], io.fabric8:kubernetes-model-flowcontrol::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar;]] contain duplicate files, e.g. schema/validation-schema.json [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [jakarta.json:jakarta.json-api::jar:2.1.3[paths: /home/jenkins/.m2/repository/jakarta/json/jakarta.json-api/2.1.3/jakarta.json-api-2.1.3.jar;], org.eclipse.parsson:jakarta.json::jar:1.1.5[paths: /home/jenkins/.m2/repository/org/eclipse/parsson/jakarta.json/1.1.5/jakarta.json-1.1.5.jar;]] contain duplicate files, e.g. jakarta/json/JsonMergePatch.class [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [org.eclipse.hono:hono-client-common::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/hono-client-common-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-amqp-connection::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/hono-client-amqp-connection-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-command::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/hono-client-command-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-kafka-common::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/hono-client-kafka-common-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-application-amqp::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/hono-client-application-amqp-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-application::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/hono-client-application-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-command-amqp::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/hono-client-command-amqp-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-registry::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/hono-client-registry-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-core::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/hono-core-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-amqp-common::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/hono-client-amqp-common-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-application-kafka::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/hono-client-application-kafka-2.6.0-SNAPSHOT.jar;], org.eclipse.hono:hono-client-device-amqp::jar:2.6.0-SNAPSHOT[paths: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/hono-client-device-amqp-2.6.0-SNAPSHOT.jar;]] contain duplicate files, e.g. META-INF/legal/LICENSE.re2j.txt [WARNING] [io.quarkus.deployment.pkg.steps.JarResultBuildStep] Dependencies with duplicate files detected. The dependencies [io.fabric8:kubernetes-model-resource::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-resource/6.10.0/kubernetes-model-resource-6.10.0.jar;], io.fabric8:kubernetes-model-storageclass::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-storageclass/6.10.0/kubernetes-model-storageclass-6.10.0.jar;], io.fabric8:kubernetes-model-gatewayapi::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-gatewayapi/6.10.0/kubernetes-model-gatewayapi-6.10.0.jar;], io.fabric8:kubernetes-model-discovery::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-discovery/6.10.0/kubernetes-model-discovery-6.10.0.jar;], io.fabric8:kubernetes-model-apiextensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-apiextensions/6.10.0/kubernetes-model-apiextensions-6.10.0.jar;], io.fabric8:kubernetes-model-networking::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-networking/6.10.0/kubernetes-model-networking-6.10.0.jar;], io.fabric8:kubernetes-model-node::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-node/6.10.0/kubernetes-model-node-6.10.0.jar;], io.fabric8:kubernetes-model-extensions::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-extensions/6.10.0/kubernetes-model-extensions-6.10.0.jar;], io.fabric8:kubernetes-model-events::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-events/6.10.0/kubernetes-model-events-6.10.0.jar;], io.fabric8:kubernetes-model-metrics::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-metrics/6.10.0/kubernetes-model-metrics-6.10.0.jar;], io.fabric8:kubernetes-model-batch::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-batch/6.10.0/kubernetes-model-batch-6.10.0.jar;], io.fabric8:kubernetes-model-admissionregistration::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-admissionregistration/6.10.0/kubernetes-model-admissionregistration-6.10.0.jar;], io.fabric8:kubernetes-model-autoscaling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-autoscaling/6.10.0/kubernetes-model-autoscaling-6.10.0.jar;], io.fabric8:kubernetes-model-coordination::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-coordination/6.10.0/kubernetes-model-coordination-6.10.0.jar;], io.fabric8:kubernetes-model-rbac::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-rbac/6.10.0/kubernetes-model-rbac-6.10.0.jar;], io.fabric8:kubernetes-model-policy::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-policy/6.10.0/kubernetes-model-policy-6.10.0.jar;], io.fabric8:kubernetes-model-core::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-core/6.10.0/kubernetes-model-core-6.10.0.jar;], io.fabric8:kubernetes-model-scheduling::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-scheduling/6.10.0/kubernetes-model-scheduling-6.10.0.jar;], io.fabric8:kubernetes-model-certificates::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-certificates/6.10.0/kubernetes-model-certificates-6.10.0.jar;], io.fabric8:kubernetes-model-flowcontrol::jar:6.10.0[paths: /home/jenkins/.m2/repository/io/fabric8/kubernetes-model-flowcontrol/6.10.0/kubernetes-model-flowcontrol-6.10.0.jar;]] contain duplicate files, e.g. manifest.vm [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 10163ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-cli --- [INFO] Skipping source per configuration. [INFO] [INFO] -----------< org.eclipse.hono:client-device-connection-base >----------- [INFO] Building Device Connection client 2.6.0-SNAPSHOT [48/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-device-connection-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-device-connection-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ client-device-connection-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-device-connection-base --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-device-connection-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-device-connection-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceconnection.common.CommonCacheQuarkusPropertyBindingTest [INFO] Running org.eclipse.hono.deviceconnection.common.CacheBasedDeviceConnectionInfoTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 s - in org.eclipse.hono.deviceconnection.common.CommonCacheQuarkusPropertyBindingTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 38, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.606 s - in org.eclipse.hono.deviceconnection.common.CacheBasedDeviceConnectionInfoTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-device-connection-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ client-device-connection-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:57: warning: no comment [WARNING] public String getCacheName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:65: warning: no comment [WARNING] public String getCheckKey() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:73: warning: no comment [WARNING] public String getCheckValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:53: warning: no comment [WARNING] public void setCacheName(final String cacheName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:61: warning: no comment [WARNING] public void setCheckKey(final String checkKey) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/src/main/java/org/eclipse/hono/deviceconnection/common/CommonCacheConfig.java:69: warning: no comment [WARNING] public void setCheckValue(final String checkValue) { [WARNING] ^ [WARNING] 6 warnings [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/client-device-connection-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ client-device-connection-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/jacoco.exec [INFO] Analyzed bundle 'Device Connection client' with 3 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ client-device-connection-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/jacoco.exec [INFO] Analyzed bundle 'client-device-connection-base' with 3 classes [INFO] All coverage checks have been met. [INFO] [INFO] --------< org.eclipse.hono:client-device-connection-infinispan >-------- [INFO] Building Hotrod Device Connection client 2.6.0-SNAPSHOT [49/64] [INFO] from client-device-connection-infinispan/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.pom (4.0 kB at 11 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 694 kB/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 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/14.0.27.Final/infinispan-bom-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-bom/14.0.27.Final/infinispan-bom-14.0.27.Final.pom (25 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.pom (2.8 kB at 4.1 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 1.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.pom (4.6 kB at 11 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 89 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 30 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 328 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 7.6 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 26 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 92 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 24 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 8.0 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 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/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 25 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 4.7 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 15 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 11 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 8.3 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 10 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 11 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 16 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 22 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 13 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 5.8 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 16 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 19 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 13 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 9.8 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 29 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 22 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 18 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 19 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 6.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.3.Final/wildfly-elytron-security-manager-action-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-action/2.2.3.Final/wildfly-elytron-security-manager-action-2.2.3.Final.pom (1.7 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.3.Final/wildfly-elytron-sasl-gssapi-2.2.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.3.Final/wildfly-elytron-sasl-gssapi-2.2.3.Final.pom (3.4 kB at 21 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 9.7 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 18 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 14 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 21 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 17 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 22 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 3.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-core-jakarta/14.0.27.Final/infinispan-core-jakarta-14.0.27.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream/4.6.5.Final/protostream-4.6.5.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.29.1-GA/javassist-3.29.1-GA.jar (794 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/protostream/protostream-types/4.6.5.Final/protostream-types-4.6.5.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/protoparser/4.0.3/protoparser-4.0.3.jar (80 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/5.2.23.Final/jgroups-5.2.23.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-commons-jakarta/14.0.27.Final/infinispan-commons-jakarta-14.0.27.Final.jar (821 kB at 2.4 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/protostream/protostream-types/4.6.5.Final/protostream-types-4.6.5.Final.jar (118 kB at 263 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.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 816 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth-server/2.2.3.Final/wildfly-elytron-auth-server-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/infinispan/infinispan-client-hotrod-jakarta/14.0.27.Final/infinispan-client-hotrod-jakarta-14.0.27.Final.jar (710 kB at 983 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.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 3.2 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 7.7 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-sasl-digest/2.2.3.Final/wildfly-elytron-sasl-digest-2.2.3.Final.jar (36 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/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 373 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-credential/2.2.3.Final/wildfly-elytron-credential-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-auth/2.2.3.Final/wildfly-elytron-auth-2.2.3.Final.jar (13 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-base/2.2.3.Final/wildfly-elytron-base-2.2.3.Final.jar (32 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-credential/2.2.3.Final/wildfly-elytron-credential-2.2.3.Final.jar (139 kB at 137 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-permission/2.2.3.Final/wildfly-elytron-permission-2.2.3.Final.jar (63 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-provider-util/2.2.3.Final/wildfly-elytron-provider-util-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-keystore/2.2.3.Final/wildfly-elytron-keystore-2.2.3.Final.jar (49 kB at 39 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/2.2.3.Final/wildfly-elytron-x500-cert-2.2.3.Final.jar (69 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-provider-util/2.2.3.Final/wildfly-elytron-provider-util-2.2.3.Final.jar (16 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.3.Final/wildfly-elytron-mechanism-digest-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500-cert-util/2.2.3.Final/wildfly-elytron-x500-cert-util-2.2.3.Final.jar (8.1 kB at 6.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl/2.2.3.Final/wildfly-elytron-sasl-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-x500/2.2.3.Final/wildfly-elytron-x500-2.2.3.Final.jar (37 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-sasl/2.2.3.Final/wildfly-elytron-sasl-2.2.3.Final.jar (163 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-util/2.2.3.Final/wildfly-elytron-util-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-ssl/2.2.3.Final/wildfly-elytron-ssl-2.2.3.Final.jar (179 kB at 127 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/2.2.3.Final/wildfly-elytron-mechanism-2.2.3.Final.jar (39 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-http/2.2.3.Final/wildfly-elytron-http-2.2.3.Final.jar (35 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-asn1/2.2.3.Final/wildfly-elytron-asn1-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-digest/2.2.3.Final/wildfly-elytron-mechanism-digest-2.2.3.Final.jar (13 kB at 9.0 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-sasl-gs2/2.2.3.Final/wildfly-elytron-sasl-gs2-2.2.3.Final.jar (25 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-security-manager-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-util/2.2.3.Final/wildfly-elytron-util-2.2.3.Final.jar (35 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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 12 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-sasl-external/2.2.3.Final/wildfly-elytron-sasl-external-2.2.3.Final.jar (12 kB at 7.6 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-asn1/2.2.3.Final/wildfly-elytron-asn1-2.2.3.Final.jar (38 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-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-sasl-oauth2/2.2.3.Final/wildfly-elytron-sasl-oauth2-2.2.3.Final.jar (11 kB at 5.6 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-plain/2.2.3.Final/wildfly-elytron-sasl-plain-2.2.3.Final.jar (14 kB at 6.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-scram/2.2.3.Final/wildfly-elytron-mechanism-scram-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-sasl-gssapi/2.2.3.Final/wildfly-elytron-sasl-gssapi-2.2.3.Final.jar (28 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.3.Final/wildfly-elytron-password-impl-2.2.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-mechanism-oauth2/2.2.3.Final/wildfly-elytron-mechanism-oauth2-2.2.3.Final.jar (9.5 kB at 4.7 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-security-manager-action/2.2.3.Final/wildfly-elytron-security-manager-action-2.2.3.Final.jar (20 kB at 9.9 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/io/reactivex/rxjava3/rxjava/3.1.8/rxjava-3.1.8.jar (2.7 MB at 1.2 MB/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 12 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 7.8 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-password-impl/2.2.3.Final/wildfly-elytron-password-impl-2.2.3.Final.jar (102 kB at 47 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 29 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ client-device-connection-infinispan --- [INFO] Copying 3 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 6 source files with javac [debug release 17] to target/classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/InfinispanRemoteConfigurationProperties.java:[78,44] setTrustStorePath(java.lang.String) in org.infinispan.client.hotrod.impl.ConfigurationProperties has been deprecated and marked for removal [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ client-device-connection-infinispan --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ client-device-connection-infinispan --- [INFO] Copying 2 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ client-device-connection-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/test-classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/src/test/java/org/eclipse/hono/deviceconnection/infinispan/client/RemoteCacheQuarkusPropertyBindingTest.java:[74,37] getTrustStorePath() in org.infinispan.client.hotrod.impl.ConfigurationProperties has been deprecated and marked for removal [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ client-device-connection-infinispan --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.RemoteCacheQuarkusPropertyBindingTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest May 23, 2024 12:24:37 AM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.374 s - in org.eclipse.hono.deviceconnection.infinispan.client.RemoteCacheQuarkusPropertyBindingTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.054 s - in org.eclipse.hono.deviceconnection.infinispan.client.EmbeddedCacheTest [INFO] Running org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.hono.deviceconnection.infinispan.client.InfinispanRemoteConfigurationPropertiesTest [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.114 s - in org.eclipse.hono.deviceconnection.infinispan.client.HotrodCacheTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ client-device-connection-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ client-device-connection-infinispan --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:120: warning: no comment [WARNING] protected org.infinispan.commons.api.BasicCache getCache() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/src/main/java/org/eclipse/hono/deviceconnection/infinispan/client/BasicCache.java:116: warning: no comment [WARNING] protected void setCache(final org.infinispan.commons.api.BasicCache cache) { [WARNING] ^ [WARNING] 3 warnings [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ client-device-connection-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/client-device-connection-infinispan-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ client-device-connection-infinispan --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/jacoco.exec [INFO] Analyzed bundle 'Hotrod Device Connection client' with 5 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ client-device-connection-infinispan --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/jacoco.exec [INFO] Analyzed bundle 'client-device-connection-infinispan' with 5 classes [INFO] All coverage checks have been met. [INFO] [INFO] -------------------< org.eclipse.hono:hono-example >-------------------- [INFO] Building Hono Examples 2.6.0-SNAPSHOT [50/64] [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] ----------------< org.eclipse.hono:hono-example-client >---------------- [INFO] Building Hono Client Examples 2.6.0-SNAPSHOT [51/64] [INFO] from examples/hono-client-examples/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-example-client --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-example-client --- [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-example-client --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/hono-demo-certs-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/target/config/hono-demo-certs-jar with includes "*.pem,*.jks,*.p12" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-example-client --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-example-client --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 5 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-example-client --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-example-client --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-example-client --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-example-client --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-example-client --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/HonoExampleApplication.java:27: warning: no comment [WARNING] public static void main(final String[] args) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:75: warning: no comment [WARNING] public static final String HONO_CLIENT_PASSWORD = System.getProperty("password", "verysecret"); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:74: warning: no comment [WARNING] public static final String HONO_CLIENT_USER = System.getProperty("username", "consumer@HONO"); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:78: warning: no comment [WARNING] public static final Boolean SEND_ONE_WAY_COMMANDS = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:80: warning: no comment [WARNING] public static final Boolean USE_KAFKA = Boolean.valueOf(System.getProperty("kafka", "false")); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleApplicationBase.java:76: warning: no comment [WARNING] public static final Boolean USE_PLAIN_CONNECTION = [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/src/main/java/org/eclipse/hono/vertx/example/base/HonoExampleConstants.java:42: warning: no comment [WARNING] public static final String TENANT_ID = "DEFAULT_TENANT"; [WARNING] ^ [WARNING] 7 warnings [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-example-client --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/target/hono-example-client-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] -----------------< org.eclipse.hono:protocol-gateway >------------------ [INFO] Building Hono Protocol Gateway example 2.6.0-SNAPSHOT [52/64] [INFO] from examples/protocol-gateway-example/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ protocol-gateway --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ protocol-gateway --- [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ protocol-gateway --- [INFO] Copying 2 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ protocol-gateway --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ protocol-gateway --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ protocol-gateway --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ protocol-gateway --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ protocol-gateway --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ protocol-gateway --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- quarkus-maven-plugin:3.8.4:build (default) @ protocol-gateway --- [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 2038ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ protocol-gateway --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example/target/protocol-gateway-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] -------------------< org.eclipse.hono:hono-services >------------------- [INFO] Building Hono Services 2.6.0-SNAPSHOT [53/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/target/jacoco.exec [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-services --- [INFO] [SKIP] Cannot process fileset in directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-services --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-services --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-services --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/target/jacoco.exec [INFO] [INFO] ---------------< org.eclipse.hono:hono-services-parent >---------------- [INFO] Building Hono Services Parent 2.6.0-SNAPSHOT [54/64] [INFO] from services/parent/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/parent/target/jacoco.exec [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 309 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 9.2 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/Hono-Nightly-Sonar-Pipeline/services/parent/target/classes. Directory does not exist! [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-services-parent --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-services-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-services-parent --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/parent/target/jacoco.exec [INFO] [INFO] --------------< org.eclipse.hono:hono-service-auth-base >--------------- [INFO] Building Hono Auth base 2.6.0-SNAPSHOT [55/64] [INFO] from services/auth-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.8.4/quarkus-resteasy-reactive-jackson-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.8.4/quarkus-resteasy-reactive-jackson-3.8.4.pom (2.2 kB at 1.5 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 11 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 54 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 32 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 43 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 37 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 16 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 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson/3.8.4/quarkus-resteasy-reactive-jackson-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.8.4/quarkus-resteasy-reactive-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.8.4/quarkus-resteasy-reactive-common-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-vertx/3.8.4/resteasy-reactive-vertx-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common/3.8.4/quarkus-resteasy-reactive-jackson-common-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-common/3.8.4/quarkus-resteasy-reactive-common-3.8.4.jar (13 kB at 138 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/resteasy/reactive/resteasy-reactive-vertx/3.8.4/resteasy-reactive-vertx-3.8.4.jar (61 kB at 595 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 438 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/resteasy/reactive/resteasy-reactive-jackson/3.8.4/resteasy-reactive-jackson-3.8.4.jar (6.7 kB at 41 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive/3.8.4/quarkus-resteasy-reactive-3.8.4.jar (122 kB at 720 kB/s) [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 56 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-auth-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-auth-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_demo_certs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/hono-demo-certs-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/certs with includes "" and excludes "META-INF/**" [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-auth-base --- [INFO] Copying 3 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-auth-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-auth-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.authentication.SimpleAuthenticationServerTest [INFO] Running org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceOptionsTest [INFO] Running org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.393 s - in org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceOptionsTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:25:03,533 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.881 s - in org.eclipse.hono.authentication.SimpleAuthenticationServerTest 2024-05-23 00:25:05,748 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,790 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,793 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,828 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,831 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,846 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,848 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,861 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,863 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,885 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,887 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,928 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,932 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,945 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,947 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,957 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,959 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:05,969 ERROR [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) cannot load permissions from path [/no/such/path]: java.io.FileNotFoundException: no such file: /no/such/path at org.eclipse.hono.authentication.file.FileBasedAuthenticationService.lambda$load$3(FileBasedAuthenticationService.java:127) at io.vertx.core.impl.future.Composition.onSuccess(Composition.java:38) at io.vertx.core.impl.future.FutureBase.lambda$emitSuccess$0(FutureBase.java:60) at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:173) at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:166) at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:569) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) 2024-05-23 00:25:05,988 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:05,990 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:06,043 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:06,045 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:06,058 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:06,060 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN 2024-05-23 00:25:06,071 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) loading permissions from resource [target/test-classes/authentication-service-test-permissions.json] 2024-05-23 00:25:06,073 INFO [org.ecl.hon.aut.fil.FileBasedAuthenticationService] (vert.x-eventloop-thread-0) starting FileBasedAuthenticationService with support for SASL mechanisms: EXTERNAL, PLAIN [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.035 s - in org.eclipse.hono.authentication.file.FileBasedAuthenticationServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-auth-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-auth-base --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:40: warning: no comment [WARNING] AUTH_SERVICE("auth-service"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/src/main/java/org/eclipse/hono/authentication/AuthenticationServerMetrics.java:41: warning: no comment [WARNING] DISPATCH_ROUTER("dispatch-router"), [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/hono-service-auth-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-auth-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/jacoco.exec [INFO] Analyzed bundle 'Hono Auth base' with 9 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-auth-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/jacoco.exec [INFO] Analyzed bundle 'hono-service-auth-base' with 9 classes [INFO] All coverage checks have been met. [INFO] [INFO] -----------------< org.eclipse.hono:hono-service-auth >----------------- [INFO] Building Hono Auth Server 2.6.0-SNAPSHOT [56/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/jacoco.exec [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-auth --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-auth --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-auth --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/classes [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-auth --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-auth --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-auth --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-auth --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-auth --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/hono-service-auth-2.6.0-SNAPSHOT.jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-service-auth --- [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/hono-service-auth-2.6.0-SNAPSHOT-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 380 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 30 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 58 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 23 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 15 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 28 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 17 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 29 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 86 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 204 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 597 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.4/quarkus-resteasy-reactive-deployment-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-deployment/3.8.4/quarkus-resteasy-reactive-deployment-3.8.4.jar (135 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-resteasy-reactive-jackson-common-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 64 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 459 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3089ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-auth --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/hono-service-auth-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-auth --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-auth --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-base >--------- [INFO] Building Hono Service Device Registry Base 2.6.0-SNAPSHOT [57/64] [INFO] from services/device-registry-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/bol/cryptvault/1.0.2/cryptvault-1.0.2.pom (3.9 kB at 52 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 26 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 148 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 58 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy resources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 80 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractAmqpServerFactory.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/app/AbstractAmqpServerFactory.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-device-registry-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 29 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-device-registry-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Running org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsManagementServiceTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.404 s - in org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractDeviceManagementServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.525 s - in org.eclipse.hono.deviceregistry.service.credentials.AbstractCredentialsManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.213 s - in org.eclipse.hono.deviceregistry.service.device.AbstractDeviceManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.device.EdgeDeviceAutoProvisionerTest 2024-05-23 00:25:34,630 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 581894672 2024-05-23 00:25:35,165 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1160801188 2024-05-23 00:25:35,172 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 896093848 2024-05-23 00:25:37,575 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1077492033 2024-05-23 00:25:37,634 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1780978016 2024-05-23 00:25:37,651 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1277327353 2024-05-23 00:25:37,658 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 908657911 2024-05-23 00:25:37,663 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1225813020 2024-05-23 00:25:37,669 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1514237970 2024-05-23 00:25:37,675 INFO [org.ecl.hon.dev.ser.dev.AbstractRegistrationService] (ForkJoinPool-1-worker-2) using Mock for TenantInformationService, hashCode: 1376237928 [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.915 s - in org.eclipse.hono.deviceregistry.service.device.AbstractRegistrationServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.tenant.AbstractTenantManagementServiceTest 2024-05-23 00:25:37,828 INFO [org.ecl.hon.dev.ser.dev.EdgeDeviceAutoProvisioner] (ForkJoinPool-1-worker-3) device was auto-provisioned but notificationSent flag isn't set, wait 50ms, re-check flag and send event if needed [tenant-id: DEFAULT_TENANT, device-id: foobar42] 2024-05-23 00:25:37,841 INFO [org.ecl.hon.dev.ser.dev.EdgeDeviceAutoProvisioner] (ForkJoinPool-1-worker-3) attempted to auto-provision device [foobar42] via gateway [another-barfoo4711] of tenant [DEFAULT_TENANT] but the registration data's via contains only [barfoo4711] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.71 s - in org.eclipse.hono.service.management.tenant.TrustedCertificateAuthorityTest [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 s - in org.eclipse.hono.deviceregistry.service.tenant.AbstractTenantManagementServiceTest [INFO] Running org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Running org.eclipse.hono.service.management.tenant.TenantTest 2024-05-23 00:25:37,855 WARN [org.ecl.hon.dev.ser.dev.EdgeDeviceAutoProvisioner] (ForkJoinPool-1-worker-3) failed to mark device's auto-provisioning notification as having been sent [tenant-id: DEFAULT_TENANT, device-id: foobar42, device-version: null, status: 500] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.914 s - in org.eclipse.hono.deviceregistry.service.device.EdgeDeviceAutoProvisionerTest [INFO] Running org.eclipse.hono.deviceregistry.util.DeviceRegistryUtilsTest [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.hono.deviceregistry.util.DeviceRegistryUtilsTest [INFO] Running org.eclipse.hono.service.management.FilterTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.hono.deviceregistry.service.tenant.DefaultTenantInformationServiceTest [INFO] Running org.eclipse.hono.service.management.SortTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.hono.service.management.SortTest [INFO] Running org.eclipse.hono.service.management.credentials.CommonSecretTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.161 s - in org.eclipse.hono.service.management.FilterTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsDtoTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.service.management.credentials.CredentialsDtoTest [INFO] Running org.eclipse.hono.service.management.credentials.CredentialsTest 2024-05-23 00:25:38,248 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:38,249 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.275 s - in org.eclipse.hono.service.management.credentials.CommonSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.GenericSecretTest 2024-05-23 00:25:38,372 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:38,473 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.322 s - in org.eclipse.hono.service.management.credentials.GenericSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.PasswordSecretTest 2024-05-23 00:25:38,670 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:38,674 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.hono.service.management.credentials.PasswordSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.PskSecretTest 2024-05-23 00:25:38,757 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.eclipse.hono.service.management.credentials.PskSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.RpkSecretTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.hono.service.management.credentials.RpkSecretTest [INFO] Running org.eclipse.hono.service.management.credentials.X509CertificateSecretTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.hono.service.management.credentials.X509CertificateSecretTest [INFO] Running org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest [INFO] Tests run: 29, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.486 s - in org.eclipse.hono.service.management.tenant.TenantTest [INFO] Running org.eclipse.hono.service.management.device.DeviceTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 s - in org.eclipse.hono.service.management.device.DeviceTest [INFO] Running org.eclipse.hono.service.management.device.DeviceAndGatewayAutoProvisionerTest 2024-05-23 00:25:39,834 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,836 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,839 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,855 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,859 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,937 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,943 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,947 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:39,957 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:25:40,265 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:40,329 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:40,332 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:40,335 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:40,338 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:40,340 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:25:40,340 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-3) using regular expression for validating authentication identifiers: .* [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.1 s - in org.eclipse.hono.service.management.credentials.CredentialsTest [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.612 s - in org.eclipse.hono.service.management.device.DelegatingDeviceManagementHttpEndpointTest 2024-05-23 00:25:40,838 WARN [org.ecl.hon.ser.man.dev.DeviceAndGatewayAutoProvisioner] (ForkJoinPool-1-worker-1) failed to mark device's auto-provisioning notification as having been sent [tenant-id: 2952d026-78c1-498b-a474-cc770f679b51, device-id: 7f9c1c1a-b09f-4854-885f-95983c2810cb, device-version: null, status: 500] 2024-05-23 00:25:41,300 WARN [org.ecl.hon.ser.man.dev.DeviceAndGatewayAutoProvisioner] (ForkJoinPool-1-worker-1) auto-provisioning failed: credentials could not be set [tenant-id: 111888c8-5468-4b9e-9b00-71284bab4fa5, device-id: 86cdfcfa-d67f-497f-8944-695932dde52c, auth-id: O=Eclipse,OU=Hono,CN=c7dad7be-26ba-4c80-97eb-90fc5662ad27, status: 500] 2024-05-23 00:25:45,263 WARN [org.ecl.hon.ser.man.dev.DeviceAndGatewayAutoProvisioner] (ForkJoinPool-1-worker-1) failed to mark device's auto-provisioning notification as having been sent [tenant-id: c7a2771c-03ff-4210-8f63-02946beef88a, device-id: 7d87bcc8-392a-437e-9702-01df38bf5207, device-version: null, status: 500] [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.837 s - in org.eclipse.hono.service.management.device.DeviceAndGatewayAutoProvisionerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-resources-plugin:3.3.1:copy-resources (copy_legal_docs_for_test_jar) @ hono-service-device-registry-base --- [INFO] Copying 60 resources from target/classes/META-INF to target/test-classes/META-INF [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-SNAPSHOT.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/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:54: warning: no comment [WARNING] protected final DeviceManagementService deviceManagementService; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:55: warning: no comment [WARNING] protected final MessagingClientProvider eventSenderProvider; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractAutoProvisioningEventSender.java:56: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.java:63: warning: no comment [WARNING] protected TenantInformationService tenantInformationService = new NoopTenantInformationService(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/device/AbstractDeviceManagementService.java:62: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/deviceregistry/service/tenant/AbstractTenantManagementService.java:53: warning: no comment [WARNING] protected final Vertx vertx; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:133: warning: no comment [WARNING] public String getComment() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:148: warning: no comment [WARNING] public Map getExtensions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonCredential.java:115: warning: no comment [WARNING] public boolean isEnabled() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonSecret.java:136: warning: no comment [WARNING] public final String getComment() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/CommonSecret.java:54: warning: no comment [WARNING] public final boolean isEnabled() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:44: warning: no comment [WARNING] eq, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:45: warning: no comment [WARNING] in, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/Filter.java:46: warning: no comment [WARNING] not_in [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericCredential.java:121: warning: no comment [WARNING] public final Map getAdditionalProperties() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericSecret.java:39: warning: no comment [WARNING] public Map getAdditionalProperties() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/src/main/java/org/eclipse/hono/service/management/credentials/GenericSecret.java:34: warning: no comment [WARNING] public void setAdditionalProperties(final Map additionalProperties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-SNAPSHOT-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/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-SNAPSHOT-tests.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/hono-service-device-registry-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-device-registry-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/jacoco.exec [INFO] Analyzed bundle 'Hono Service Device Registry Base' with 79 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-device-registry-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/jacoco.exec [INFO] Analyzed bundle 'hono-service-device-registry-base' with 79 classes [INFO] All coverage checks have been met. [INFO] [INFO] --------------< org.eclipse.hono:hono-service-base-jdbc >--------------- [INFO] Building Base classes for JDBC services 2.6.0-SNAPSHOT [58/64] [INFO] from services/base-jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.pom (6.5 kB at 30 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 16 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 29 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 31 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 50 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 83 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 51 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 88 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 19 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 4.8 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 18 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 74 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 126 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 93 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 452 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 502 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 50 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 316 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 56 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.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom/7.0.0.Final/narayana-bom-7.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/narayana-bom/7.0.0.Final/narayana-bom-7.0.0.Final.pom (29 kB at 1.0 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 242 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.pom (13 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.pom (6.9 kB at 187 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 340 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 239 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.5 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 800 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 499 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 266 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 257 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 639 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.pom (2.1 kB at 37 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 442 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 2.9 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 31 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 115 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/quarkus/quarkus-agroal/3.8.4/quarkus-agroal-3.8.4.jar (48 kB at 492 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.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 4.9 MB/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/mchange-commons-java/0.2.19/mchange-commons-java-0.2.19.jar (631 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/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/quarkus/quarkus-narayana-jta/3.8.4/quarkus-narayana-jta-3.8.4.jar (78 kB at 603 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.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 19 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.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 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource/3.8.4/quarkus-datasource-3.8.4.jar (14 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/narayana/jta/narayana-jta/7.0.0.Final/narayana-jta-7.0.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/smallrye-reactive-converter-mutiny/3.0.1/smallrye-reactive-converter-mutiny-3.0.1.jar (7.5 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-jdbc-client/4.5.7/vertx-jdbc-client-4.5.7.jar (146 kB at 796 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/vertx/vertx-sql-client/4.5.7/vertx-sql-client-4.5.7.jar (175 kB at 943 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/3.0/microprofile-reactive-streams-operators-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/invocation/jboss-invocation/2.0.0.Final/jboss-invocation-2.0.0.Final.jar (76 kB at 383 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/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-api/3.0/microprofile-reactive-streams-operators-api-3.0.jar (42 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/resource/jakarta.resource-api/2.1.0/jakarta.resource-api-2.1.0.jar (65 kB at 328 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/jboss/narayana/jta/narayana-jta/7.0.0.Final/narayana-jta-7.0.0.Final.jar (1.1 MB at 5.4 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.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 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.3/agroal-pool-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-transaction-spi/8.0.0.Final/jboss-transaction-spi-8.0.0.Final.jar (32 kB at 153 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 91 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-api/2.3/agroal-api-2.3.jar (63 kB at 269 kB/s) [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 204 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/agroal/agroal-pool/2.3/agroal-pool-2.3.jar (126 kB at 501 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/jacoco.exec [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-base-jdbc --- [INFO] Copying 13 resources from src/main/resources to target/classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 26 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/AbstractStore.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-base-jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-base-jdbc --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-base-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 3 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-base-jdbc --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.service.base.jdbc.store.StatementTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.QueryTest [INFO] Running org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.eclipse.hono.service.base.jdbc.store.QueryTest May 23, 2024 12:25:57 AM org.jboss.logmanager.JBossLoggerFinder getLogger ERROR: The LogManager accessed before the "java.util.logging.manager" system property was set to "org.jboss.logmanager.LogManager". Results may be unexpected. [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.eclipse.hono.service.base.jdbc.store.SQLTest [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.147 s - in org.eclipse.hono.service.base.jdbc.store.StatementTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-SNAPSHOT.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/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.java:40: warning: no comment [WARNING] protected final JDBCClient client; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/AbstractDeviceStore.java:41: warning: no comment [WARNING] protected final Tracer tracer; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:52: warning: no comment [WARNING] protected final JDBCClient client; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:47: warning: no comment [WARNING] public static final String DEFAULT_TENANTS_TABLE_NAME = "tenants"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:48: warning: no comment [WARNING] public static final String DEFAULT_TRUST_ANCHORS_NAME = "tenant_trust_anchors"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/tenant/AbstractTenantStore.java:53: warning: no comment [WARNING] protected final Tracer tracer; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:49: warning: no comment [WARNING] public List getCredentials() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:45: warning: no comment [WARNING] public String getDeviceId() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/CredentialsReadResult.java:53: warning: no comment [WARNING] public Optional getResourceVersion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.java:41: warning: no comment [WARNING] public Device getDevice() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/device/DeviceReadResult.java:45: warning: no comment [WARNING] public Optional getResourceVersion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/model/JdbcBasedDeviceDto.java:123: warning: no comment [WARNING] public String getDeviceJson() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcDeviceStoreProperties.java:49: warning: no comment [WARNING] public JdbcProperties getAdapter() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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_INITIAL_POOL_SIZE = 3; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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_LEAK_TIME = 60; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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_CONNECTION_TIME = 30; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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_MAXIMUM_IDLE_TIME = 3600; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:41: warning: no comment [WARNING] public static final int DEFAULT_MAXIMUM_POOL_SIZE = 15; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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_MINIMUM_POOL_SIZE = 3; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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_VALIDATION_TIME = 30; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:103: warning: no comment [WARNING] public String getDriverClass() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:138: warning: no comment [WARNING] public int getInitialPoolSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:166: warning: no comment [WARNING] public int getLeakTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:152: warning: no comment [WARNING] public int getMaximumConnectionTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:145: warning: no comment [WARNING] public int getMaximumIdleTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:124: warning: no comment [WARNING] public int getMaximumPoolSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:131: warning: no comment [WARNING] public int getMinimumPoolSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:117: warning: no comment [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:170: warning: no comment [WARNING] public String getTableName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:96: warning: no comment [WARNING] public String getUrl() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:110: warning: no comment [WARNING] public String getUsername() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:159: warning: no comment [WARNING] public int getValidationTime() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:100: warning: no comment [WARNING] public void setDriverClass(final String driverClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:135: warning: no comment [WARNING] public void setInitialPoolSize(final int initialPoolSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:163: warning: no comment [WARNING] public void setLeakTime(final int leakTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:149: warning: no comment [WARNING] public void setMaximumConnectionTime(final int maximumConnectionTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:142: warning: no comment [WARNING] public void setMaximumIdleTime(final int maximumIdleTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:121: warning: no comment [WARNING] public void setMaximumPoolSize(final int maximumPoolSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:128: warning: no comment [WARNING] public void setMinimumPoolSize(final int minimumPoolSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:114: warning: no comment [WARNING] public void setPassword(final String password) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:173: warning: no comment [WARNING] public void setTableName(final String tableName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:93: warning: no comment [WARNING] public void setUrl(final String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:107: warning: no comment [WARNING] public void setUsername(final String username) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/config/JdbcProperties.java:156: warning: no comment [WARNING] public void setValidationTime(final int validationTime) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/SQL.java:50: warning: no comment [WARNING] public static final String DIALECT_H2 = "h2"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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_POSTGRESQL = "postgresql"; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:231: warning: no comment [WARNING] public Object[] getParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:235: warning: no comment [WARNING] public JsonArray getParametersAsJson() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/src/main/java/org/eclipse/hono/service/base/jdbc/store/Statement.java:227: warning: no comment [WARNING] public String getSql() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/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] 59 warnings [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-SNAPSHOT-javadoc.jar [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-base-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/hono-service-base-jdbc-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-base-jdbc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/jacoco.exec [INFO] Analyzed bundle 'Base classes for JDBC services' with 27 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-base-jdbc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/jacoco.exec [INFO] Analyzed bundle 'hono-service-base-jdbc' with 27 classes [INFO] All coverage checks have been met. [INFO] [INFO] ---------< org.eclipse.hono:hono-service-command-router-base >---------- [INFO] Building Hono Service Command Router Base 2.6.0-SNAPSHOT [59/64] [INFO] from services/command-router-base/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/4.12.0/mockwebserver-4.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/squareup/okhttp3/mockwebserver/4.12.0/mockwebserver-4.12.0.pom (2.0 kB at 8.0 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 160 kB/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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/jacoco.exec [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-command-router-base --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-command-router-base --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/src/main/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-command-router-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 30 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/src/main/java/org/eclipse/hono/commandrouter/impl/KubernetesBasedAdapterInstanceStatusService.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-command-router-base --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-command-router-base --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-command-router-base --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 8 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-command-router-base --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.DelegatingCommandRouterAmqpEndpointTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:26:13,566 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) stopping command router 2024-05-23 00:26:13,574 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) successfully stopped command router 2024-05-23 00:26:14,033 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 1]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:315) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2024-05-23 00:26:14,043 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 2]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:316) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2024-05-23 00:26:14,047 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 3]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:317) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2024-05-23 00:26:14,050 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 4]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:318) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2024-05-23 00:26:14,054 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 5]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:319) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2024-05-23 00:26:14,057 INFO [org.ecl.hon.com.imp.CommandRouterServiceImpl] (ForkJoinPool-1-worker-2) failed to create command consumer [attempt#: 6]: org.eclipse.hono.client.ServerErrorException: Error Code: 503 at org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest.testEnableCommandRoutingUsesExponentialBackoff(CommandRouterServiceImplTest.java:320) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at io.vertx.junit5.VertxExtension.interceptTestMethod(VertxExtension.java:142) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.334 s - in org.eclipse.hono.commandrouter.impl.CommandRouterServiceImplTest [INFO] Running org.eclipse.hono.commandrouter.impl.KubernetesBasedAdapterInstanceStatusServiceTest 2024-05-23 00:26:15,673 WARN [org.ecl.hon.com.imp.pub.PubSubBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) Pub/Sub command message is invalid: java.lang.IllegalArgumentException: device ID is not set at org.eclipse.hono.client.command.pubsub.PubSubBasedCommand.lambda$getCommand$4(PubSubBasedCommand.java:133) at java.base/java.util.Optional.orElseThrow(Optional.java:403) at org.eclipse.hono.client.command.pubsub.PubSubBasedCommand.getCommand(PubSubBasedCommand.java:133) at org.eclipse.hono.client.command.pubsub.PubSubBasedCommand.from(PubSubBasedCommand.java:122) at org.eclipse.hono.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandler.mapAndDelegateIncomingCommandMessage(PubSubBasedMappingAndDelegatingCommandHandler.java:117) at org.eclipse.hono.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandlerTest.testCommandDelegationForInvalidCommandCatchException(PubSubBasedMappingAndDelegatingCommandHandlerTest.java:153) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestMethod(TimeoutExtension.java:86) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45) at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92) at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:218) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:214) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:139) at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:69) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.executeNonConcurrentTasks(ForkJoinPoolHierarchicalTestExecutorService.java:172) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:152) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:436) at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:670) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.joinConcurrentTasksInReverseOrderToEnableWorkStealing(ForkJoinPoolHierarchicalTestExecutorService.java:179) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService.invokeAll(ForkJoinPoolHierarchicalTestExecutorService.java:153) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:155) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141) at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137) at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139) at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73) at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138) at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95) at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorService.java:202) at java.base/java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:194) at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373) at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182) at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655) at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622) at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165) 2024-05-23 00:26:15,755 INFO [org.ecl.hon.com.imp.pub.PubSubBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) received valid command record [Command [name: command-subject, tenant-id: a2edad17-b3c0-4f78-a7da-abc538043e2d, device-id: d6ca0018-1e2a-43cd-8d23-22e53b478777, request-id: null]] [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.271 s - in org.eclipse.hono.commandrouter.impl.pubsub.PubSubBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest 2024-05-23 00:26:16,733 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) commands from partition [hono.command.DEFAULT_TENANT-0] aren't handled here anymore but the corresponding command queue isn't empty! [queue size: 3] 2024-05-23 00:26:16,734 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) command won't be sent - commands from partition [hono.command.DEFAULT_TENANT-0] aren't handled by this consumer anymore [Command [name: subject_1, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 20dcorrelationId, partition offset: 1]] 2024-05-23 00:26:16,738 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) command won't be sent - commands from partition [hono.command.DEFAULT_TENANT-0] aren't handled by this consumer anymore [Command [name: subject_2, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 20dcorrelationId, partition offset: 2]] 2024-05-23 00:26:16,744 INFO [org.ecl.hon.com.imp.kaf.KafkaCommandProcessingQueue] (ForkJoinPool-1-worker-1) command won't be sent - commands from partition [hono.command.DEFAULT_TENANT-0] aren't handled by this consumer anymore [Command [name: subject_0, tenant-id: DEFAULT_TENANT, device-id: deviceId, request-id: 20dcorrelationId, partition offset: 0]] [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.918 s - in org.eclipse.hono.commandrouter.impl.DelegatingCommandRouterAmqpEndpointTest [INFO] Running org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest 2024-05-23 00:26:17,657 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:17,847 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:17,854 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:17,861 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:17,868 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:17,943 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:17,951 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:17,958 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.016 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaCommandProcessingQueueTest 2024-05-23 00:26:18,027 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established 2024-05-23 00:26:18,034 INFO [org.ecl.hon.cli.com.amq.ProtonBasedInternalCommandSender] (ForkJoinPool-1-worker-3) connection to unknown endpoint has been established [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.271 s - in org.eclipse.hono.commandrouter.impl.amqp.ProtonBasedMappingAndDelegatingCommandHandlerTest [INFO] Running org.eclipse.hono.commandrouter.impl.kafka.InternalKafkaTopicCleanupServiceTest 2024-05-23 00:26:18,563 INFO [org.ecl.hon.com.imp.kaf.KafkaBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) command processing timed out after 8s [Command [name: cmd-subject, tenant-id: a6581673-43d0-46a3-b142-373aa0e43ffe, device-id: f1f498bf-aec5-404a-9b9c-590d7d25f99f, request-id: null, partition offset: 0]] 2024-05-23 00:26:18,668 INFO [org.ecl.hon.com.imp.kaf.KafkaBasedMappingAndDelegatingCommandHandler] (ForkJoinPool-1-worker-1) command processing timed out after 8s [Command [name: cmd-subject, tenant-id: 85e513ad-6bac-4967-85f8-06820d2b499d, device-id: 3437f90e-cd0c-4983-87a5-2e3fc64bd062, request-id: null, partition offset: 0]] [INFO] Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.642 s - in org.eclipse.hono.commandrouter.impl.kafka.KafkaBasedMappingAndDelegatingCommandHandlerTest 2024-05-23 00:26:18,859 INFO [org.ecl.hon.com.imp.kaf.InternalKafkaTopicCleanupService] (ForkJoinPool-1-worker-3) started InternalKafkaTopicCleanupService 2024-05-23 00:26:18,865 INFO [org.ecl.hon.com.imp.kaf.InternalKafkaTopicCleanupService] (ForkJoinPool-1-worker-3) marking topics as to be deleted on next run [hono.command_internal.myAdapter_000000000000_2, hono.command_internal.myAdapter_000000000000_0, hono.command_internal.myAdapter_000000000000_1] 2024-05-23 00:26:18,866 INFO [org.ecl.hon.com.imp.kaf.InternalKafkaTopicCleanupService] (ForkJoinPool-1-worker-3) triggered deletion of 3 topics ([hono.command_internal.myAdapter_000000000000_2, hono.command_internal.myAdapter_000000000000_0, hono.command_internal.myAdapter_000000000000_1]) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.81 s - in org.eclipse.hono.commandrouter.impl.kafka.InternalKafkaTopicCleanupServiceTest 2024-05-23 00:26:20,866 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:20,868 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [c7008850eede]; active adapter containers now: 1 2024-05-23 00:26:20,868 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod1], container [747fe59730ad]; active adapter containers now: 2 2024-05-23 00:26:20,960 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {c7008850eede=adapterTestPod0, 747fe59730ad=adapterTestPod1} 2024-05-23 00:26:21,907 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-3-thread-1) removed entry for pod [adapterTestPod1] and terminated container [747fe59730ad] (reason: 'null'); active adapter containers now: 1 2024-05-23 00:26:21,908 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-3-thread-1) added entry for pod [adapterTestPod1], container [6fd37d72dc48]; active adapter containers now: 2 2024-05-23 00:26:22,072 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:22,073 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [6a2ed193a0b0]; active adapter containers now: 1 2024-05-23 00:26:22,078 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {6a2ed193a0b0=adapterTestPod0} 2024-05-23 00:26:22,091 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-6-thread-1) added entry for pod [adapterTestPod1], container [9e2c89598c2a]; active adapter containers now: 2 2024-05-23 00:26:22,294 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:22,295 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [33d1444c2892]; active adapter containers now: 1 2024-05-23 00:26:22,295 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod1], container [6d630c1eaa84]; active adapter containers now: 2 2024-05-23 00:26:22,300 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {6d630c1eaa84=adapterTestPod1, 33d1444c2892=adapterTestPod0} 2024-05-23 00:26:22,329 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-8-thread-1) removed entry for deleted pod [adapterTestPod1], container [6d630c1eaa84]; active adapter containers now: 1 2024-05-23 00:26:22,478 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:22,483 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {} 2024-05-23 00:26:22,675 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:22,676 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [1e5258baa9e8]; active adapter containers now: 1 2024-05-23 00:26:22,682 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {1e5258baa9e8=adapterTestPod0} 2024-05-23 00:26:22,799 ERROR [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-12-thread-1) Watcher closed with error: io.fabric8.kubernetes.client.WatcherException: 410: The event in requested index is outdated and cleared (the requested history has been cleared [3/1]) [2] at io.fabric8.kubernetes.client.dsl.internal.AbstractWatchManager.onStatus(AbstractWatchManager.java:401) at io.fabric8.kubernetes.client.dsl.internal.AbstractWatchManager.onMessage(AbstractWatchManager.java:369) at io.fabric8.kubernetes.client.dsl.internal.WatcherWebSocketListener.onMessage(WatcherWebSocketListener.java:52) at io.fabric8.kubernetes.client.vertx.VertxWebSocket.lambda$init$1(VertxWebSocket.java:53) at io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.handleTextFrame(WebSocketImplBase.java:634) at io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.handle(WebSocketImplBase.java:600) at io.vertx.core.http.impl.WebSocketImplBase$FrameAggregator.handle(WebSocketImplBase.java:589) at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:279) at io.vertx.core.http.impl.WebSocketImplBase.receiveFrame(WebSocketImplBase.java:534) at io.vertx.core.streams.impl.InboundBuffer.handleEvent(InboundBuffer.java:255) at io.vertx.core.streams.impl.InboundBuffer.write(InboundBuffer.java:134) at io.vertx.core.http.impl.WebSocketImplBase.handleFrame(WebSocketImplBase.java:475) at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:313) at io.vertx.core.impl.ContextImpl.execute(ContextImpl.java:293) at io.vertx.core.http.impl.Http1xConnectionBase.handleWsFrame(Http1xConnectionBase.java:66) at io.vertx.core.http.impl.Http1xClientConnection.handleMessage(Http1xClientConnection.java:778) at io.vertx.core.net.impl.ConnectionBase.read(ConnectionBase.java:159) at io.vertx.core.net.impl.VertxHandler.channelRead(VertxHandler.java:153) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:442) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.handler.codec.ByteToMessageDecoder.fireChannelRead(ByteToMessageDecoder.java:346) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:318) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:444) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:412) at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:440) at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:420) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:788) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:724) at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:650) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:562) at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997) at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74) at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) at java.base/java.lang.Thread.run(Thread.java:840) Caused by: io.fabric8.kubernetes.client.KubernetesClientException: 410: The event in requested index is outdated and cleared (the requested history has been cleared [3/1]) [2] ... 39 more 2024-05-23 00:26:22,900 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-12-thread-1) Recreating watch 2024-05-23 00:26:22,907 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-12-thread-1) refresh container status list 2024-05-23 00:26:22,907 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-12-thread-1) added entry for pod [adapterTestPod0], container [1e5258baa9e8]; active adapter containers now: 1 2024-05-23 00:26:22,912 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-12-thread-1) initialized list of active adapter containers: {1e5258baa9e8=adapterTestPod0} 2024-05-23 00:26:23,013 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (-94984767-pool-12-thread-1) added entry for pod [adapterTestPod1], container [c348360ed872]; active adapter containers now: 2 2024-05-23 00:26:23,127 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:23,128 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [30d8c26690b7]; active adapter containers now: 1 2024-05-23 00:26:23,134 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) initialized list of active adapter containers: {30d8c26690b7=adapterTestPod0} 2024-05-23 00:26:23,140 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:23,141 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [30d8c26690b7]; active adapter containers now: 1 2024-05-23 00:26:23,187 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) refresh container status list 2024-05-23 00:26:23,187 INFO [org.ecl.hon.com.imp.KubernetesBasedAdapterInstanceStatusService] (ForkJoinPool-1-worker-2) added entry for pod [adapterTestPod0], container [30d8c26690b7]; active adapter containers now: 1 [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.886 s - in org.eclipse.hono.commandrouter.impl.KubernetesBasedAdapterInstanceStatusServiceTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 42, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-base --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-command-router-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0-SNAPSHOT.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/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0-SNAPSHOT-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 5454ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router-base --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/hono-service-command-router-base-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-command-router-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/jacoco.exec [INFO] Analyzed bundle 'Hono Service Command Router Base' with 32 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-command-router-base --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/jacoco.exec [INFO] Analyzed bundle 'hono-service-command-router-base' with 32 classes [INFO] All coverage checks have been met. [INFO] [INFO] ------< org.eclipse.hono:hono-service-command-router-infinispan >------- [INFO] Building Hono Infinispan Based Command Router 2.6.0-SNAPSHOT [60/64] [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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/jacoco.exec [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-command-router-infinispan --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-command-router-infinispan --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-command-router-infinispan --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 2 source files with javac [debug release 17] to target/classes [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL reason: class file for org.infinispan.factories.scopes.Scopes not found [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT reason: class file for org.infinispan.jmx.annotations.DataType not found [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.jmx.annotations.DataType.TRAIT [WARNING] unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL [WARNING] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/src/main/java/org/eclipse/hono/commandrouter/infinispan/app/InfinispanDeviceConnectionInfoProducer.java: unknown enum constant org.infinispan.factories.scopes.Scopes.GLOBAL [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-command-router-infinispan --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-command-router-infinispan --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/src/test/resources [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-command-router-infinispan --- [INFO] No sources to compile [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-command-router-infinispan --- [INFO] No tests to run. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-command-router-infinispan --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-command-router-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-SNAPSHOT.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/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/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/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-SNAPSHOT-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 5211ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-command-router-infinispan --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/hono-service-command-router-infinispan-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-command-router-infinispan --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-command-router-infinispan --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/jacoco.exec [INFO] [INFO] ---------< org.eclipse.hono:hono-service-device-registry-jdbc >--------- [INFO] Building Hono JDBC Based Device Registry 2.6.0-SNAPSHOT [61/64] [INFO] from services/device-registry-jdbc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.pom (1.7 kB at 5.0 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 12 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 5.1 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 3.4 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 18 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 223 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 33 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 2.1 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 27 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 81 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 47 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 248 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 4.0 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 20 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 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-auth-jdbc/4.5.7/vertx-auth-jdbc-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.8.4/quarkus-jdbc-postgresql-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-h2/3.8.4/quarkus-jdbc-h2-3.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.224/h2-2.2.224.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/locationtech/jts/jts-core/1.17.0/jts-core-1.17.0.jar (888 kB at 7.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/postgresql/postgresql/42.7.2/postgresql-42.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/h2database/h2/2.2.224/h2-2.2.224.jar (2.6 MB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/postgresql/1.19.6/postgresql-1.19.6.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 69 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.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 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.6/database-commons-1.19.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/database-commons/1.19.6/database-commons-1.19.6.jar (15 kB at 68 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/jdbc/1.19.6/jdbc-1.19.6.jar (29 kB at 132 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 30 kB/s) [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 99 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-jdbc-postgresql/3.8.4/quarkus-jdbc-postgresql-3.8.4.jar (20 kB at 60 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/jacoco.exec [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-device-registry-jdbc --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-jdbc --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 20 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/src/main/java/org/eclipse/hono/deviceregistry/jdbc/app/StoreProducer.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-device-registry-jdbc --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-jdbc --- [INFO] Copying 1 resource from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-jdbc --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 9 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-device-registry-jdbc --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended 2024-05-23 00:26:57,143 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsFailsForWrongResourceVersion(VertxTestContext) 2024-05-23 00:26:57,143 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAdapterGetByTrustAnchorNotFound(Vertx, VertxTestContext) 2024-05-23 00:26:57,143 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithStringFilter(VertxTestContext) 2024-05-23 00:26:57,552 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:26:57,552 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:26:57,552 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:26:57,839 INFO [org.ecl.hon.ser.man.cre.PasswordCredential] (ForkJoinPool-1-worker-2) using regular expression for validating authentication identifiers: ^[a-zA-Z0-9-_=\.]+$ 2024-05-23 00:26:57,840 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:26:58,943 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateFailsForNonExistingTenant(VertxTestContext) 2024-05-23 00:26:59,041 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:00,661 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateAndUpdate(Vertx, VertxTestContext) 2024-05-23 00:27:00,836 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:00,956 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsEncodesPlaintextPasswords(VertxTestContext) 2024-05-23 00:27:01,052 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWhenNoDevicesAreFound(VertxTestContext) 2024-05-23 00:27:01,126 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:01,169 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:01,357 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateAndFind(Vertx, VertxTestContext) 2024-05-23 00:27:01,365 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithViaFilter(VertxTestContext) 2024-05-23 00:27:01,553 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:01,557 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:01,943 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testGetCredentialsFailsForNonMatchingTypeAndAuthId(VertxTestContext) 2024-05-23 00:27:01,947 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testManagementReadNotFound(Vertx, VertxTestContext) 2024-05-23 00:27:01,947 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithStringAllCharsWildcardsFilter(VertxTestContext) 2024-05-23 00:27:02,060 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:02,067 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:02,132 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:02,161 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:02,259 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAdapterGetByIdNotFound(VertxTestContext) 2024-05-23 00:27:02,358 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchAllDevices(VertxTestContext) 2024-05-23 00:27:02,368 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:02,562 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:02,672 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testSecretMetadataUpdateDoesntChangeSecretID(VertxTestContext) [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.9 s - in org.eclipse.hono.deviceregistry.jdbc.impl.TenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest 2024-05-23 00:27:02,850 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:02,852 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testResolveGroupsWhenDeleting(VertxTestContext) 2024-05-23 00:27:02,868 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithBooleanFilter(VertxTestContext) 2024-05-23 00:27:02,952 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:03,029 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:03,036 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:03,340 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithPageSize(VertxTestContext) 2024-05-23 00:27:03,429 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testResolveGroups(VertxTestContext) 2024-05-23 00:27:03,452 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:03,468 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsFailsForInvalidSecret(VertxTestContext) 2024-05-23 00:27:03,560 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:03,655 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:03,826 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithStringOneCharWildcardsFilter(VertxTestContext) [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.096 s - in org.eclipse.hono.deviceregistry.jdbc.impl.ResolveGroupsTest 2024-05-23 00:27:03,953 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest 2024-05-23 00:27:04,042 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsSupportsUpdatingExistingSecrets(VertxTestContext) 2024-05-23 00:27:04,148 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateDuplicateDeviceFails(VertxTestContext) 2024-05-23 00:27:04,240 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:04,327 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithIntegerFilter(VertxTestContext) 2024-05-23 00:27:04,340 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:04,347 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:04,457 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:04,840 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testSearchDevicesWithPageOffset(VertxTestContext) 2024-05-23 00:27:04,840 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetDisabledCredentials(VertxTestContext) 2024-05-23 00:27:04,960 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:04,960 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.384 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedDeviceManagementSearchDevicesTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 2024-05-23 00:27:05,231 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testCreateDevice(VertxTestContext) 2024-05-23 00:27:05,247 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForNonExistingDevice(VertxTestContext) 2024-05-23 00:27:05,259 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:05,350 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.332 s - in org.eclipse.hono.deviceregistry.jdbc.impl.RegistryServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest 2024-05-23 00:27:05,464 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantFailsForDuplicateCa(VertxTestContext) 2024-05-23 00:27:05,465 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDevicePreservesStatusProperties(VertxTestContext) 2024-05-23 00:27:05,563 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:05,564 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:05,840 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceFailsForNonExistingDevice(VertxTestContext) 2024-05-23 00:27:05,841 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetForCertificateAuthoritySucceeds(VertxTestContext) 2024-05-23 00:27:05,843 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsReplacesCredentialsOfSameTypeAndAuthId(VertxTestContext) 2024-05-23 00:27:05,932 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:05,954 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:05,963 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,037 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,155 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationSucceedsForDeviceViaGateway(VertxTestContext) 2024-05-23 00:27:06,155 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantSucceedsAndContainResourceVersion(VertxTestContext) 2024-05-23 00:27:06,252 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,331 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,544 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantWithNonMatchingResourceVersionFails(VertxTestContext) 2024-05-23 00:27:06,556 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,569 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,742 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationSucceedsForExistingDevice(VertxTestContext) 2024-05-23 00:27:06,764 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantWithEmptyResourceVersionSucceed(VertxTestContext) 2024-05-23 00:27:06,832 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,847 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:06,960 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateSecretFailsWithWrongSecretId(VertxTestContext) 2024-05-23 00:27:06,964 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceReturnsCopyOfOriginalData(VertxTestContext) 2024-05-23 00:27:07,037 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetTenantFailsForNonExistingTenant(VertxTestContext) 2024-05-23 00:27:07,063 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,128 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,136 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,169 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,256 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantWithMatchingResourceVersionSucceeds(VertxTestContext) 2024-05-23 00:27:07,342 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceSucceedsForExistingDevice(VertxTestContext) 2024-05-23 00:27:07,344 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,363 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,452 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantWithNonMatchingResourceVersionFails(VertxTestContext) 2024-05-23 00:27:07,538 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,542 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,545 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDeviceSucceeds(VertxTestContext) 2024-05-23 00:27:07,567 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,665 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantFailsForDuplicateTenantId(VertxTestContext) 2024-05-23 00:27:07,742 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceWithoutIdSucceeds(VertxTestContext) 2024-05-23 00:27:07,747 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,852 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:07,943 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetTenantSucceedsForExistingTenant(VertxTestContext) 2024-05-23 00:27:07,956 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testGetCredentialsFailsForNonExistingCredentials(VertxTestContext) 2024-05-23 00:27:08,038 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDeviceViaUnauthorizedGateway(VertxTestContext) 2024-05-23 00:27:08,046 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,054 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,138 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,239 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsSupportsRemovingExistingCredentialsAndSecrets(VertxTestContext) 2024-05-23 00:27:08,240 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantWithMatchingResourceVersionSucceed(VertxTestContext) 2024-05-23 00:27:08,263 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 2024-05-23 00:27:08,326 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,334 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,362 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,462 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantVersionSucceedsForExistingTenantVersion(VertxTestContext) 2024-05-23 00:27:08,536 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceSucceeds(VertxTestContext) 2024-05-23 00:27:08,559 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,566 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,735 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantWithEmptyResourceVersionSucceed(VertxTestContext) 2024-05-23 00:27:08,735 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationSucceedsForDeviceViaGatewayGroup(VertxTestContext) 2024-05-23 00:27:08,765 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,766 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:08,951 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantSucceedsWithGeneratedTenantId(VertxTestContext) 2024-05-23 00:27:08,967 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDeviceViaDisabledGateway(VertxTestContext) 2024-05-23 00:27:09,040 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,056 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsSucceeds(Vertx, VertxTestContext) 2024-05-23 00:27:09,057 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,137 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,145 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testGetForCertificateAuthorityFailsForUnknownSubjectDn(VertxTestContext) 2024-05-23 00:27:09,157 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,231 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 2024-05-23 00:27:09,233 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,258 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,353 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantSucceeds(VertxTestContext) 2024-05-23 00:27:09,363 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,438 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDeviceSucceedsForMatchingResourceVersion(VertxTestContext) 2024-05-23 00:27:09,444 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,466 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,638 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testDeleteTenantSucceeds(VertxTestContext) 2024-05-23 00:27:09,645 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDisabledDevice(VertxTestContext) 2024-05-23 00:27:09,665 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,746 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,846 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testUpdateTenantPreventsEmptyCaArray(VertxTestContext) 2024-05-23 00:27:09,860 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceWithIdSucceeds(VertxTestContext) 2024-05-23 00:27:09,941 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:09,959 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:10,135 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testAddTenantFailsForDuplicateCa(VertxTestContext) 2024-05-23 00:27:10,136 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceFailsForExistingDeviceId(VertxTestContext) 2024-05-23 00:27:10,173 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:10,173 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [WARNING] Tests run: 47, Failures: 0, Errors: 0, Skipped: 4, Time elapsed: 4.829 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantServiceTest [INFO] Running org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantManagementSearchTenantsTest 2024-05-23 00:27:10,348 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testAssertRegistrationFailsForDeviceViaNonExistingGateway(VertxTestContext) 2024-05-23 00:27:10,356 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testSearchTenantsWithPageSize(VertxTestContext) 2024-05-23 00:27:10,443 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:10,454 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:10,555 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testUpdateDeviceFailsForNonMatchingResourceVersion(VertxTestContext) 2024-05-23 00:27:10,563 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testSearchTenantsWhenNoTenantsAreFound(VertxTestContext) 2024-05-23 00:27:10,639 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:10,651 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:10,751 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testDeleteDeviceFailsForNonExistingDevice(VertxTestContext) 2024-05-23 00:27:10,754 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-1) running testSearchTenantsWithPageOffset(VertxTestContext) 2024-05-23 00:27:10,839 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:10,841 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-1) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedTenantManagementSearchTenantsTest 2024-05-23 00:27:10,949 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testReadDeviceFailsForDeletedDevice(VertxTestContext) 2024-05-23 00:27:11,073 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:11,370 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceFailsIfGlobalDeviceLimitHasBeenReached(VertxTestContext) 2024-05-23 00:27:11,442 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:11,529 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-3) running testCreateDeviceFailsIfTenantLevelDeviceLimitHasBeenReached(VertxTestContext) 2024-05-23 00:27:11,550 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-3) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.412 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedRegistrationServiceTest 2024-05-23 00:27:14,341 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testSecretMetadataDeletion(VertxTestContext) 2024-05-23 00:27:14,364 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:14,377 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:14,540 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateEmptyCredentialsFailsForSecretWithId(VertxTestContext) 2024-05-23 00:27:14,561 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:14,605 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testCreateAndDeletePasswordSecret(VertxTestContext) 2024-05-23 00:27:14,673 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:14,689 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:14,865 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testDisableCredentials(VertxTestContext) 2024-05-23 00:27:14,885 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:14,895 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:15,050 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testReadCredentialsSucceedsForNewlyCreatedDevice(VertxTestContext) 2024-05-23 00:27:15,068 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:15,130 INFO [org.ecl.hon.dev.jdb.imp.AbstractJdbcRegistryTest] (ForkJoinPool-1-worker-2) running testUpdateCredentialsFailsForExceededCredentialsPerDeviceLimit(VertxTestContext) 2024-05-23 00:27:15,167 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (ForkJoinPool-1-worker-2) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:15,182 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords 2024-05-23 00:27:15,274 INFO [org.ecl.hon.ser.aut.SpringBasedHonoPasswordEncoder] (vert.x-eventloop-thread-0) using BCrypt [strength: 10] with PRNG [NativePRNGNonBlocking] for encoding clear text passwords [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 22.623 s - in org.eclipse.hono.deviceregistry.jdbc.impl.JdbcBasedCredentialsServiceTest [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 89, Failures: 0, Errors: 0, Skipped: 4 [INFO] [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (postgresql-tests) @ hono-service-device-registry-jdbc --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-jdbc --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-SNAPSHOT.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/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-SNAPSHOT-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 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.8.4/quarkus-datasource-deployment-3.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-datasource-deployment/3.8.4/quarkus-datasource-deployment-3.8.4.pom (2.3 kB at 61 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 15 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 16 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 97 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 38 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 8.7 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 10 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 44 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 28 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 108 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 162 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 204 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 100 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 451 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 92 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 5.6 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 226 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 174 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 5922ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/hono-service-device-registry-jdbc-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-device-registry-jdbc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/jacoco.exec [INFO] Analyzed bundle 'Hono JDBC Based Device Registry' with 17 classes [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-device-registry-jdbc --- [INFO] Loading execution data file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/jacoco.exec [INFO] Analyzed bundle 'hono-service-device-registry-jdbc' with 17 classes [INFO] All coverage checks have been met. [INFO] [INFO] -------< org.eclipse.hono:hono-service-device-registry-mongodb >-------- [INFO] Building Hono Mongodb Based Device Registry 2.6.0-SNAPSHOT [62/64] [INFO] from services/device-registry-mongodb/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.5.7/vertx-mongo-client-4.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.5.7/vertx-mongo-client-4.5.7.pom (3.8 kB at 18 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 39 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 90 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 19 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 44 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 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.pom (1.5 kB at 23 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 50 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.7 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 9.1 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 11 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 3.9 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 12 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 4.0 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 3.9 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 30 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 30 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 33 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 11 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 7.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.5.7/vertx-mongo-client-4.5.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.11.1/mongodb-driver-reactivestreams-4.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson/4.11.1/bson-4.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-core/4.11.1/mongodb-driver-core-4.11.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/bson-record-codec/4.11.1/bson-record-codec-4.11.1.jar (14 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-reactivestreams/4.11.1/mongodb-driver-reactivestreams-4.11.1.jar (179 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-collections4/4.4/commons-collections4-4.4.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 5.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.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 12 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/org/mongodb/bson/4.11.1/bson-4.11.1.jar (511 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/quarkus/quarkus-mutiny-reactive-streams-operators/3.8.4/quarkus-mutiny-reactive-streams-operators-3.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/projectreactor/reactor-core/3.5.0/reactor-core-3.5.0.jar (1.8 MB at 8.8 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/org/eclipse/microprofile/reactive-streams-operators/microprofile-reactive-streams-operators-core/3.0/microprofile-reactive-streams-operators-core-3.0.jar (59 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.5.8/mutiny-reactive-streams-operators-2.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/vertx/vertx-mongo-client/4.5.7/vertx-mongo-client-4.5.7.jar (152 kB at 559 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.11.1/mongodb-driver-sync-4.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongodb-driver-sync/4.11.1/mongodb-driver-sync-4.11.1.jar (152 kB at 402 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-mutiny-reactive-streams-operators/3.8.4/quarkus-mutiny-reactive-streams-operators-3.8.4.jar (5.8 kB at 9.9 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.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 181 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/smallrye/reactive/mutiny-reactive-streams-operators/2.5.8/mutiny-reactive-streams-operators-2.5.8.jar (77 kB at 129 kB/s) [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 61 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/testcontainers/mongodb/1.19.6/mongodb-1.19.6.jar (6.3 kB at 9.0 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 13 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] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/jacoco.exec [INFO] [INFO] --- properties-maven-plugin:1.2.0:set-system-properties (default) @ hono-service-device-registry-mongodb --- [INFO] Set 1 system property [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-service-device-registry-mongodb --- [INFO] Copying 4 resources from src/main/resources to target/classes [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 36 source files with javac [debug release 17] to target/classes [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedCredentialsDao.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/src/main/java/org/eclipse/hono/deviceregistry/mongodb/model/MongoDbBasedCredentialsDao.java: Recompile with -Xlint:deprecation for details. [INFO] [INFO] --- jandex-maven-plugin:1.2.3:jandex (make-index) @ hono-service-device-registry-mongodb --- [INFO] Saving Jandex index: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/classes/META-INF/jandex.idx [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-service-device-registry-mongodb --- [INFO] Copying 5 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-service-device-registry-mongodb --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 10 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-service-device-registry-mongodb --- [INFO] Tests are skipped. [INFO] [INFO] --- maven-dependency-plugin:3.5.0:unpack-dependencies (copy_legal_docs) @ hono-service-device-registry-mongodb --- [INFO] Unpacking /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal/target/hono-legal-2.6.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/classes/META-INF with includes "legal/**" and excludes "" [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-service-device-registry-mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-SNAPSHOT.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/Hono-Nightly-Sonar-Pipeline/legal/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/apidocs. Ignored it. [ERROR] Error fetching link: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs/target/apidocs. Ignored it. [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-SNAPSHOT-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 29 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 11 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 23 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 202 kB/s) [INFO] [io.quarkus.deployment.QuarkusAugmentor] Quarkus augmentation completed in 3962ms [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-service-device-registry-mongodb --- [INFO] Building jar: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/hono-service-device-registry-mongodb-2.6.0-SNAPSHOT-sources.jar [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:report (default-report) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file. [INFO] [INFO] --- jacoco-maven-plugin:0.8.10:check (default_check) @ hono-service-device-registry-mongodb --- [INFO] Skipping JaCoCo execution due to missing execution data file:/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/jacoco.exec [INFO] [INFO] ---------------------< org.eclipse.hono:hono-site >--------------------- [INFO] Building Hono Site 2.6.0-SNAPSHOT [63/64] [INFO] from site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.pom (13 kB at 179 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/1.6.0/exec-maven-plugin-1.6.0.jar (58 kB at 837 kB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-site --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-site --- [INFO] [INFO] --- exec-maven-plugin:1.6.0:exec (default) @ hono-site --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.pom (3.3 kB at 239 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 727 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 56 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 489 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 893 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 68 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 365 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 151 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 146 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 126 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 90 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 23 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 93 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 85 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 57 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 584 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 40 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 78 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 21 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 156 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 107 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 213 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 259 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 68 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 161 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 420 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.9 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 159 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 545 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 97 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 302 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 293 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 687 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 3.6 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/2.2.1/maven-toolchain-2.2.1.jar (38 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 3.8 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-project/2.2.1/maven-project-2.2.1.jar (156 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.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.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 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-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 733 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 8.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 188 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 421 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 316 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 561 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 172 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 527 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 467 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 134 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 561 kB/s) build-site.sh: line 16: hugo: command not found Please install "hugo" to be able to build the hono documentation. See readme.md for further details. [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-site --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-site --- [INFO] [INFO] --------------------< org.eclipse.hono:hono-tests >--------------------- [INFO] Building Hono Integration Tests 2.6.0-SNAPSHOT [64/64] [INFO] from tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.pom (5.8 kB at 131 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.0.0/build-helper-maven-plugin-3.0.0.jar (64 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final.pom (5.3 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.65.Final/netty-tcnative-classes-2.0.65.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.65.Final/netty-tcnative-classes-2.0.65.Final.pom (1.6 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.65.Final/netty-tcnative-parent-2.0.65.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-parent/2.0.65.Final/netty-tcnative-parent-2.0.65.Final.pom (39 kB at 671 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.108.Final/netty-transport-native-epoll-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.108.Final/netty-transport-native-epoll-4.1.108.Final.pom (27 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.108.Final/netty-transport-classes-epoll-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.108.Final/netty-transport-classes-epoll-4.1.108.Final.pom (2.1 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.108.Final/netty-transport-native-kqueue-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.108.Final/netty-transport-native-kqueue-4.1.108.Final.pom (31 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.108.Final/netty-transport-classes-kqueue-4.1.108.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.108.Final/netty-transport-classes-kqueue-4.1.108.Final.pom (2.1 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.pom (9.3 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/1.10.0/qpid-jms-parent-1.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-parent/1.10.0/qpid-jms-parent-1.10.0.pom (16 kB at 255 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.pom (11 kB at 548 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.pom (19 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-parent/3.24.2/assertj-parent-3.24.2.pom (13 kB at 583 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-build/3.24.2/assertj-build-3.24.2.pom (8.8 kB at 283 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-x86_64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-aarch_64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-x86_64.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-aarch_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final.jar (3.3 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-windows-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-aarch_64.jar (1.1 MB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.65.Final/netty-tcnative-classes-2.0.65.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-aarch_64.jar (999 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.108.Final/netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-linux-x86_64.jar (1.2 MB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.108.Final/netty-transport-classes-epoll-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-osx-x86_64.jar (1.1 MB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.108.Final/netty-transport-native-kqueue-4.1.108.Final-osx-x86_64.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-epoll/4.1.108.Final/netty-transport-native-epoll-4.1.108.Final-linux-x86_64.jar (40 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.108.Final/netty-transport-classes-kqueue-4.1.108.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-classes/2.0.65.Final/netty-tcnative-classes-2.0.65.Final.jar (35 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-native-kqueue/4.1.108.Final/netty-transport-native-kqueue-4.1.108.Final-osx-x86_64.jar (25 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-tcnative-boringssl-static/2.0.65.Final/netty-tcnative-boringssl-static-2.0.65.Final-windows-x86_64.jar (996 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jakarta/jms/jakarta.jms-api/2.0.3/jakarta.jms-api-2.0.3.jar (57 kB at 142 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-kqueue/4.1.108.Final/netty-transport-classes-kqueue-4.1.108.Final.jar (109 kB at 268 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/netty/netty-transport-classes-epoll/4.1.108.Final/netty-transport-classes-epoll-4.1.108.Final.jar (147 kB at 362 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/assertj/assertj-core/3.24.2/assertj-core-3.24.2.jar (1.3 MB at 3.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/qpid/qpid-jms-client/1.10.0/qpid-jms-client-1.10.0.jar (811 kB at 1.8 MB/s) [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-no-snapshots) @ hono-tests --- [INFO] Skipping Rule Enforcement. [INFO] [INFO] --- maven-enforcer-plugin:3.3.0:enforce (enforce-java-17) @ hono-tests --- [INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed [INFO] [INFO] --- maven-checkstyle-plugin:3.3.0:check (checkstyle-check) @ hono-tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- build-helper-maven-plugin:3.0.0:reserve-network-port (reserve-network-port) @ hono-tests --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 80 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 109 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 313 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 365 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 320 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 144 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 70 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 427 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 151 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 133 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 1.7 MB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 286 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 328 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 426 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 348 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 8.3 MB/s) [INFO] Reserved port 33723 for kafka.port [INFO] [INFO] --- maven-resources-plugin:3.3.1:resources (default-resources) @ hono-tests --- [INFO] Copying 66 resources from src/test/resources to target/resources [INFO] The encoding used to copy filtered properties files have not been set. This means that the same encoding will be used to copy filtered properties files as when copying other filtered resources. This might not be what you want! Run your build with --debug to see which files might be affected. Read more at https://maven.apache.org/plugins/maven-resources-plugin/examples/filtering-properties-files.html [INFO] [INFO] --- maven-compiler-plugin:3.11.0:compile (default-compile) @ hono-tests --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:3.3.1:testResources (default-testResources) @ hono-tests --- [INFO] Copying 66 resources from src/test/resources to target/test-classes [INFO] [INFO] --- maven-compiler-plugin:3.11.0:testCompile (default-testCompile) @ hono-tests --- [INFO] Changes detected - recompiling the module! :dependency [INFO] Compiling 70 source files with javac [debug release 17] to target/test-classes [INFO] [INFO] --- maven-surefire-plugin:3.1.0:test (default-test) @ hono-tests --- [INFO] Using auto detected provider org.apache.maven.surefire.junitplatform.JUnitPlatformProvider [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] [INFO] Results: [INFO] [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- maven-jar-plugin:3.3.0:jar (default-jar) @ hono-tests --- [INFO] Skipping packaging of the jar [INFO] [INFO] --- maven-javadoc-plugin:3.5.0:jar (attach-javadocs) @ hono-tests --- [INFO] Skipping javadoc generation [INFO] [INFO] --- write-properties-file-maven-plugin:1.0.1:write-properties-file (default) @ hono-tests --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.pom (4.8 kB at 268 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.0.0.M5/sisu-plexus-0.0.0.M5.pom (13 kB at 400 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.pom (5.4 kB at 359 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/10.0.1/guava-parent-10.0.1.pom (2.0 kB at 109 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 195 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 405 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.pom (2.5 kB at 76 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.0.0.M5/sisu-inject-0.0.0.M5.pom (14 kB at 246 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 129 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 149 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 270 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom (4.3 kB at 11 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.2/maven-plugin-tools-3.2.pom (17 kB at 689 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom (3.0 kB at 39 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 194 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.pom (1.6 kB at 52 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.pom (266 B at 6.0 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-parent/3.3.1/asm-parent-3.3.1.pom (4.3 kB at 155 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom (417 B at 4.6 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 9.4 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom (2.8 kB at 41 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom (1.7 kB at 20 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 123 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 kB at 463 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 268 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.0.0.M5/org.eclipse.sisu.inject-0.0.0.M5.jar (291 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/org.eclipse.sisu.plexus-0.0.0.M5.jar (197 kB at 6.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.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/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar (33 kB at 847 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.2/maven-plugin-annotations-3.2.jar (15 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm/3.3.1/asm-3.3.1.jar (44 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/10.0.1/guava-10.0.1.jar (1.5 MB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar (40 kB at 603 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar (38 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar (22 kB at 178 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar (23 kB at 184 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar (58 kB at 452 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (180 kB at 1.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar (185 kB at 1.2 MB/s) [INFO] Creating directory /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/tests/target/docker [INFO] Saving properties to file /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/tests/target/docker/kafka.port.properties [INFO] [INFO] --- maven-source-plugin:3.2.1:jar-no-fork (attach-sources) @ hono-tests --- [INFO] Skipping source per configuration. [INFO] [INFO] --------------------< org.eclipse.hono:hono-parent >-------------------- [INFO] Building Hono 2.6.0-SNAPSHOT [65/64] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- sonar-maven-plugin:3.11.0.3922:sonar (default-cli) @ hono-parent --- [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.pom (8.0 kB at 419 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api/2.16.3.1081/sonar-scanner-api-2.16.3.1081.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.16.3.1081/sonar-scanner-api-2.16.3.1081.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.16.3.1081/sonar-scanner-api-2.16.3.1081.pom (5.2 kB at 235 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.16.3.1081/sonar-scanner-api-parent-2.16.3.1081.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.16.3.1081/sonar-scanner-api-parent-2.16.3.1081.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api-parent/2.16.3.1081/sonar-scanner-api-parent-2.16.3.1081.pom (4.8 kB at 440 kB/s) [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/parent/parent/60.0.52/parent-60.0.52.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/60.0.52/parent-60.0.52.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/parent/parent/60.0.52/parent-60.0.52.pom (32 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.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse-cbi-releases: https://repo.eclipse.org/content/repositories/cbi-releases/org/sonarsource/scanner/api/sonar-scanner-api/2.16.3.1081/sonar-scanner-api-2.16.3.1081.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.16.3.1081/sonar-scanner-api-2.16.3.1081.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.4.1/plexus-utils-3.4.1.jar (264 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonarsource/scanner/api/sonar-scanner-api/2.16.3.1081/sonar-scanner-api-2.16.3.1081.jar (625 kB at 22 MB/s) [INFO] 00:28:12.428 Java 17.0.9 Eclipse Adoptium (64-bit) [INFO] 00:28:12.429 Linux 6.2.9-300.fc38.x86_64 (amd64) [INFO] 00:28:12.461 User cache: /home/jenkins/.sonar/cache [INFO] 00:28:15.307 Communicating with SonarCloud [INFO] 00:28:15.537 Default locale: "en_US", source code encoding: "UTF-8" [INFO] 00:28:16.170 Load global settings [INFO] 00:28:16.607 Load global settings (done) | time=439ms [INFO] 00:28:16.609 Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu [INFO] 00:28:16.749 Loading required plugins [INFO] 00:28:16.749 Load plugins index [INFO] 00:28:16.874 Load plugins index (done) | time=125ms [INFO] 00:28:16.875 Load/download plugins [INFO] 00:28:17.749 Load/download plugins (done) | time=874ms [INFO] 00:28:18.110 Found an active CI vendor: 'Jenkins' [INFO] 00:28:18.117 Load project settings for component key: 'org.eclipse.hono' [INFO] 00:28:18.256 Load project settings for component key: 'org.eclipse.hono' (done) | time=139ms [INFO] 00:28:18.260 Process project properties [INFO] 00:28:18.332 Project key: org.eclipse.hono [INFO] 00:28:18.332 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline [INFO] 00:28:18.332 Working dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar [INFO] 00:28:18.352 Load project branches [INFO] 00:28:18.501 Load project branches (done) | time=149ms [INFO] 00:28:18.509 Check ALM binding of project 'org.eclipse.hono' [INFO] 00:28:18.626 Detected project binding: NOT_BOUND [INFO] 00:28:18.627 Check ALM binding of project 'org.eclipse.hono' (done) | time=118ms [INFO] 00:28:18.629 Load project pull requests [INFO] 00:28:18.742 Load project pull requests (done) | time=113ms [INFO] 00:28:18.744 Load branch configuration [INFO] 00:28:18.745 Load branch configuration (done) | time=1ms [INFO] 00:28:18.751 Load quality profiles [INFO] 00:28:18.956 Load quality profiles (done) | time=205ms [INFO] 00:28:18.960 Load active rules [INFO] 00:28:24.852 Load active rules (done) | time=5892ms [INFO] 00:28:25.022 Organization key: eclipse [INFO] 00:28:25.036 Preprocessing files... [INFO] 00:28:26.624 2 languages detected in 1194 preprocessed files [INFO] 00:28:26.624 0 files ignored because of inclusion/exclusion patterns [INFO] 00:28:26.624 0 files ignored because of scm ignore settings [INFO] 00:28:26.633 Loading plugins for detected languages [INFO] 00:28:26.634 Load/download plugins [INFO] 00:28:27.372 Load/download plugins (done) | time=738ms [INFO] 00:28:27.574 Load project repositories [INFO] 00:28:28.114 Load project repositories (done) | time=540ms [INFO] 00:28:28.116 Indexing files... [INFO] 00:28:28.116 Project configuration: [INFO] 00:28:28.116 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.117 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.118 Indexing files of module 'Device Connection client' [INFO] 00:28:28.118 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base [INFO] 00:28:28.118 Source paths: pom.xml, src/main/java [INFO] 00:28:28.118 Test paths: src/test/java [INFO] 00:28:28.118 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.118 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.122 Indexing files of module 'Hotrod Device Connection client' [INFO] 00:28:28.122 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan [INFO] 00:28:28.122 Source paths: pom.xml, src/main/java [INFO] 00:28:28.122 Test paths: src/test/java [INFO] 00:28:28.122 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.122 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.122 Indexing files of module 'Hono Adapter Base' [INFO] 00:28:28.122 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base [INFO] 00:28:28.123 Source paths: pom.xml, src/main/java [INFO] 00:28:28.123 Test paths: src/test/java [INFO] 00:28:28.123 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.123 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.126 Indexing files of module 'Hono AMQP Adapter' [INFO] 00:28:28.126 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp [INFO] 00:28:28.126 Source paths: pom.xml, src/main/java [INFO] 00:28:28.126 Test paths: src/test/java [INFO] 00:28:28.126 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.127 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.128 Indexing files of module 'Hono CoAP Adapter' [INFO] 00:28:28.128 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap [INFO] 00:28:28.128 Source paths: pom.xml, src/main/java [INFO] 00:28:28.128 Test paths: src/test/java [INFO] 00:28:28.128 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.128 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.130 Indexing files of module 'Hono HTTP Adapter' [INFO] 00:28:28.131 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http [INFO] 00:28:28.131 Source paths: pom.xml, src/main/java [INFO] 00:28:28.131 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.131 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.131 Indexing files of module 'Hono HTTP Adapter base' [INFO] 00:28:28.131 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base [INFO] 00:28:28.131 Source paths: pom.xml, src/main/java [INFO] 00:28:28.131 Test paths: src/test/java [INFO] 00:28:28.132 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.132 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.132 Indexing files of module 'Hono Lora Adapter' [INFO] 00:28:28.132 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora [INFO] 00:28:28.132 Source paths: pom.xml, src/main/java [INFO] 00:28:28.132 Test paths: src/test/java [INFO] 00:28:28.133 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.133 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.135 Indexing files of module 'Hono MQTT Adapter' [INFO] 00:28:28.135 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt [INFO] 00:28:28.135 Source paths: pom.xml, src/main/java [INFO] 00:28:28.135 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.135 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.135 Indexing files of module 'Hono MQTT Adapter base' [INFO] 00:28:28.135 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base [INFO] 00:28:28.135 Source paths: pom.xml, src/main/java [INFO] 00:28:28.135 Test paths: src/test/java [INFO] 00:28:28.135 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.135 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.137 Indexing files of module 'Hono Sigfox Adapter' [INFO] 00:28:28.137 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox [INFO] 00:28:28.137 Source paths: pom.xml, src/main/java [INFO] 00:28:28.137 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.137 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.137 Indexing files of module 'Hono Protocol Adapters Parent' [INFO] 00:28:28.137 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/parent [INFO] 00:28:28.137 Source paths: pom.xml [INFO] 00:28:28.137 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.137 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.138 Indexing files of module 'Hono Protocol Adapters' [INFO] 00:28:28.138 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters [INFO] 00:28:28.138 Source paths: pom.xml [INFO] 00:28:28.138 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.138 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.138 Indexing files of module 'Hono Dependencies' [INFO] 00:28:28.138 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/bom [INFO] 00:28:28.138 Source paths: pom.xml [INFO] 00:28:28.138 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.138 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.138 Indexing files of module 'Hono command-line interface' [INFO] 00:28:28.139 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/cli [INFO] 00:28:28.139 Source paths: pom.xml, src/main/java [INFO] 00:28:28.139 Test paths: src/test/java [INFO] 00:28:28.139 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.139 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.139 Indexing files of module 'Hono Client AMQP Common' [INFO] 00:28:28.139 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common [INFO] 00:28:28.139 Source paths: pom.xml, src/main/java [INFO] 00:28:28.139 Test paths: src/test/java [INFO] 00:28:28.140 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.140 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.140 Indexing files of module 'Hono Client AMQP Connection' [INFO] 00:28:28.140 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection [INFO] 00:28:28.140 Source paths: pom.xml, src/main/java [INFO] 00:28:28.140 Test paths: src/test/java [INFO] 00:28:28.140 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.140 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.142 Indexing files of module 'Hono Client for Business Applications' [INFO] 00:28:28.142 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application [INFO] 00:28:28.142 Source paths: pom.xml, src/main/java [INFO] 00:28:28.142 Test paths: src/test/java [INFO] 00:28:28.142 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.142 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.143 Indexing files of module 'Hono Client for Business Applications (AMQP)' [INFO] 00:28:28.143 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp [INFO] 00:28:28.143 Source paths: pom.xml, src/main/java [INFO] 00:28:28.143 Test paths: src/test/java [INFO] 00:28:28.143 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.143 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.144 Indexing files of module 'Hono Client for Business Applications (Kafka)' [INFO] 00:28:28.144 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka [INFO] 00:28:28.144 Source paths: pom.xml, src/main/java [INFO] 00:28:28.144 Test paths: src/test/java [INFO] 00:28:28.144 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.144 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.145 Indexing files of module 'Hono Client for Command & Control' [INFO] 00:28:28.145 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command [INFO] 00:28:28.145 Source paths: pom.xml, src/main/java [INFO] 00:28:28.145 Test paths: src/test/java [INFO] 00:28:28.145 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.145 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.146 Indexing files of module 'Hono Client for Command & Control (AMQP)' [INFO] 00:28:28.146 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp [INFO] 00:28:28.146 Source paths: pom.xml, src/main/java [INFO] 00:28:28.146 Test paths: src/test/java [INFO] 00:28:28.146 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.146 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.146 Indexing files of module 'Hono Client for Command & Control (Kafka)' [INFO] 00:28:28.147 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka [INFO] 00:28:28.147 Source paths: pom.xml, src/main/java [INFO] 00:28:28.147 Test paths: src/test/java [INFO] 00:28:28.147 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.147 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.147 Indexing files of module 'Hono Client for Command & Control (Pub/Sub)' [INFO] 00:28:28.147 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub [INFO] 00:28:28.147 Source paths: pom.xml, src/main/java [INFO] 00:28:28.147 Test paths: src/test/java [INFO] 00:28:28.147 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.147 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.148 Indexing files of module 'Hono Client Common' [INFO] 00:28:28.148 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common [INFO] 00:28:28.148 Source paths: pom.xml, src/main/java [INFO] 00:28:28.148 Test paths: src/test/java [INFO] 00:28:28.148 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.148 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.149 Indexing files of module 'Hono Client Device AMQP' [INFO] 00:28:28.149 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp [INFO] 00:28:28.149 Source paths: pom.xml, src/main/java [INFO] 00:28:28.149 Test paths: src/test/java [INFO] 00:28:28.149 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.149 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.150 Indexing files of module 'Hono Client Kafka Common' [INFO] 00:28:28.150 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common [INFO] 00:28:28.150 Source paths: pom.xml, src/main/java [INFO] 00:28:28.150 Test paths: src/test/java [INFO] 00:28:28.150 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.150 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.151 Indexing files of module 'Hono Notification Client' [INFO] 00:28:28.151 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification [INFO] 00:28:28.151 Source paths: pom.xml, src/main/java [INFO] 00:28:28.151 Test paths: src/test/java [INFO] 00:28:28.151 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.151 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.152 Indexing files of module 'Hono Notification Client (AMQP)' [INFO] 00:28:28.152 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp [INFO] 00:28:28.152 Source paths: pom.xml, src/main/java [INFO] 00:28:28.152 Test paths: src/test/java [INFO] 00:28:28.152 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.152 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.153 Indexing files of module 'Hono Notification Client (Kafka)' [INFO] 00:28:28.153 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka [INFO] 00:28:28.153 Source paths: pom.xml, src/main/java [INFO] 00:28:28.153 Test paths: src/test/java [INFO] 00:28:28.153 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.153 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.153 Indexing files of module 'Hono Notification Client (Pub/Sub)' [INFO] 00:28:28.153 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub [INFO] 00:28:28.154 Source paths: pom.xml, src/main/java [INFO] 00:28:28.154 Test paths: src/test/java [INFO] 00:28:28.154 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.154 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.154 Indexing files of module 'Hono Client PubSub Common' [INFO] 00:28:28.154 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common [INFO] 00:28:28.154 Source paths: pom.xml, src/main/java [INFO] 00:28:28.154 Test paths: src/test/java [INFO] 00:28:28.154 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.154 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.155 Indexing files of module 'Hono Device Registry Client' [INFO] 00:28:28.155 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry [INFO] 00:28:28.155 Source paths: pom.xml, src/main/java [INFO] 00:28:28.155 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.155 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.155 Indexing files of module 'Hono Registry Client (AMQP)' [INFO] 00:28:28.155 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp [INFO] 00:28:28.155 Source paths: pom.xml, src/main/java [INFO] 00:28:28.155 Test paths: src/test/java [INFO] 00:28:28.156 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.156 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.156 Indexing files of module 'Hono Telemetry Client' [INFO] 00:28:28.156 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry [INFO] 00:28:28.156 Source paths: pom.xml, src/main/java [INFO] 00:28:28.156 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.156 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.156 Indexing files of module 'Hono Telemetry Client (AMQP)' [INFO] 00:28:28.157 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp [INFO] 00:28:28.157 Source paths: pom.xml, src/main/java [INFO] 00:28:28.157 Test paths: src/test/java [INFO] 00:28:28.157 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.157 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.157 Indexing files of module 'Hono Telemetry Client (Kafka)' [INFO] 00:28:28.157 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka [INFO] 00:28:28.157 Source paths: pom.xml, src/main/java [INFO] 00:28:28.157 Test paths: src/test/java [INFO] 00:28:28.157 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.157 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.158 Indexing files of module 'Hono Telemetry Client (PubSub)' [INFO] 00:28:28.158 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub [INFO] 00:28:28.158 Source paths: pom.xml, src/main/java [INFO] 00:28:28.158 Test paths: src/test/java [INFO] 00:28:28.158 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.158 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.158 Indexing files of module 'Hono Clients' [INFO] 00:28:28.158 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients [INFO] 00:28:28.158 Source paths: pom.xml [INFO] 00:28:28.158 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.158 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.158 Indexing files of module 'Hono Core' [INFO] 00:28:28.159 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core [INFO] 00:28:28.159 Source paths: pom.xml, src/main/java [INFO] 00:28:28.159 Test paths: src/test/java [INFO] 00:28:28.159 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.159 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.160 Indexing files of module 'Hono Demo Certs' [INFO] 00:28:28.160 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/demo-certs [INFO] 00:28:28.160 Source paths: pom.xml [INFO] 00:28:28.161 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.161 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.161 Indexing files of module 'Hono Client Examples' [INFO] 00:28:28.161 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples [INFO] 00:28:28.161 Source paths: pom.xml, src/main/java [INFO] 00:28:28.161 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.161 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.161 Indexing files of module 'Hono Protocol Gateway example' [INFO] 00:28:28.161 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example [INFO] 00:28:28.161 Source paths: pom.xml, src/main/java [INFO] 00:28:28.161 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.161 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.162 Indexing files of module 'Hono Examples' [INFO] 00:28:28.162 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples [INFO] 00:28:28.162 Source paths: pom.xml [INFO] 00:28:28.162 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.162 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.162 Indexing files of module 'Legal Documents' [INFO] 00:28:28.162 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/legal [INFO] 00:28:28.162 Source paths: pom.xml [INFO] 00:28:28.162 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.162 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.163 Indexing files of module 'Hono Service base' [INFO] 00:28:28.163 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base [INFO] 00:28:28.163 Source paths: pom.xml, src/main/java [INFO] 00:28:28.163 Test paths: src/test/java [INFO] 00:28:28.163 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.163 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.165 Indexing files of module 'Hono Auth Server' [INFO] 00:28:28.165 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth [INFO] 00:28:28.165 Source paths: pom.xml, src/main/java [INFO] 00:28:28.165 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.165 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.165 Indexing files of module 'Hono Auth base' [INFO] 00:28:28.165 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base [INFO] 00:28:28.165 Source paths: pom.xml, src/main/java [INFO] 00:28:28.165 Test paths: src/test/java [INFO] 00:28:28.165 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.165 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.166 Indexing files of module 'Base classes for JDBC services' [INFO] 00:28:28.166 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc [INFO] 00:28:28.166 Source paths: pom.xml, src/main/java [INFO] 00:28:28.166 Test paths: src/test/java [INFO] 00:28:28.166 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.166 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.167 Indexing files of module 'Hono Service Command Router Base' [INFO] 00:28:28.167 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base [INFO] 00:28:28.167 Source paths: pom.xml, src/main/java [INFO] 00:28:28.167 Test paths: src/test/java [INFO] 00:28:28.167 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.167 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.168 Indexing files of module 'Hono Infinispan Based Command Router' [INFO] 00:28:28.168 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan [INFO] 00:28:28.168 Source paths: pom.xml, src/main/java [INFO] 00:28:28.168 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.168 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.168 Indexing files of module 'Hono Service Device Registry Base' [INFO] 00:28:28.169 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base [INFO] 00:28:28.169 Source paths: pom.xml, src/main/java [INFO] 00:28:28.169 Test paths: src/test/java [INFO] 00:28:28.169 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.169 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.171 Indexing files of module 'Hono JDBC Based Device Registry' [INFO] 00:28:28.171 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc [INFO] 00:28:28.171 Source paths: pom.xml, src/main/java [INFO] 00:28:28.171 Test paths: src/test/java [INFO] 00:28:28.171 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.171 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.172 Indexing files of module 'Hono Mongodb Based Device Registry' [INFO] 00:28:28.172 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb [INFO] 00:28:28.172 Source paths: pom.xml, src/main/java [INFO] 00:28:28.172 Test paths: src/test/java [INFO] 00:28:28.172 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.172 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.173 Indexing files of module 'Hono Services Parent' [INFO] 00:28:28.173 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/parent [INFO] 00:28:28.173 Source paths: pom.xml [INFO] 00:28:28.173 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.173 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.173 Indexing files of module 'Hono Services' [INFO] 00:28:28.173 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services [INFO] 00:28:28.173 Source paths: pom.xml [INFO] 00:28:28.173 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.173 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.173 Indexing files of module 'Hono Site' [INFO] 00:28:28.174 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/site [INFO] 00:28:28.174 Source paths: pom.xml [INFO] 00:28:28.174 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.174 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.174 Indexing files of module 'Hono Integration Tests' [INFO] 00:28:28.174 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/tests [INFO] 00:28:28.174 Source paths: pom.xml [INFO] 00:28:28.174 Test paths: src/test/java [INFO] 00:28:28.174 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.174 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.175 Indexing files of module 'Hono Adapter Base Test Utils' [INFO] 00:28:28.175 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/adapter-base-test-utils [INFO] 00:28:28.175 Source paths: pom.xml, src/main/java [INFO] 00:28:28.175 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.176 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.176 Indexing files of module 'Hono Client Test Utils' [INFO] 00:28:28.176 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils [INFO] 00:28:28.176 Source paths: pom.xml, src/main/java [INFO] 00:28:28.176 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.176 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.176 Indexing files of module 'Hono Core Test Utils' [INFO] 00:28:28.176 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils [INFO] 00:28:28.176 Source paths: pom.xml, src/main/java [INFO] 00:28:28.176 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.176 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.177 Indexing files of module 'Hono Kafka Test Utils' [INFO] 00:28:28.177 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils [INFO] 00:28:28.177 Source paths: pom.xml, src/main/java [INFO] 00:28:28.177 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.177 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.177 Indexing files of module 'Hono Test Utils' [INFO] 00:28:28.177 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils [INFO] 00:28:28.177 Source paths: pom.xml [INFO] 00:28:28.177 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.177 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.177 Indexing files of module 'Hono' [INFO] 00:28:28.177 Base dir: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline [INFO] 00:28:28.177 Source paths: pom.xml [INFO] 00:28:28.177 Excluded sources: **/build-wrapper-dump.json, client/** [INFO] 00:28:28.177 Excluded sources for coverage: test-utils/**, examples/**, tests/**, services/device-connection/**, services/device-registry-file/** [INFO] 00:28:28.178 1194 files indexed [INFO] 00:28:28.182 Quality profile for java: Sonar way [INFO] 00:28:28.182 Quality profile for xml: Sonar way [INFO] 00:28:28.182 ------------- Run sensors on module Hono command-line interface [INFO] 00:28:28.256 Load metrics repository [INFO] 00:28:28.370 Load metrics repository (done) | time=114ms [INFO] 00:28:28.375 Sensor cache enabled [INFO] 00:28:28.512 Load sensor cache [INFO] 00:28:34.368 Load sensor cache (4 MB) | time=5856ms [INFO] 00:28:35.831 Sensor JavaSensor [java] [INFO] 00:28:35.837 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:28:35.882 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:28:35.885 Using ECJ batch to parse 13 Main java source files with batch size 107 KB. [INFO] 00:28:36.466 Starting batch processing. [INFO] 00:28:37.247 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:28:39.343 100% analyzed [INFO] 00:28:39.343 Batch processing: Done. [INFO] 00:28:39.344 Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] 00:28:39.392 Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] 00:28:39.394 Starting batch processing. [INFO] 00:28:39.478 100% analyzed [INFO] 00:28:39.478 Batch processing: Done. [INFO] 00:28:39.480 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:28:39.480 No "Generated" source files to scan. [INFO] 00:28:39.480 Sensor JavaSensor [java] (done) | time=3649ms [INFO] 00:28:39.481 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:28:39.482 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:28:39.482 Sensor SurefireSensor [java] [INFO] 00:28:39.483 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/cli/target/surefire-reports] [INFO] 00:28:39.562 Sensor SurefireSensor [java] (done) | time=80ms [INFO] 00:28:39.562 Sensor XML Sensor [xml] [INFO] 00:28:39.566 1 source file to be analyzed [INFO] 00:28:39.750 1/1 source file has been analyzed [INFO] 00:28:39.750 Sensor XML Sensor [xml] (done) | time=188ms [INFO] 00:28:39.751 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:28:39.752 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:28:39.752 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:28:39.752 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:28:39.752 Sensor Java Config Sensor [iac] [INFO] 00:28:39.757 0 source files to be analyzed [INFO] 00:28:39.766 0/0 source files have been analyzed [INFO] 00:28:39.766 Sensor Java Config Sensor [iac] (done) | time=14ms [INFO] 00:28:39.766 Sensor IaC Docker Sensor [iac] [INFO] 00:28:39.767 0 source files to be analyzed [INFO] 00:28:39.842 0/0 source files have been analyzed [INFO] 00:28:39.842 Sensor IaC Docker Sensor [iac] (done) | time=76ms [INFO] 00:28:39.842 Sensor Serverless configuration file sensor [security] [INFO] 00:28:39.843 0 Serverless function entries were found in the project [INFO] 00:28:39.845 0 Serverless function handlers were kept as entrypoints [INFO] 00:28:39.845 Sensor Serverless configuration file sensor [security] (done) | time=3ms [INFO] 00:28:39.845 Sensor AWS SAM template file sensor [security] [INFO] 00:28:39.846 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 00:28:39.846 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:28:39.846 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:28:39.848 ------------- Run sensors on module Hotrod Device Connection client [INFO] 00:28:39.926 Sensor JavaSensor [java] [INFO] 00:28:39.927 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:28:39.934 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:28:39.934 Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] 00:28:39.941 Starting batch processing. [INFO] 00:28:40.043 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:28:41.052 100% analyzed [INFO] 00:28:41.052 Batch processing: Done. [INFO] 00:28:41.053 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 00:28:41.064 Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] 00:28:41.070 Starting batch processing. [INFO] 00:28:41.527 100% analyzed [INFO] 00:28:41.527 Batch processing: Done. [INFO] 00:28:41.527 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:28:41.527 No "Generated" source files to scan. [INFO] 00:28:41.527 Sensor JavaSensor [java] (done) | time=1601ms [INFO] 00:28:41.528 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:28:41.528 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:28:41.528 Sensor SurefireSensor [java] [INFO] 00:28:41.529 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-infinispan/target/surefire-reports] [INFO] 00:28:41.537 Sensor SurefireSensor [java] (done) | time=9ms [INFO] 00:28:41.537 Sensor XML Sensor [xml] [INFO] 00:28:41.538 1 source file to be analyzed [INFO] 00:28:41.562 1/1 source file has been analyzed [INFO] 00:28:41.562 Sensor XML Sensor [xml] (done) | time=25ms [INFO] 00:28:41.562 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:28:41.562 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:28:41.565 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:28:41.577 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=15ms [INFO] 00:28:41.578 Sensor Java Config Sensor [iac] [INFO] 00:28:41.631 0 source files to be analyzed [INFO] 00:28:41.631 0/0 source files have been analyzed [INFO] 00:28:41.631 Sensor Java Config Sensor [iac] (done) | time=53ms [INFO] 00:28:41.632 Sensor IaC Docker Sensor [iac] [INFO] 00:28:41.632 0 source files to be analyzed [INFO] 00:28:41.639 0/0 source files have been analyzed [INFO] 00:28:41.639 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 00:28:41.639 Sensor Serverless configuration file sensor [security] [INFO] 00:28:41.639 0 Serverless function entries were found in the project [INFO] 00:28:41.639 0 Serverless function handlers were kept as entrypoints [INFO] 00:28:41.639 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:28:41.639 Sensor AWS SAM template file sensor [security] [INFO] 00:28:41.639 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:28:41.639 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:28:41.639 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:28:41.640 ------------- Run sensors on module Hono Integration Tests [INFO] 00:28:41.824 Sensor JavaSensor [java] [INFO] 00:28:41.824 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:28:41.834 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:28:41.834 No "Main" source files to scan. [INFO] 00:28:41.836 Using ECJ batch to parse 70 Test java source files with batch size 107 KB. [INFO] 00:28:41.848 Starting batch processing. [INFO] 00:28:42.067 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:28:51.660 100% analyzed [INFO] 00:28:51.660 Batch processing: Done. [INFO] 00:28:51.661 Did not optimize analysis for any files, performed a full analysis for all 70 files. [INFO] 00:28:51.661 No "Generated" source files to scan. [INFO] 00:28:51.662 Sensor JavaSensor [java] (done) | time=9838ms [INFO] 00:28:51.662 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:28:51.662 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:28:51.662 Sensor SurefireSensor [java] [INFO] 00:28:51.663 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/tests/target/surefire-reports] [WARNING] 00:28:51.663 Reports path contains no files matching TEST-.*.xml : /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/tests/target/surefire-reports [INFO] 00:28:51.663 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 00:28:51.663 Sensor XML Sensor [xml] [INFO] 00:28:51.663 1 source file to be analyzed [INFO] 00:28:52.046 1/1 source file has been analyzed [INFO] 00:28:52.047 Sensor XML Sensor [xml] (done) | time=383ms [INFO] 00:28:52.047 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:28:52.047 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:28:52.047 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:28:52.047 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:28:52.047 Sensor Java Config Sensor [iac] [INFO] 00:28:52.049 0 source files to be analyzed [INFO] 00:28:52.049 0/0 source files have been analyzed [INFO] 00:28:52.049 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 00:28:52.049 Sensor IaC Docker Sensor [iac] [INFO] 00:28:52.050 0 source files to be analyzed [INFO] 00:28:52.056 0/0 source files have been analyzed [INFO] 00:28:52.057 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 00:28:52.057 Sensor Serverless configuration file sensor [security] [INFO] 00:28:52.057 0 Serverless function entries were found in the project [INFO] 00:28:52.057 0 Serverless function handlers were kept as entrypoints [INFO] 00:28:52.057 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:28:52.057 Sensor AWS SAM template file sensor [security] [INFO] 00:28:52.057 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:28:52.057 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:28:52.057 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:28:52.057 ------------- Run sensors on module Device Connection client [INFO] 00:28:52.180 Sensor JavaSensor [java] [INFO] 00:28:52.180 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:28:52.227 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:28:52.228 Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] 00:28:52.236 Starting batch processing. [INFO] 00:28:52.457 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:28:53.783 100% analyzed [INFO] 00:28:53.783 Batch processing: Done. [INFO] 00:28:53.784 Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] 00:28:53.828 Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] 00:28:53.835 Starting batch processing. [INFO] 00:28:54.261 100% analyzed [INFO] 00:28:54.261 Batch processing: Done. [INFO] 00:28:54.261 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:28:54.261 No "Generated" source files to scan. [INFO] 00:28:54.261 Sensor JavaSensor [java] (done) | time=2081ms [INFO] 00:28:54.262 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:28:54.262 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:28:54.262 Sensor SurefireSensor [java] [INFO] 00:28:54.262 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/client-device-connection-base/target/surefire-reports] [INFO] 00:28:54.266 Sensor SurefireSensor [java] (done) | time=4ms [INFO] 00:28:54.267 Sensor XML Sensor [xml] [INFO] 00:28:54.267 1 source file to be analyzed [INFO] 00:28:54.280 1/1 source file has been analyzed [INFO] 00:28:54.280 Sensor XML Sensor [xml] (done) | time=13ms [INFO] 00:28:54.281 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:28:54.281 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:28:54.281 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:28:54.332 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=51ms [INFO] 00:28:54.332 Sensor Java Config Sensor [iac] [INFO] 00:28:54.333 0 source files to be analyzed [INFO] 00:28:54.333 0/0 source files have been analyzed [INFO] 00:28:54.333 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:28:54.334 Sensor IaC Docker Sensor [iac] [INFO] 00:28:54.334 0 source files to be analyzed [INFO] 00:28:54.341 0/0 source files have been analyzed [INFO] 00:28:54.341 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 00:28:54.341 Sensor Serverless configuration file sensor [security] [INFO] 00:28:54.341 0 Serverless function entries were found in the project [INFO] 00:28:54.341 0 Serverless function handlers were kept as entrypoints [INFO] 00:28:54.341 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:28:54.341 Sensor AWS SAM template file sensor [security] [INFO] 00:28:54.341 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:28:54.341 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:28:54.341 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:28:54.341 ------------- Run sensors on module Hono Dependencies [INFO] 00:28:54.452 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:28:54.452 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:28:54.452 Sensor XML Sensor [xml] [INFO] 00:28:54.452 1 source file to be analyzed [INFO] 00:28:54.547 1/1 source file has been analyzed [INFO] 00:28:54.547 Sensor XML Sensor [xml] (done) | time=95ms [INFO] 00:28:54.547 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:28:54.547 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:28:54.547 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:28:54.547 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:28:54.547 Sensor Java Config Sensor [iac] [INFO] 00:28:54.548 0 source files to be analyzed [INFO] 00:28:54.548 0/0 source files have been analyzed [INFO] 00:28:54.548 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:28:54.548 Sensor IaC Docker Sensor [iac] [INFO] 00:28:54.548 0 source files to be analyzed [INFO] 00:28:54.555 0/0 source files have been analyzed [INFO] 00:28:54.555 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 00:28:54.555 Sensor Serverless configuration file sensor [security] [INFO] 00:28:54.555 0 Serverless function entries were found in the project [INFO] 00:28:54.555 0 Serverless function handlers were kept as entrypoints [INFO] 00:28:54.555 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:28:54.555 Sensor AWS SAM template file sensor [security] [INFO] 00:28:54.555 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:28:54.555 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:28:54.555 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:28:54.556 ------------- Run sensors on module Legal Documents [INFO] 00:28:54.679 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:28:54.727 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=47ms [INFO] 00:28:54.727 Sensor XML Sensor [xml] [INFO] 00:28:54.728 1 source file to be analyzed [INFO] 00:28:54.738 1/1 source file has been analyzed [INFO] 00:28:54.738 Sensor XML Sensor [xml] (done) | time=11ms [INFO] 00:28:54.739 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:28:54.739 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:28:54.739 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:28:54.739 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:28:54.739 Sensor Java Config Sensor [iac] [INFO] 00:28:54.739 0 source files to be analyzed [INFO] 00:28:54.739 0/0 source files have been analyzed [INFO] 00:28:54.739 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:28:54.740 Sensor IaC Docker Sensor [iac] [INFO] 00:28:54.740 0 source files to be analyzed [INFO] 00:28:54.745 0/0 source files have been analyzed [INFO] 00:28:54.745 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:28:54.745 Sensor Serverless configuration file sensor [security] [INFO] 00:28:54.745 0 Serverless function entries were found in the project [INFO] 00:28:54.745 0 Serverless function handlers were kept as entrypoints [INFO] 00:28:54.745 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:28:54.745 Sensor AWS SAM template file sensor [security] [INFO] 00:28:54.745 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:28:54.745 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:28:54.745 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:28:54.746 ------------- Run sensors on module Hono Service Device Registry Base [INFO] 00:28:54.844 Sensor JavaSensor [java] [INFO] 00:28:54.844 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:28:54.853 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:28:54.853 Using ECJ batch to parse 80 Main java source files with batch size 107 KB. [INFO] 00:28:54.864 Starting batch processing. [INFO] 00:28:54.955 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:00.838 100% analyzed [INFO] 00:29:00.838 Batch processing: Done. [INFO] 00:29:00.839 Did not optimize analysis for any files, performed a full analysis for all 80 files. [INFO] 00:29:00.859 Using ECJ batch to parse 29 Test java source files with batch size 107 KB. [INFO] 00:29:00.869 Starting batch processing. [INFO] 00:29:04.633 100% analyzed [INFO] 00:29:04.633 Batch processing: Done. [INFO] 00:29:04.634 Did not optimize analysis for any files, performed a full analysis for all 29 files. [INFO] 00:29:04.634 No "Generated" source files to scan. [INFO] 00:29:04.635 Sensor JavaSensor [java] (done) | time=9791ms [INFO] 00:29:04.635 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:04.635 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:04.635 Sensor SurefireSensor [java] [INFO] 00:29:04.636 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-base/target/surefire-reports] [INFO] 00:29:04.675 Sensor SurefireSensor [java] (done) | time=40ms [INFO] 00:29:04.676 Sensor XML Sensor [xml] [INFO] 00:29:04.676 1 source file to be analyzed [INFO] 00:29:04.734 1/1 source file has been analyzed [INFO] 00:29:04.734 Sensor XML Sensor [xml] (done) | time=58ms [INFO] 00:29:04.735 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:04.735 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:04.735 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:04.769 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=34ms [INFO] 00:29:04.769 Sensor Java Config Sensor [iac] [INFO] 00:29:04.771 0 source files to be analyzed [INFO] 00:29:04.771 0/0 source files have been analyzed [INFO] 00:29:04.771 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 00:29:04.771 Sensor IaC Docker Sensor [iac] [INFO] 00:29:04.772 0 source files to be analyzed [INFO] 00:29:04.776 0/0 source files have been analyzed [INFO] 00:29:04.776 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:04.776 Sensor Serverless configuration file sensor [security] [INFO] 00:29:04.776 0 Serverless function entries were found in the project [INFO] 00:29:04.776 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:04.776 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:04.776 Sensor AWS SAM template file sensor [security] [INFO] 00:29:04.776 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:04.776 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:04.776 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:04.777 ------------- Run sensors on module Hono Auth Server [INFO] 00:29:04.874 Sensor JavaSensor [java] [INFO] 00:29:04.874 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:04.881 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:04.882 Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] 00:29:04.884 Starting batch processing. [INFO] 00:29:04.943 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:05.186 100% analyzed [INFO] 00:29:05.186 Batch processing: Done. [INFO] 00:29:05.186 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:29:05.230 No "Test" source files to scan. [INFO] 00:29:05.230 No "Generated" source files to scan. [INFO] 00:29:05.230 Sensor JavaSensor [java] (done) | time=356ms [INFO] 00:29:05.231 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:05.231 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:05.231 Sensor SurefireSensor [java] [INFO] 00:29:05.231 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/surefire-reports] [ERROR] 00:29:05.232 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth/target/surefire-reports [INFO] 00:29:05.232 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 00:29:05.232 Sensor XML Sensor [xml] [INFO] 00:29:05.232 1 source file to be analyzed [INFO] 00:29:05.240 1/1 source file has been analyzed [INFO] 00:29:05.241 Sensor XML Sensor [xml] (done) | time=9ms [INFO] 00:29:05.241 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:05.241 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:05.241 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:05.241 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:05.241 Sensor Java Config Sensor [iac] [INFO] 00:29:05.242 0 source files to be analyzed [INFO] 00:29:05.242 0/0 source files have been analyzed [INFO] 00:29:05.242 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:05.242 Sensor IaC Docker Sensor [iac] [INFO] 00:29:05.242 0 source files to be analyzed [INFO] 00:29:05.247 0/0 source files have been analyzed [INFO] 00:29:05.247 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:05.247 Sensor Serverless configuration file sensor [security] [INFO] 00:29:05.247 0 Serverless function entries were found in the project [INFO] 00:29:05.247 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:05.247 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:05.247 Sensor AWS SAM template file sensor [security] [INFO] 00:29:05.247 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:05.247 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:05.247 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:05.247 ------------- Run sensors on module Hono JDBC Based Device Registry [INFO] 00:29:05.341 Sensor JavaSensor [java] [INFO] 00:29:05.341 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:05.352 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:05.352 Using ECJ batch to parse 20 Main java source files with batch size 107 KB. [INFO] 00:29:05.360 Starting batch processing. [INFO] 00:29:05.443 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:06.341 100% analyzed [INFO] 00:29:06.341 Batch processing: Done. [INFO] 00:29:06.342 Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] 00:29:06.352 Using ECJ batch to parse 9 Test java source files with batch size 107 KB. [INFO] 00:29:06.361 Starting batch processing. [INFO] 00:29:06.894 100% analyzed [INFO] 00:29:06.894 Batch processing: Done. [INFO] 00:29:06.895 Did not optimize analysis for any files, performed a full analysis for all 9 files. [INFO] 00:29:06.895 No "Generated" source files to scan. [INFO] 00:29:06.896 Sensor JavaSensor [java] (done) | time=1555ms [INFO] 00:29:06.896 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:06.896 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:06.896 Sensor SurefireSensor [java] [INFO] 00:29:06.896 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-jdbc/target/surefire-reports] [INFO] 00:29:06.914 Sensor SurefireSensor [java] (done) | time=18ms [INFO] 00:29:06.914 Sensor XML Sensor [xml] [INFO] 00:29:06.915 1 source file to be analyzed [INFO] 00:29:06.934 1/1 source file has been analyzed [INFO] 00:29:06.934 Sensor XML Sensor [xml] (done) | time=20ms [INFO] 00:29:06.934 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:06.935 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:06.935 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:06.940 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] 00:29:06.940 Sensor Java Config Sensor [iac] [INFO] 00:29:06.941 0 source files to be analyzed [INFO] 00:29:06.941 0/0 source files have been analyzed [INFO] 00:29:06.941 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:06.942 Sensor IaC Docker Sensor [iac] [INFO] 00:29:06.942 0 source files to be analyzed [INFO] 00:29:06.946 0/0 source files have been analyzed [INFO] 00:29:06.946 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:06.946 Sensor Serverless configuration file sensor [security] [INFO] 00:29:06.946 0 Serverless function entries were found in the project [INFO] 00:29:06.946 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:06.946 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:06.946 Sensor AWS SAM template file sensor [security] [INFO] 00:29:06.946 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:06.946 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:06.946 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:06.946 ------------- Run sensors on module Hono Infinispan Based Command Router [INFO] 00:29:07.069 Sensor JavaSensor [java] [INFO] 00:29:07.069 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:07.080 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:07.080 Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] 00:29:07.083 Starting batch processing. [INFO] 00:29:07.148 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:07.352 100% analyzed [INFO] 00:29:07.352 Batch processing: Done. [INFO] 00:29:07.353 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:29:07.363 No "Test" source files to scan. [INFO] 00:29:07.363 No "Generated" source files to scan. [INFO] 00:29:07.363 Sensor JavaSensor [java] (done) | time=294ms [INFO] 00:29:07.363 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:07.363 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:07.363 Sensor SurefireSensor [java] [INFO] 00:29:07.363 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/surefire-reports] [ERROR] 00:29:07.363 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-infinispan/target/surefire-reports [INFO] 00:29:07.363 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:29:07.364 Sensor XML Sensor [xml] [INFO] 00:29:07.364 1 source file to be analyzed [INFO] 00:29:07.371 1/1 source file has been analyzed [INFO] 00:29:07.371 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:29:07.371 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:07.371 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:07.371 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:07.371 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:07.371 Sensor Java Config Sensor [iac] [INFO] 00:29:07.371 0 source files to be analyzed [INFO] 00:29:07.371 0/0 source files have been analyzed [INFO] 00:29:07.371 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:07.372 Sensor IaC Docker Sensor [iac] [INFO] 00:29:07.372 0 source files to be analyzed [INFO] 00:29:07.376 0/0 source files have been analyzed [INFO] 00:29:07.376 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:07.376 Sensor Serverless configuration file sensor [security] [INFO] 00:29:07.376 0 Serverless function entries were found in the project [INFO] 00:29:07.376 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:07.376 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:07.376 Sensor AWS SAM template file sensor [security] [INFO] 00:29:07.376 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:07.376 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:07.376 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:07.376 ------------- Run sensors on module Hono Mongodb Based Device Registry [INFO] 00:29:07.485 Sensor JavaSensor [java] [INFO] 00:29:07.485 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:07.531 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:07.531 Using ECJ batch to parse 36 Main java source files with batch size 107 KB. [INFO] 00:29:07.545 Starting batch processing. [INFO] 00:29:07.578 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:11.443 100% analyzed [INFO] 00:29:11.443 Batch processing: Done. [INFO] 00:29:11.444 Did not optimize analysis for any files, performed a full analysis for all 36 files. [INFO] 00:29:11.458 Using ECJ batch to parse 10 Test java source files with batch size 107 KB. [INFO] 00:29:11.467 Starting batch processing. [INFO] 00:29:11.979 100% analyzed [INFO] 00:29:11.979 Batch processing: Done. [INFO] 00:29:11.981 Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] 00:29:11.981 No "Generated" source files to scan. [INFO] 00:29:11.981 Sensor JavaSensor [java] (done) | time=4496ms [INFO] 00:29:11.981 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:11.982 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:11.982 Sensor SurefireSensor [java] [INFO] 00:29:11.982 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/surefire-reports] [ERROR] 00:29:11.982 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/device-registry-mongodb/target/surefire-reports [INFO] 00:29:11.982 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:29:11.982 Sensor XML Sensor [xml] [INFO] 00:29:11.982 1 source file to be analyzed [INFO] 00:29:12.029 1/1 source file has been analyzed [INFO] 00:29:12.029 Sensor XML Sensor [xml] (done) | time=47ms [INFO] 00:29:12.029 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:12.029 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:12.029 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:12.029 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:12.029 Sensor Java Config Sensor [iac] [INFO] 00:29:12.031 0 source files to be analyzed [INFO] 00:29:12.031 0/0 source files have been analyzed [INFO] 00:29:12.031 Sensor Java Config Sensor [iac] (done) | time=2ms [INFO] 00:29:12.031 Sensor IaC Docker Sensor [iac] [INFO] 00:29:12.032 0 source files to be analyzed [INFO] 00:29:12.036 0/0 source files have been analyzed [INFO] 00:29:12.036 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:12.036 Sensor Serverless configuration file sensor [security] [INFO] 00:29:12.037 0 Serverless function entries were found in the project [INFO] 00:29:12.037 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:12.037 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:29:12.037 Sensor AWS SAM template file sensor [security] [INFO] 00:29:12.037 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:12.037 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:12.037 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:12.037 ------------- Run sensors on module Base classes for JDBC services [INFO] 00:29:12.134 Sensor JavaSensor [java] [INFO] 00:29:12.134 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:12.145 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:12.146 Using ECJ batch to parse 26 Main java source files with batch size 107 KB. [INFO] 00:29:12.157 Starting batch processing. [INFO] 00:29:12.278 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:14.537 100% analyzed [INFO] 00:29:14.537 Batch processing: Done. [INFO] 00:29:14.538 Did not optimize analysis for any files, performed a full analysis for all 26 files. [INFO] 00:29:14.552 Using ECJ batch to parse 3 Test java source files with batch size 107 KB. [INFO] 00:29:14.556 Starting batch processing. [INFO] 00:29:14.727 100% analyzed [INFO] 00:29:14.727 Batch processing: Done. [INFO] 00:29:14.728 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:29:14.728 No "Generated" source files to scan. [INFO] 00:29:14.728 Sensor JavaSensor [java] (done) | time=2594ms [INFO] 00:29:14.728 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:14.729 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:14.729 Sensor SurefireSensor [java] [INFO] 00:29:14.729 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/base-jdbc/target/surefire-reports] [INFO] 00:29:14.733 Sensor SurefireSensor [java] (done) | time=4ms [INFO] 00:29:14.733 Sensor XML Sensor [xml] [INFO] 00:29:14.734 1 source file to be analyzed [INFO] 00:29:14.744 1/1 source file has been analyzed [INFO] 00:29:14.745 Sensor XML Sensor [xml] (done) | time=12ms [INFO] 00:29:14.745 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:14.745 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:14.745 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:14.758 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=13ms [INFO] 00:29:14.759 Sensor Java Config Sensor [iac] [INFO] 00:29:14.760 0 source files to be analyzed [INFO] 00:29:14.760 0/0 source files have been analyzed [INFO] 00:29:14.760 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:14.760 Sensor IaC Docker Sensor [iac] [INFO] 00:29:14.760 0 source files to be analyzed [INFO] 00:29:14.765 0/0 source files have been analyzed [INFO] 00:29:14.765 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:14.765 Sensor Serverless configuration file sensor [security] [INFO] 00:29:14.765 0 Serverless function entries were found in the project [INFO] 00:29:14.765 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:14.765 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:14.766 Sensor AWS SAM template file sensor [security] [INFO] 00:29:14.766 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:14.766 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:14.766 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:14.766 ------------- Run sensors on module Hono Auth base [INFO] 00:29:14.865 Sensor JavaSensor [java] [INFO] 00:29:14.866 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:14.873 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:14.873 Using ECJ batch to parse 9 Main java source files with batch size 107 KB. [INFO] 00:29:14.878 Starting batch processing. [INFO] 00:29:14.958 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:15.555 100% analyzed [INFO] 00:29:15.555 Batch processing: Done. [INFO] 00:29:15.556 Did not optimize analysis for any files, performed a full analysis for all 9 files. [INFO] 00:29:15.569 Using ECJ batch to parse 3 Test java source files with batch size 107 KB. [INFO] 00:29:15.574 Starting batch processing. [INFO] 00:29:15.839 100% analyzed [INFO] 00:29:15.839 Batch processing: Done. [INFO] 00:29:15.840 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:29:15.840 No "Generated" source files to scan. [INFO] 00:29:15.840 Sensor JavaSensor [java] (done) | time=975ms [INFO] 00:29:15.841 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:15.841 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:15.841 Sensor SurefireSensor [java] [INFO] 00:29:15.841 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/auth-base/target/surefire-reports] [INFO] 00:29:15.845 Sensor SurefireSensor [java] (done) | time=4ms [INFO] 00:29:15.845 Sensor XML Sensor [xml] [INFO] 00:29:15.845 1 source file to be analyzed [INFO] 00:29:15.856 1/1 source file has been analyzed [INFO] 00:29:15.856 Sensor XML Sensor [xml] (done) | time=11ms [INFO] 00:29:15.856 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:15.857 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:15.857 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:15.860 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] 00:29:15.861 Sensor Java Config Sensor [iac] [INFO] 00:29:15.861 0 source files to be analyzed [INFO] 00:29:15.861 0/0 source files have been analyzed [INFO] 00:29:15.861 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:15.862 Sensor IaC Docker Sensor [iac] [INFO] 00:29:15.862 0 source files to be analyzed [INFO] 00:29:15.866 0/0 source files have been analyzed [INFO] 00:29:15.866 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:15.866 Sensor Serverless configuration file sensor [security] [INFO] 00:29:15.866 0 Serverless function entries were found in the project [INFO] 00:29:15.867 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:15.867 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:29:15.867 Sensor AWS SAM template file sensor [security] [INFO] 00:29:15.867 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:15.867 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:15.867 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:15.867 ------------- Run sensors on module Hono Services Parent [INFO] 00:29:15.972 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:15.973 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:15.973 Sensor XML Sensor [xml] [INFO] 00:29:15.973 1 source file to be analyzed [INFO] 00:29:16.026 1/1 source file has been analyzed [INFO] 00:29:16.027 Sensor XML Sensor [xml] (done) | time=54ms [INFO] 00:29:16.027 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:16.027 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:16.027 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:16.027 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:16.027 Sensor Java Config Sensor [iac] [INFO] 00:29:16.028 0 source files to be analyzed [INFO] 00:29:16.028 0/0 source files have been analyzed [INFO] 00:29:16.028 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:16.028 Sensor IaC Docker Sensor [iac] [INFO] 00:29:16.029 0 source files to be analyzed [INFO] 00:29:16.033 0/0 source files have been analyzed [INFO] 00:29:16.033 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:16.033 Sensor Serverless configuration file sensor [security] [INFO] 00:29:16.033 0 Serverless function entries were found in the project [INFO] 00:29:16.033 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:16.033 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:16.034 Sensor AWS SAM template file sensor [security] [INFO] 00:29:16.034 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:16.034 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:16.034 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:16.034 ------------- Run sensors on module Hono Service Command Router Base [INFO] 00:29:16.133 Sensor JavaSensor [java] [INFO] 00:29:16.133 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:16.148 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:16.149 Using ECJ batch to parse 30 Main java source files with batch size 107 KB. [INFO] 00:29:16.161 Starting batch processing. [INFO] 00:29:16.240 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:19.442 100% analyzed [INFO] 00:29:19.442 Batch processing: Done. [INFO] 00:29:19.443 Did not optimize analysis for any files, performed a full analysis for all 30 files. [INFO] 00:29:19.459 Using ECJ batch to parse 8 Test java source files with batch size 107 KB. [INFO] 00:29:19.469 Starting batch processing. [INFO] 00:29:20.316 100% analyzed [INFO] 00:29:20.316 Batch processing: Done. [INFO] 00:29:20.318 Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] 00:29:20.318 No "Generated" source files to scan. [INFO] 00:29:20.318 Sensor JavaSensor [java] (done) | time=4185ms [INFO] 00:29:20.318 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:20.318 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:20.318 Sensor SurefireSensor [java] [INFO] 00:29:20.318 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/services/command-router-base/target/surefire-reports] [INFO] 00:29:20.330 Sensor SurefireSensor [java] (done) | time=12ms [INFO] 00:29:20.330 Sensor XML Sensor [xml] [INFO] 00:29:20.331 1 source file to be analyzed [INFO] 00:29:20.340 1/1 source file has been analyzed [INFO] 00:29:20.340 Sensor XML Sensor [xml] (done) | time=10ms [INFO] 00:29:20.340 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:20.340 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:20.340 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:20.354 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=14ms [INFO] 00:29:20.355 Sensor Java Config Sensor [iac] [INFO] 00:29:20.355 0 source files to be analyzed [INFO] 00:29:20.355 0/0 source files have been analyzed [INFO] 00:29:20.356 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:20.356 Sensor IaC Docker Sensor [iac] [INFO] 00:29:20.356 0 source files to be analyzed [INFO] 00:29:20.365 0/0 source files have been analyzed [INFO] 00:29:20.365 Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] 00:29:20.365 Sensor Serverless configuration file sensor [security] [INFO] 00:29:20.365 0 Serverless function entries were found in the project [INFO] 00:29:20.365 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:20.365 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:20.365 Sensor AWS SAM template file sensor [security] [INFO] 00:29:20.365 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:20.365 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:20.365 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:20.365 ------------- Run sensors on module Hono Services [INFO] 00:29:20.498 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:20.498 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:20.498 Sensor XML Sensor [xml] [INFO] 00:29:20.498 1 source file to be analyzed [INFO] 00:29:20.507 1/1 source file has been analyzed [INFO] 00:29:20.507 Sensor XML Sensor [xml] (done) | time=9ms [INFO] 00:29:20.507 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:20.507 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:20.508 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:20.508 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:29:20.508 Sensor Java Config Sensor [iac] [INFO] 00:29:20.508 0 source files to be analyzed [INFO] 00:29:20.508 0/0 source files have been analyzed [INFO] 00:29:20.508 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:20.508 Sensor IaC Docker Sensor [iac] [INFO] 00:29:20.509 0 source files to be analyzed [INFO] 00:29:20.513 0/0 source files have been analyzed [INFO] 00:29:20.513 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:20.513 Sensor Serverless configuration file sensor [security] [INFO] 00:29:20.513 0 Serverless function entries were found in the project [INFO] 00:29:20.513 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:20.513 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:20.513 Sensor AWS SAM template file sensor [security] [INFO] 00:29:20.513 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:20.513 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:20.513 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:20.513 ------------- Run sensors on module Hono Service base [INFO] 00:29:20.627 Sensor JavaSensor [java] [INFO] 00:29:20.627 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:20.637 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:20.638 Using ECJ batch to parse 74 Main java source files with batch size 107 KB. [INFO] 00:29:20.647 Starting batch processing. [INFO] 00:29:20.705 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:25.482 100% analyzed [INFO] 00:29:25.482 Batch processing: Done. [INFO] 00:29:25.483 Did not optimize analysis for any files, performed a full analysis for all 74 files. [INFO] 00:29:25.553 Using ECJ batch to parse 18 Test java source files with batch size 107 KB. [INFO] 00:29:25.564 Starting batch processing. [INFO] 00:29:26.248 100% analyzed [INFO] 00:29:26.248 Batch processing: Done. [INFO] 00:29:26.249 Did not optimize analysis for any files, performed a full analysis for all 18 files. [INFO] 00:29:26.249 No "Generated" source files to scan. [INFO] 00:29:26.249 Sensor JavaSensor [java] (done) | time=5622ms [INFO] 00:29:26.249 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:26.250 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:26.250 Sensor SurefireSensor [java] [INFO] 00:29:26.250 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/service-base/target/surefire-reports] [INFO] 00:29:26.267 Sensor SurefireSensor [java] (done) | time=17ms [INFO] 00:29:26.267 Sensor XML Sensor [xml] [INFO] 00:29:26.268 1 source file to be analyzed [INFO] 00:29:26.358 1/1 source file has been analyzed [INFO] 00:29:26.358 Sensor XML Sensor [xml] (done) | time=91ms [INFO] 00:29:26.358 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:26.358 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:26.359 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:26.427 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=69ms [INFO] 00:29:26.427 Sensor Java Config Sensor [iac] [INFO] 00:29:26.433 0 source files to be analyzed [INFO] 00:29:26.433 0/0 source files have been analyzed [INFO] 00:29:26.434 Sensor Java Config Sensor [iac] (done) | time=7ms [INFO] 00:29:26.434 Sensor IaC Docker Sensor [iac] [INFO] 00:29:26.434 0 source files to be analyzed [INFO] 00:29:26.439 0/0 source files have been analyzed [INFO] 00:29:26.439 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:26.439 Sensor Serverless configuration file sensor [security] [INFO] 00:29:26.439 0 Serverless function entries were found in the project [INFO] 00:29:26.439 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:26.439 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:26.439 Sensor AWS SAM template file sensor [security] [INFO] 00:29:26.440 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 00:29:26.440 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:26.440 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:26.440 ------------- Run sensors on module Hono Adapter Base [INFO] 00:29:26.668 Sensor JavaSensor [java] [INFO] 00:29:26.668 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:26.736 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:26.736 Using ECJ batch to parse 62 Main java source files with batch size 107 KB. [INFO] 00:29:26.745 Starting batch processing. [INFO] 00:29:26.784 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:31.039 100% analyzed [INFO] 00:29:31.039 Batch processing: Done. [INFO] 00:29:31.040 Did not optimize analysis for any files, performed a full analysis for all 62 files. [INFO] 00:29:31.065 Using ECJ batch to parse 29 Test java source files with batch size 107 KB. [INFO] 00:29:31.076 Starting batch processing. [INFO] 00:29:32.090 100% analyzed [INFO] 00:29:32.090 Batch processing: Done. [INFO] 00:29:32.127 Did not optimize analysis for any files, performed a full analysis for all 29 files. [INFO] 00:29:32.127 No "Generated" source files to scan. [INFO] 00:29:32.127 Sensor JavaSensor [java] (done) | time=5459ms [INFO] 00:29:32.127 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:32.127 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:32.128 Sensor SurefireSensor [java] [INFO] 00:29:32.128 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapter-base/target/surefire-reports] [INFO] 00:29:32.152 Sensor SurefireSensor [java] (done) | time=24ms [INFO] 00:29:32.152 Sensor XML Sensor [xml] [INFO] 00:29:32.153 1 source file to be analyzed [INFO] 00:29:32.163 1/1 source file has been analyzed [INFO] 00:29:32.163 Sensor XML Sensor [xml] (done) | time=11ms [INFO] 00:29:32.163 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:32.163 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:32.164 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:32.179 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=16ms [INFO] 00:29:32.179 Sensor Java Config Sensor [iac] [INFO] 00:29:32.180 0 source files to be analyzed [INFO] 00:29:32.180 0/0 source files have been analyzed [INFO] 00:29:32.180 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:32.180 Sensor IaC Docker Sensor [iac] [INFO] 00:29:32.181 0 source files to be analyzed [INFO] 00:29:32.185 0/0 source files have been analyzed [INFO] 00:29:32.185 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:32.185 Sensor Serverless configuration file sensor [security] [INFO] 00:29:32.185 0 Serverless function entries were found in the project [INFO] 00:29:32.185 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:32.185 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:32.185 Sensor AWS SAM template file sensor [security] [INFO] 00:29:32.185 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:32.185 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:32.185 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:32.186 ------------- Run sensors on module Hono Site [INFO] 00:29:32.273 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:32.273 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:32.273 Sensor XML Sensor [xml] [INFO] 00:29:32.273 1 source file to be analyzed [INFO] 00:29:32.280 1/1 source file has been analyzed [INFO] 00:29:32.280 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:29:32.281 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:32.281 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:32.281 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:32.281 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:32.281 Sensor Java Config Sensor [iac] [INFO] 00:29:32.281 0 source files to be analyzed [INFO] 00:29:32.281 0/0 source files have been analyzed [INFO] 00:29:32.281 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:32.281 Sensor IaC Docker Sensor [iac] [INFO] 00:29:32.281 0 source files to be analyzed [INFO] 00:29:32.285 0/0 source files have been analyzed [INFO] 00:29:32.285 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:32.285 Sensor Serverless configuration file sensor [security] [INFO] 00:29:32.285 0 Serverless function entries were found in the project [INFO] 00:29:32.285 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:32.285 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:32.285 Sensor AWS SAM template file sensor [security] [INFO] 00:29:32.285 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:32.286 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:32.286 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:32.286 ------------- Run sensors on module Hono HTTP Adapter base [INFO] 00:29:32.368 Sensor JavaSensor [java] [INFO] 00:29:32.368 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:32.378 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:32.378 Using ECJ batch to parse 10 Main java source files with batch size 107 KB. [INFO] 00:29:32.387 Starting batch processing. [INFO] 00:29:32.457 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:33.885 100% analyzed [INFO] 00:29:33.885 Batch processing: Done. [INFO] 00:29:33.886 Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] 00:29:33.944 Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] 00:29:33.952 Starting batch processing. [INFO] 00:29:34.786 100% analyzed [INFO] 00:29:34.786 Batch processing: Done. [INFO] 00:29:34.787 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:29:34.787 No "Generated" source files to scan. [INFO] 00:29:34.788 Sensor JavaSensor [java] (done) | time=2420ms [INFO] 00:29:34.788 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:34.788 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:34.788 Sensor SurefireSensor [java] [INFO] 00:29:34.788 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http-base/target/surefire-reports] [INFO] 00:29:34.830 Sensor SurefireSensor [java] (done) | time=42ms [INFO] 00:29:34.830 Sensor XML Sensor [xml] [INFO] 00:29:34.831 1 source file to be analyzed [INFO] 00:29:34.838 1/1 source file has been analyzed [INFO] 00:29:34.838 Sensor XML Sensor [xml] (done) | time=8ms [INFO] 00:29:34.838 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:34.838 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:34.838 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:34.845 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] 00:29:34.845 Sensor Java Config Sensor [iac] [INFO] 00:29:34.846 0 source files to be analyzed [INFO] 00:29:34.846 0/0 source files have been analyzed [INFO] 00:29:34.846 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:34.846 Sensor IaC Docker Sensor [iac] [INFO] 00:29:34.846 0 source files to be analyzed [INFO] 00:29:34.851 0/0 source files have been analyzed [INFO] 00:29:34.851 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:34.851 Sensor Serverless configuration file sensor [security] [INFO] 00:29:34.851 0 Serverless function entries were found in the project [INFO] 00:29:34.851 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:34.851 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:34.851 Sensor AWS SAM template file sensor [security] [INFO] 00:29:34.851 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:34.852 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:34.852 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 00:29:34.852 ------------- Run sensors on module Hono Lora Adapter [INFO] 00:29:34.943 Sensor JavaSensor [java] [INFO] 00:29:34.944 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:34.954 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:34.954 Using ECJ batch to parse 36 Main java source files with batch size 107 KB. [INFO] 00:29:34.964 Starting batch processing. [INFO] 00:29:35.271 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:38.008 100% analyzed [INFO] 00:29:38.008 Batch processing: Done. [INFO] 00:29:38.009 Did not optimize analysis for any files, performed a full analysis for all 36 files. [INFO] 00:29:38.032 Using ECJ batch to parse 20 Test java source files with batch size 107 KB. [INFO] 00:29:38.041 Starting batch processing. [INFO] 00:29:38.405 100% analyzed [INFO] 00:29:38.405 Batch processing: Done. [INFO] 00:29:38.406 Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] 00:29:38.406 No "Generated" source files to scan. [INFO] 00:29:38.406 Sensor JavaSensor [java] (done) | time=3463ms [INFO] 00:29:38.406 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:38.406 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:38.406 Sensor SurefireSensor [java] [INFO] 00:29:38.406 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/lora/target/surefire-reports] [INFO] 00:29:38.420 Sensor SurefireSensor [java] (done) | time=14ms [INFO] 00:29:38.420 Sensor XML Sensor [xml] [INFO] 00:29:38.421 1 source file to be analyzed [INFO] 00:29:38.433 1/1 source file has been analyzed [INFO] 00:29:38.433 Sensor XML Sensor [xml] (done) | time=13ms [INFO] 00:29:38.433 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:38.433 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:38.433 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:38.449 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=16ms [INFO] 00:29:38.449 Sensor Java Config Sensor [iac] [INFO] 00:29:38.450 0 source files to be analyzed [INFO] 00:29:38.450 0/0 source files have been analyzed [INFO] 00:29:38.450 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:38.450 Sensor IaC Docker Sensor [iac] [INFO] 00:29:38.451 0 source files to be analyzed [INFO] 00:29:38.456 0/0 source files have been analyzed [INFO] 00:29:38.456 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 00:29:38.457 Sensor Serverless configuration file sensor [security] [INFO] 00:29:38.457 0 Serverless function entries were found in the project [INFO] 00:29:38.457 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:38.457 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:38.457 Sensor AWS SAM template file sensor [security] [INFO] 00:29:38.457 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:38.457 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:38.457 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:38.457 ------------- Run sensors on module Hono AMQP Adapter [INFO] 00:29:38.501 Sensor JavaSensor [java] [INFO] 00:29:38.501 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:38.510 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:38.511 Using ECJ batch to parse 13 Main java source files with batch size 107 KB. [INFO] 00:29:38.533 Starting batch processing. [INFO] 00:29:38.571 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:39.578 100% analyzed [INFO] 00:29:39.578 Batch processing: Done. [INFO] 00:29:39.579 Did not optimize analysis for any files, performed a full analysis for all 13 files. [INFO] 00:29:39.599 Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] 00:29:39.606 Starting batch processing. [INFO] 00:29:39.876 100% analyzed [INFO] 00:29:39.877 Batch processing: Done. [INFO] 00:29:39.878 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:29:39.878 No "Generated" source files to scan. [INFO] 00:29:39.878 Sensor JavaSensor [java] (done) | time=1377ms [INFO] 00:29:39.878 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:39.878 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:39.879 Sensor SurefireSensor [java] [INFO] 00:29:39.879 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/amqp/target/surefire-reports] [INFO] 00:29:39.881 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 00:29:39.881 Sensor XML Sensor [xml] [INFO] 00:29:39.882 1 source file to be analyzed [INFO] 00:29:39.889 1/1 source file has been analyzed [INFO] 00:29:39.889 Sensor XML Sensor [xml] (done) | time=8ms [INFO] 00:29:39.889 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:39.889 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:39.889 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:39.895 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=6ms [INFO] 00:29:39.896 Sensor Java Config Sensor [iac] [INFO] 00:29:39.896 0 source files to be analyzed [INFO] 00:29:39.896 0/0 source files have been analyzed [INFO] 00:29:39.896 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:39.897 Sensor IaC Docker Sensor [iac] [INFO] 00:29:39.897 0 source files to be analyzed [INFO] 00:29:39.901 0/0 source files have been analyzed [INFO] 00:29:39.901 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:39.901 Sensor Serverless configuration file sensor [security] [INFO] 00:29:39.901 0 Serverless function entries were found in the project [INFO] 00:29:39.901 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:39.901 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:39.901 Sensor AWS SAM template file sensor [security] [INFO] 00:29:39.902 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 00:29:39.902 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:39.902 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:39.902 ------------- Run sensors on module Hono Sigfox Adapter [INFO] 00:29:39.957 Sensor JavaSensor [java] [INFO] 00:29:39.957 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:39.968 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:39.968 Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] 00:29:39.972 Starting batch processing. [INFO] 00:29:40.008 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:40.252 100% analyzed [INFO] 00:29:40.252 Batch processing: Done. [INFO] 00:29:40.253 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:29:40.273 No "Test" source files to scan. [INFO] 00:29:40.273 No "Generated" source files to scan. [INFO] 00:29:40.273 Sensor JavaSensor [java] (done) | time=316ms [INFO] 00:29:40.273 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:40.274 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:40.274 Sensor SurefireSensor [java] [INFO] 00:29:40.274 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/surefire-reports] [ERROR] 00:29:40.274 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/sigfox/target/surefire-reports [INFO] 00:29:40.274 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:29:40.274 Sensor XML Sensor [xml] [INFO] 00:29:40.275 1 source file to be analyzed [INFO] 00:29:40.281 1/1 source file has been analyzed [INFO] 00:29:40.282 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:29:40.282 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:40.282 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:40.282 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:40.282 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:40.282 Sensor Java Config Sensor [iac] [INFO] 00:29:40.282 0 source files to be analyzed [INFO] 00:29:40.282 0/0 source files have been analyzed [INFO] 00:29:40.282 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:40.282 Sensor IaC Docker Sensor [iac] [INFO] 00:29:40.283 0 source files to be analyzed [INFO] 00:29:40.287 0/0 source files have been analyzed [INFO] 00:29:40.287 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:40.287 Sensor Serverless configuration file sensor [security] [INFO] 00:29:40.287 0 Serverless function entries were found in the project [INFO] 00:29:40.287 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:40.287 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:40.287 Sensor AWS SAM template file sensor [security] [INFO] 00:29:40.287 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:40.287 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:40.287 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:40.287 ------------- Run sensors on module Hono MQTT Adapter base [INFO] 00:29:40.361 Sensor JavaSensor [java] [INFO] 00:29:40.361 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:40.371 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:40.371 Using ECJ batch to parse 20 Main java source files with batch size 107 KB. [INFO] 00:29:40.374 Starting batch processing. [INFO] 00:29:40.448 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:43.881 100% analyzed [INFO] 00:29:43.881 Batch processing: Done. [INFO] 00:29:43.882 Did not optimize analysis for any files, performed a full analysis for all 20 files. [INFO] 00:29:43.944 Using ECJ batch to parse 10 Test java source files with batch size 107 KB. [INFO] 00:29:43.953 Starting batch processing. [INFO] 00:29:44.937 100% analyzed [INFO] 00:29:44.937 Batch processing: Done. [INFO] 00:29:44.938 Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] 00:29:44.938 No "Generated" source files to scan. [INFO] 00:29:44.939 Sensor JavaSensor [java] (done) | time=4577ms [INFO] 00:29:44.939 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:44.939 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:44.939 Sensor SurefireSensor [java] [INFO] 00:29:44.939 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt-base/target/surefire-reports] [INFO] 00:29:44.952 Sensor SurefireSensor [java] (done) | time=13ms [INFO] 00:29:44.952 Sensor XML Sensor [xml] [INFO] 00:29:44.953 1 source file to be analyzed [INFO] 00:29:44.958 1/1 source file has been analyzed [INFO] 00:29:44.958 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:29:44.959 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:44.959 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:44.959 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:44.968 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=9ms [INFO] 00:29:44.968 Sensor Java Config Sensor [iac] [INFO] 00:29:44.969 0 source files to be analyzed [INFO] 00:29:44.969 0/0 source files have been analyzed [INFO] 00:29:44.969 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:44.969 Sensor IaC Docker Sensor [iac] [INFO] 00:29:44.969 0 source files to be analyzed [INFO] 00:29:44.973 0/0 source files have been analyzed [INFO] 00:29:44.973 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:44.973 Sensor Serverless configuration file sensor [security] [INFO] 00:29:44.973 0 Serverless function entries were found in the project [INFO] 00:29:44.973 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:44.973 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:44.973 Sensor AWS SAM template file sensor [security] [INFO] 00:29:44.973 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:44.973 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:44.973 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:44.973 ------------- Run sensors on module Hono MQTT Adapter [INFO] 00:29:45.058 Sensor JavaSensor [java] [INFO] 00:29:45.058 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:45.067 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:45.067 Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] 00:29:45.070 Starting batch processing. [INFO] 00:29:45.145 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:45.233 100% analyzed [INFO] 00:29:45.233 Batch processing: Done. [INFO] 00:29:45.234 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:29:45.256 No "Test" source files to scan. [INFO] 00:29:45.256 No "Generated" source files to scan. [INFO] 00:29:45.256 Sensor JavaSensor [java] (done) | time=198ms [INFO] 00:29:45.256 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:45.256 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:45.256 Sensor SurefireSensor [java] [INFO] 00:29:45.257 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/surefire-reports] [ERROR] 00:29:45.257 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/mqtt/target/surefire-reports [INFO] 00:29:45.257 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 00:29:45.257 Sensor XML Sensor [xml] [INFO] 00:29:45.257 1 source file to be analyzed [INFO] 00:29:45.264 1/1 source file has been analyzed [INFO] 00:29:45.264 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:29:45.264 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:45.264 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:45.264 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:45.264 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:45.264 Sensor Java Config Sensor [iac] [INFO] 00:29:45.264 0 source files to be analyzed [INFO] 00:29:45.264 0/0 source files have been analyzed [INFO] 00:29:45.264 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:45.265 Sensor IaC Docker Sensor [iac] [INFO] 00:29:45.265 0 source files to be analyzed [INFO] 00:29:45.269 0/0 source files have been analyzed [INFO] 00:29:45.269 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:45.269 Sensor Serverless configuration file sensor [security] [INFO] 00:29:45.269 0 Serverless function entries were found in the project [INFO] 00:29:45.269 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:45.269 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:45.269 Sensor AWS SAM template file sensor [security] [INFO] 00:29:45.269 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:45.269 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:45.269 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:45.269 ------------- Run sensors on module Hono HTTP Adapter [INFO] 00:29:45.353 Sensor JavaSensor [java] [INFO] 00:29:45.354 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:45.363 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:45.363 Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] 00:29:45.365 Starting batch processing. [INFO] 00:29:45.441 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:45.527 100% analyzed [INFO] 00:29:45.527 Batch processing: Done. [INFO] 00:29:45.528 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:29:45.551 No "Test" source files to scan. [INFO] 00:29:45.551 No "Generated" source files to scan. [INFO] 00:29:45.551 Sensor JavaSensor [java] (done) | time=198ms [INFO] 00:29:45.551 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:45.551 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:45.551 Sensor SurefireSensor [java] [INFO] 00:29:45.551 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/surefire-reports] [ERROR] 00:29:45.551 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/http/target/surefire-reports [INFO] 00:29:45.551 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:29:45.551 Sensor XML Sensor [xml] [INFO] 00:29:45.552 1 source file to be analyzed [INFO] 00:29:45.558 1/1 source file has been analyzed [INFO] 00:29:45.558 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:29:45.558 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:45.558 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:45.558 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:45.558 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:45.558 Sensor Java Config Sensor [iac] [INFO] 00:29:45.559 0 source files to be analyzed [INFO] 00:29:45.559 0/0 source files have been analyzed [INFO] 00:29:45.559 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:45.559 Sensor IaC Docker Sensor [iac] [INFO] 00:29:45.559 0 source files to be analyzed [INFO] 00:29:45.562 0/0 source files have been analyzed [INFO] 00:29:45.562 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 00:29:45.563 Sensor Serverless configuration file sensor [security] [INFO] 00:29:45.563 0 Serverless function entries were found in the project [INFO] 00:29:45.563 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:45.563 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:45.563 Sensor AWS SAM template file sensor [security] [INFO] 00:29:45.563 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:45.563 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:45.563 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:45.563 ------------- Run sensors on module Hono Protocol Adapters Parent [INFO] 00:29:45.606 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:45.606 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:45.606 Sensor XML Sensor [xml] [INFO] 00:29:45.606 1 source file to be analyzed [INFO] 00:29:45.618 1/1 source file has been analyzed [INFO] 00:29:45.618 Sensor XML Sensor [xml] (done) | time=12ms [INFO] 00:29:45.618 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:45.619 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:45.619 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:45.619 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:29:45.619 Sensor Java Config Sensor [iac] [INFO] 00:29:45.619 0 source files to be analyzed [INFO] 00:29:45.619 0/0 source files have been analyzed [INFO] 00:29:45.619 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:45.619 Sensor IaC Docker Sensor [iac] [INFO] 00:29:45.619 0 source files to be analyzed [INFO] 00:29:45.627 0/0 source files have been analyzed [INFO] 00:29:45.627 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 00:29:45.627 Sensor Serverless configuration file sensor [security] [INFO] 00:29:45.627 0 Serverless function entries were found in the project [INFO] 00:29:45.627 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:45.627 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:45.627 Sensor AWS SAM template file sensor [security] [INFO] 00:29:45.627 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:45.627 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:45.627 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:45.627 ------------- Run sensors on module Hono CoAP Adapter [INFO] 00:29:45.673 Sensor JavaSensor [java] [INFO] 00:29:45.673 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:45.682 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:45.682 Using ECJ batch to parse 27 Main java source files with batch size 107 KB. [INFO] 00:29:45.690 Starting batch processing. [INFO] 00:29:45.741 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:47.294 100% analyzed [INFO] 00:29:47.294 Batch processing: Done. [INFO] 00:29:47.295 Did not optimize analysis for any files, performed a full analysis for all 27 files. [INFO] 00:29:47.350 Using ECJ batch to parse 10 Test java source files with batch size 107 KB. [INFO] 00:29:47.360 Starting batch processing. [INFO] 00:29:47.678 100% analyzed [INFO] 00:29:47.678 Batch processing: Done. [INFO] 00:29:47.679 Did not optimize analysis for any files, performed a full analysis for all 10 files. [INFO] 00:29:47.679 No "Generated" source files to scan. [INFO] 00:29:47.679 Sensor JavaSensor [java] (done) | time=2006ms [INFO] 00:29:47.679 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:47.680 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:47.680 Sensor SurefireSensor [java] [INFO] 00:29:47.680 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/adapters/coap/target/surefire-reports] [INFO] 00:29:47.688 Sensor SurefireSensor [java] (done) | time=8ms [INFO] 00:29:47.688 Sensor XML Sensor [xml] [INFO] 00:29:47.689 1 source file to be analyzed [INFO] 00:29:47.695 1/1 source file has been analyzed [INFO] 00:29:47.695 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:29:47.695 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:47.695 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:47.695 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:47.702 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] 00:29:47.702 Sensor Java Config Sensor [iac] [INFO] 00:29:47.703 0 source files to be analyzed [INFO] 00:29:47.703 0/0 source files have been analyzed [INFO] 00:29:47.703 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:47.703 Sensor IaC Docker Sensor [iac] [INFO] 00:29:47.703 0 source files to be analyzed [INFO] 00:29:47.707 0/0 source files have been analyzed [INFO] 00:29:47.707 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:47.707 Sensor Serverless configuration file sensor [security] [INFO] 00:29:47.707 0 Serverless function entries were found in the project [INFO] 00:29:47.707 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:47.707 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:47.707 Sensor AWS SAM template file sensor [security] [INFO] 00:29:47.707 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:47.707 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:47.707 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:47.707 ------------- Run sensors on module Hono Protocol Adapters [INFO] 00:29:47.751 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:47.751 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:47.751 Sensor XML Sensor [xml] [INFO] 00:29:47.752 1 source file to be analyzed [INFO] 00:29:47.759 1/1 source file has been analyzed [INFO] 00:29:47.759 Sensor XML Sensor [xml] (done) | time=8ms [INFO] 00:29:47.760 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:47.760 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:47.760 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:29:47.760 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:29:47.760 Sensor Java Config Sensor [iac] [INFO] 00:29:47.760 0 source files to be analyzed [INFO] 00:29:47.760 0/0 source files have been analyzed [INFO] 00:29:47.760 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:47.760 Sensor IaC Docker Sensor [iac] [INFO] 00:29:47.761 0 source files to be analyzed [INFO] 00:29:47.764 0/0 source files have been analyzed [INFO] 00:29:47.764 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:47.764 Sensor Serverless configuration file sensor [security] [INFO] 00:29:47.764 0 Serverless function entries were found in the project [INFO] 00:29:47.764 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:47.764 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:47.764 Sensor AWS SAM template file sensor [security] [INFO] 00:29:47.764 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:47.764 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:47.764 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:47.765 ------------- Run sensors on module Hono Core [INFO] 00:29:47.805 Sensor JavaSensor [java] [INFO] 00:29:47.805 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:47.807 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:47.808 Using ECJ batch to parse 73 Main java source files with batch size 107 KB. [INFO] 00:29:47.815 Starting batch processing. [INFO] 00:29:47.843 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:50.864 100% analyzed [INFO] 00:29:50.864 Batch processing: Done. [INFO] 00:29:50.864 Did not optimize analysis for any files, performed a full analysis for all 73 files. [INFO] 00:29:50.896 Using ECJ batch to parse 24 Test java source files with batch size 107 KB. [INFO] 00:29:50.904 Starting batch processing. [INFO] 00:29:51.527 100% analyzed [INFO] 00:29:51.527 Batch processing: Done. [INFO] 00:29:51.530 Did not optimize analysis for any files, performed a full analysis for all 24 files. [INFO] 00:29:51.530 No "Generated" source files to scan. [INFO] 00:29:51.530 Sensor JavaSensor [java] (done) | time=3725ms [INFO] 00:29:51.531 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:51.531 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:51.531 Sensor SurefireSensor [java] [INFO] 00:29:51.531 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/core/target/surefire-reports] [INFO] 00:29:51.547 Sensor SurefireSensor [java] (done) | time=16ms [INFO] 00:29:51.547 Sensor XML Sensor [xml] [INFO] 00:29:51.547 1 source file to be analyzed [INFO] 00:29:51.562 1/1 source file has been analyzed [INFO] 00:29:51.562 Sensor XML Sensor [xml] (done) | time=15ms [INFO] 00:29:51.563 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:51.563 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:51.563 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:51.579 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=16ms [INFO] 00:29:51.580 Sensor Java Config Sensor [iac] [INFO] 00:29:51.628 0 source files to be analyzed [INFO] 00:29:51.628 0/0 source files have been analyzed [INFO] 00:29:51.628 Sensor Java Config Sensor [iac] (done) | time=48ms [INFO] 00:29:51.628 Sensor IaC Docker Sensor [iac] [INFO] 00:29:51.631 0 source files to be analyzed [INFO] 00:29:51.637 0/0 source files have been analyzed [INFO] 00:29:51.637 Sensor IaC Docker Sensor [iac] (done) | time=9ms [INFO] 00:29:51.637 Sensor Serverless configuration file sensor [security] [INFO] 00:29:51.638 0 Serverless function entries were found in the project [INFO] 00:29:51.638 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:51.638 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:29:51.638 Sensor AWS SAM template file sensor [security] [INFO] 00:29:51.638 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:51.638 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:51.638 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:51.638 ------------- Run sensors on module Hono Notification Client (Kafka) [INFO] 00:29:51.745 Sensor JavaSensor [java] [INFO] 00:29:51.746 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:51.750 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:51.751 Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] 00:29:51.754 Starting batch processing. [INFO] 00:29:51.773 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:52.045 100% analyzed [INFO] 00:29:52.045 Batch processing: Done. [INFO] 00:29:52.046 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:29:52.075 Using ECJ batch to parse 4 Test java source files with batch size 107 KB. [INFO] 00:29:52.078 Starting batch processing. [INFO] 00:29:52.265 100% analyzed [INFO] 00:29:52.265 Batch processing: Done. [INFO] 00:29:52.266 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 00:29:52.266 No "Generated" source files to scan. [INFO] 00:29:52.266 Sensor JavaSensor [java] (done) | time=521ms [INFO] 00:29:52.266 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:52.266 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:52.266 Sensor SurefireSensor [java] [INFO] 00:29:52.266 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-kafka/target/surefire-reports] [INFO] 00:29:52.269 Sensor SurefireSensor [java] (done) | time=3ms [INFO] 00:29:52.270 Sensor XML Sensor [xml] [INFO] 00:29:52.270 1 source file to be analyzed [INFO] 00:29:52.278 1/1 source file has been analyzed [INFO] 00:29:52.278 Sensor XML Sensor [xml] (done) | time=8ms [INFO] 00:29:52.278 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:52.278 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:52.278 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:52.280 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:29:52.280 Sensor Java Config Sensor [iac] [INFO] 00:29:52.281 0 source files to be analyzed [INFO] 00:29:52.281 0/0 source files have been analyzed [INFO] 00:29:52.281 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:52.281 Sensor IaC Docker Sensor [iac] [INFO] 00:29:52.282 0 source files to be analyzed [INFO] 00:29:52.286 0/0 source files have been analyzed [INFO] 00:29:52.286 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:52.286 Sensor Serverless configuration file sensor [security] [INFO] 00:29:52.286 0 Serverless function entries were found in the project [INFO] 00:29:52.286 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:52.286 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:52.286 Sensor AWS SAM template file sensor [security] [INFO] 00:29:52.286 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:52.286 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:52.286 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:52.287 ------------- Run sensors on module Hono Telemetry Client (Kafka) [INFO] 00:29:52.436 Sensor JavaSensor [java] [INFO] 00:29:52.437 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:52.441 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:52.442 Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] 00:29:52.445 Starting batch processing. [INFO] 00:29:52.478 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:52.734 100% analyzed [INFO] 00:29:52.734 Batch processing: Done. [INFO] 00:29:52.734 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:29:52.784 Using ECJ batch to parse 3 Test java source files with batch size 107 KB. [INFO] 00:29:52.788 Starting batch processing. [INFO] 00:29:52.986 100% analyzed [INFO] 00:29:52.986 Batch processing: Done. [INFO] 00:29:52.986 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:29:52.986 No "Generated" source files to scan. [INFO] 00:29:52.986 Sensor JavaSensor [java] (done) | time=550ms [INFO] 00:29:52.986 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:52.987 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:52.987 Sensor SurefireSensor [java] [INFO] 00:29:52.987 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-kafka/target/surefire-reports] [INFO] 00:29:52.989 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 00:29:52.989 Sensor XML Sensor [xml] [INFO] 00:29:52.989 1 source file to be analyzed [INFO] 00:29:53.033 1/1 source file has been analyzed [INFO] 00:29:53.033 Sensor XML Sensor [xml] (done) | time=44ms [INFO] 00:29:53.033 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:53.033 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:53.033 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:53.035 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:29:53.035 Sensor Java Config Sensor [iac] [INFO] 00:29:53.036 0 source files to be analyzed [INFO] 00:29:53.036 0/0 source files have been analyzed [INFO] 00:29:53.036 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:53.036 Sensor IaC Docker Sensor [iac] [INFO] 00:29:53.036 0 source files to be analyzed [INFO] 00:29:53.041 0/0 source files have been analyzed [INFO] 00:29:53.041 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:53.041 Sensor Serverless configuration file sensor [security] [INFO] 00:29:53.041 0 Serverless function entries were found in the project [INFO] 00:29:53.041 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:53.041 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:53.041 Sensor AWS SAM template file sensor [security] [INFO] 00:29:53.041 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:53.041 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:53.041 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:53.041 ------------- Run sensors on module Hono Client for Business Applications [INFO] 00:29:53.129 Sensor JavaSensor [java] [INFO] 00:29:53.129 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:53.131 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:53.131 Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] 00:29:53.135 Starting batch processing. [INFO] 00:29:53.145 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:53.368 100% analyzed [INFO] 00:29:53.368 Batch processing: Done. [INFO] 00:29:53.368 Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] 00:29:53.430 Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] 00:29:53.431 Starting batch processing. [INFO] 00:29:53.453 100% analyzed [INFO] 00:29:53.453 Batch processing: Done. [INFO] 00:29:53.453 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:29:53.453 No "Generated" source files to scan. [INFO] 00:29:53.453 Sensor JavaSensor [java] (done) | time=324ms [INFO] 00:29:53.454 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:53.454 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:53.454 Sensor SurefireSensor [java] [INFO] 00:29:53.454 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application/target/surefire-reports] [INFO] 00:29:53.455 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 00:29:53.455 Sensor XML Sensor [xml] [INFO] 00:29:53.455 1 source file to be analyzed [INFO] 00:29:53.463 1/1 source file has been analyzed [INFO] 00:29:53.464 Sensor XML Sensor [xml] (done) | time=9ms [INFO] 00:29:53.464 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:53.464 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:53.464 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:53.465 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:29:53.466 Sensor Java Config Sensor [iac] [INFO] 00:29:53.466 0 source files to be analyzed [INFO] 00:29:53.466 0/0 source files have been analyzed [INFO] 00:29:53.466 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:53.466 Sensor IaC Docker Sensor [iac] [INFO] 00:29:53.467 0 source files to be analyzed [INFO] 00:29:53.471 0/0 source files have been analyzed [INFO] 00:29:53.471 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:53.471 Sensor Serverless configuration file sensor [security] [INFO] 00:29:53.471 0 Serverless function entries were found in the project [INFO] 00:29:53.471 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:53.471 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:53.471 Sensor AWS SAM template file sensor [security] [INFO] 00:29:53.471 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:53.471 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:53.471 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:53.471 ------------- Run sensors on module Hono Notification Client (Pub/Sub) [INFO] 00:29:53.561 Sensor JavaSensor [java] [INFO] 00:29:53.561 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:53.566 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:53.566 Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] 00:29:53.569 Starting batch processing. [INFO] 00:29:53.633 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:53.857 100% analyzed [INFO] 00:29:53.858 Batch processing: Done. [INFO] 00:29:53.859 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:29:53.927 Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] 00:29:53.931 Starting batch processing. [INFO] 00:29:54.081 100% analyzed [INFO] 00:29:54.081 Batch processing: Done. [INFO] 00:29:54.081 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:29:54.082 No "Generated" source files to scan. [INFO] 00:29:54.082 Sensor JavaSensor [java] (done) | time=521ms [INFO] 00:29:54.082 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:54.082 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:54.082 Sensor SurefireSensor [java] [INFO] 00:29:54.082 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-pubsub/target/surefire-reports] [INFO] 00:29:54.085 Sensor SurefireSensor [java] (done) | time=3ms [INFO] 00:29:54.085 Sensor XML Sensor [xml] [INFO] 00:29:54.085 1 source file to be analyzed [INFO] 00:29:54.131 1/1 source file has been analyzed [INFO] 00:29:54.131 Sensor XML Sensor [xml] (done) | time=46ms [INFO] 00:29:54.132 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:54.132 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:54.132 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:54.134 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:29:54.134 Sensor Java Config Sensor [iac] [INFO] 00:29:54.134 0 source files to be analyzed [INFO] 00:29:54.134 0/0 source files have been analyzed [INFO] 00:29:54.134 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:54.135 Sensor IaC Docker Sensor [iac] [INFO] 00:29:54.135 0 source files to be analyzed [INFO] 00:29:54.140 0/0 source files have been analyzed [INFO] 00:29:54.140 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:54.141 Sensor Serverless configuration file sensor [security] [INFO] 00:29:54.141 0 Serverless function entries were found in the project [INFO] 00:29:54.141 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:54.141 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:54.141 Sensor AWS SAM template file sensor [security] [INFO] 00:29:54.141 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:54.141 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:54.141 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:54.141 ------------- Run sensors on module Hono Client Device AMQP [INFO] 00:29:54.349 Sensor JavaSensor [java] [INFO] 00:29:54.349 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:54.356 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:54.356 Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] 00:29:54.360 Starting batch processing. [INFO] 00:29:54.444 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:54.841 100% analyzed [INFO] 00:29:54.841 Batch processing: Done. [INFO] 00:29:54.841 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 00:29:54.875 Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] 00:29:54.879 Starting batch processing. [INFO] 00:29:55.225 100% analyzed [INFO] 00:29:55.225 Batch processing: Done. [INFO] 00:29:55.229 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:29:55.230 No "Generated" source files to scan. [INFO] 00:29:55.230 Sensor JavaSensor [java] (done) | time=881ms [INFO] 00:29:55.230 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:55.231 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:55.231 Sensor SurefireSensor [java] [INFO] 00:29:55.232 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/device-amqp/target/surefire-reports] [INFO] 00:29:55.237 Sensor SurefireSensor [java] (done) | time=6ms [INFO] 00:29:55.237 Sensor XML Sensor [xml] [INFO] 00:29:55.238 1 source file to be analyzed [INFO] 00:29:55.252 1/1 source file has been analyzed [INFO] 00:29:55.252 Sensor XML Sensor [xml] (done) | time=15ms [INFO] 00:29:55.252 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:55.252 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:55.252 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:55.255 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 00:29:55.255 Sensor Java Config Sensor [iac] [INFO] 00:29:55.256 0 source files to be analyzed [INFO] 00:29:55.256 0/0 source files have been analyzed [INFO] 00:29:55.256 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:55.256 Sensor IaC Docker Sensor [iac] [INFO] 00:29:55.256 0 source files to be analyzed [INFO] 00:29:55.264 0/0 source files have been analyzed [INFO] 00:29:55.264 Sensor IaC Docker Sensor [iac] (done) | time=8ms [INFO] 00:29:55.264 Sensor Serverless configuration file sensor [security] [INFO] 00:29:55.264 0 Serverless function entries were found in the project [INFO] 00:29:55.264 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:55.264 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:55.264 Sensor AWS SAM template file sensor [security] [INFO] 00:29:55.264 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:55.264 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:55.264 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:55.265 ------------- Run sensors on module Hono Client for Business Applications (AMQP) [INFO] 00:29:55.389 Sensor JavaSensor [java] [INFO] 00:29:55.390 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:55.427 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:55.428 Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] 00:29:55.435 Starting batch processing. [INFO] 00:29:55.453 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:56.238 100% analyzed [INFO] 00:29:56.238 Batch processing: Done. [INFO] 00:29:56.239 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 00:29:56.279 Using ECJ batch to parse 4 Test java source files with batch size 107 KB. [INFO] 00:29:56.285 Starting batch processing. [INFO] 00:29:56.629 100% analyzed [INFO] 00:29:56.630 Batch processing: Done. [INFO] 00:29:56.631 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 00:29:56.632 No "Generated" source files to scan. [INFO] 00:29:56.632 Sensor JavaSensor [java] (done) | time=1243ms [INFO] 00:29:56.632 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:56.632 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:56.632 Sensor SurefireSensor [java] [INFO] 00:29:56.633 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-amqp/target/surefire-reports] [INFO] 00:29:56.636 Sensor SurefireSensor [java] (done) | time=4ms [INFO] 00:29:56.636 Sensor XML Sensor [xml] [INFO] 00:29:56.636 1 source file to be analyzed [INFO] 00:29:56.648 1/1 source file has been analyzed [INFO] 00:29:56.648 Sensor XML Sensor [xml] (done) | time=12ms [INFO] 00:29:56.648 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:56.648 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:56.648 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:56.650 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:29:56.651 Sensor Java Config Sensor [iac] [INFO] 00:29:56.651 0 source files to be analyzed [INFO] 00:29:56.651 0/0 source files have been analyzed [INFO] 00:29:56.651 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:29:56.651 Sensor IaC Docker Sensor [iac] [INFO] 00:29:56.652 0 source files to be analyzed [INFO] 00:29:56.658 0/0 source files have been analyzed [INFO] 00:29:56.658 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 00:29:56.658 Sensor Serverless configuration file sensor [security] [INFO] 00:29:56.658 0 Serverless function entries were found in the project [INFO] 00:29:56.658 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:56.658 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:56.658 Sensor AWS SAM template file sensor [security] [INFO] 00:29:56.658 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:56.658 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:56.658 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:56.658 ------------- Run sensors on module Hono Client for Command & Control (AMQP) [INFO] 00:29:56.737 Sensor JavaSensor [java] [INFO] 00:29:56.737 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:56.742 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:56.742 Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] 00:29:56.748 Starting batch processing. [INFO] 00:29:56.795 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:58.167 100% analyzed [INFO] 00:29:58.167 Batch processing: Done. [INFO] 00:29:58.168 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 00:29:58.197 Using ECJ batch to parse 4 Test java source files with batch size 107 KB. [INFO] 00:29:58.203 Starting batch processing. [INFO] 00:29:58.465 100% analyzed [INFO] 00:29:58.465 Batch processing: Done. [INFO] 00:29:58.466 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 00:29:58.466 No "Generated" source files to scan. [INFO] 00:29:58.466 Sensor JavaSensor [java] (done) | time=1730ms [INFO] 00:29:58.466 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:58.466 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:58.466 Sensor SurefireSensor [java] [INFO] 00:29:58.466 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-amqp/target/surefire-reports] [INFO] 00:29:58.470 Sensor SurefireSensor [java] (done) | time=4ms [INFO] 00:29:58.470 Sensor XML Sensor [xml] [INFO] 00:29:58.470 1 source file to be analyzed [INFO] 00:29:58.476 1/1 source file has been analyzed [INFO] 00:29:58.476 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:29:58.476 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:58.476 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:58.476 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:58.479 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 00:29:58.479 Sensor Java Config Sensor [iac] [INFO] 00:29:58.480 0 source files to be analyzed [INFO] 00:29:58.480 0/0 source files have been analyzed [INFO] 00:29:58.480 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:58.480 Sensor IaC Docker Sensor [iac] [INFO] 00:29:58.480 0 source files to be analyzed [INFO] 00:29:58.484 0/0 source files have been analyzed [INFO] 00:29:58.484 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:58.484 Sensor Serverless configuration file sensor [security] [INFO] 00:29:58.485 0 Serverless function entries were found in the project [INFO] 00:29:58.485 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:58.485 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:29:58.485 Sensor AWS SAM template file sensor [security] [INFO] 00:29:58.485 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:58.485 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:58.485 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:58.485 ------------- Run sensors on module Hono Client PubSub Common [INFO] 00:29:58.551 Sensor JavaSensor [java] [INFO] 00:29:58.551 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:58.556 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:58.556 Using ECJ batch to parse 15 Main java source files with batch size 107 KB. [INFO] 00:29:58.562 Starting batch processing. [INFO] 00:29:58.728 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:59.355 100% analyzed [INFO] 00:29:59.355 Batch processing: Done. [INFO] 00:29:59.355 Did not optimize analysis for any files, performed a full analysis for all 15 files. [INFO] 00:29:59.399 Using ECJ batch to parse 4 Test java source files with batch size 107 KB. [INFO] 00:29:59.404 Starting batch processing. [INFO] 00:29:59.543 100% analyzed [INFO] 00:29:59.543 Batch processing: Done. [INFO] 00:29:59.544 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 00:29:59.544 No "Generated" source files to scan. [INFO] 00:29:59.544 Sensor JavaSensor [java] (done) | time=994ms [INFO] 00:29:59.544 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:59.544 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:29:59.544 Sensor SurefireSensor [java] [INFO] 00:29:59.544 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/pubsub-common/target/surefire-reports] [INFO] 00:29:59.549 Sensor SurefireSensor [java] (done) | time=5ms [INFO] 00:29:59.549 Sensor XML Sensor [xml] [INFO] 00:29:59.550 1 source file to be analyzed [INFO] 00:29:59.555 1/1 source file has been analyzed [INFO] 00:29:59.555 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:29:59.555 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:59.555 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:59.555 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:59.558 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 00:29:59.558 Sensor Java Config Sensor [iac] [INFO] 00:29:59.559 0 source files to be analyzed [INFO] 00:29:59.559 0/0 source files have been analyzed [INFO] 00:29:59.559 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:59.559 Sensor IaC Docker Sensor [iac] [INFO] 00:29:59.560 0 source files to be analyzed [INFO] 00:29:59.564 0/0 source files have been analyzed [INFO] 00:29:59.564 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:29:59.564 Sensor Serverless configuration file sensor [security] [INFO] 00:29:59.564 0 Serverless function entries were found in the project [INFO] 00:29:59.564 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:59.564 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:59.564 Sensor AWS SAM template file sensor [security] [INFO] 00:29:59.564 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:59.564 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:59.564 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:59.564 ------------- Run sensors on module Hono Telemetry Client (AMQP) [INFO] 00:29:59.606 Sensor JavaSensor [java] [INFO] 00:29:59.606 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:59.609 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:59.609 Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] 00:29:59.610 Starting batch processing. [INFO] 00:29:59.636 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:59.684 100% analyzed [INFO] 00:29:59.684 Batch processing: Done. [INFO] 00:29:59.684 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:29:59.712 Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] 00:29:59.714 Starting batch processing. [INFO] 00:29:59.772 100% analyzed [INFO] 00:29:59.772 Batch processing: Done. [INFO] 00:29:59.772 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:29:59.772 No "Generated" source files to scan. [INFO] 00:29:59.772 Sensor JavaSensor [java] (done) | time=166ms [INFO] 00:29:59.772 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:29:59.773 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:29:59.773 Sensor SurefireSensor [java] [INFO] 00:29:59.773 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-amqp/target/surefire-reports] [INFO] 00:29:59.774 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 00:29:59.774 Sensor XML Sensor [xml] [INFO] 00:29:59.774 1 source file to be analyzed [INFO] 00:29:59.780 1/1 source file has been analyzed [INFO] 00:29:59.780 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:29:59.780 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:29:59.780 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:29:59.780 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:29:59.781 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:29:59.781 Sensor Java Config Sensor [iac] [INFO] 00:29:59.781 0 source files to be analyzed [INFO] 00:29:59.781 0/0 source files have been analyzed [INFO] 00:29:59.782 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:29:59.782 Sensor IaC Docker Sensor [iac] [INFO] 00:29:59.782 0 source files to be analyzed [INFO] 00:29:59.786 0/0 source files have been analyzed [INFO] 00:29:59.786 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:29:59.786 Sensor Serverless configuration file sensor [security] [INFO] 00:29:59.786 0 Serverless function entries were found in the project [INFO] 00:29:59.786 0 Serverless function handlers were kept as entrypoints [INFO] 00:29:59.786 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:29:59.786 Sensor AWS SAM template file sensor [security] [INFO] 00:29:59.786 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:29:59.786 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:29:59.786 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:29:59.786 ------------- Run sensors on module Hono Telemetry Client (PubSub) [INFO] 00:29:59.834 Sensor JavaSensor [java] [INFO] 00:29:59.834 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:29:59.839 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:29:59.839 Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] 00:29:59.841 Starting batch processing. [INFO] 00:29:59.871 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:29:59.959 100% analyzed [INFO] 00:29:59.959 Batch processing: Done. [INFO] 00:29:59.960 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:29:59.989 Using ECJ batch to parse 1 Test java source files with batch size 107 KB. [INFO] 00:29:59.991 Starting batch processing. [INFO] 00:30:00.062 100% analyzed [INFO] 00:30:00.062 Batch processing: Done. [INFO] 00:30:00.063 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:30:00.063 No "Generated" source files to scan. [INFO] 00:30:00.063 Sensor JavaSensor [java] (done) | time=229ms [INFO] 00:30:00.063 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:00.063 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:00.063 Sensor SurefireSensor [java] [INFO] 00:30:00.063 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry-pubsub/target/surefire-reports] [INFO] 00:30:00.065 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 00:30:00.065 Sensor XML Sensor [xml] [INFO] 00:30:00.065 1 source file to be analyzed [INFO] 00:30:00.070 1/1 source file has been analyzed [INFO] 00:30:00.070 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:00.070 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:00.070 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:00.071 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:00.071 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:30:00.071 Sensor Java Config Sensor [iac] [INFO] 00:30:00.072 0 source files to be analyzed [INFO] 00:30:00.072 0/0 source files have been analyzed [INFO] 00:30:00.072 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:00.072 Sensor IaC Docker Sensor [iac] [INFO] 00:30:00.072 0 source files to be analyzed [INFO] 00:30:00.076 0/0 source files have been analyzed [INFO] 00:30:00.076 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:00.076 Sensor Serverless configuration file sensor [security] [INFO] 00:30:00.076 0 Serverless function entries were found in the project [INFO] 00:30:00.076 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:00.076 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:00.076 Sensor AWS SAM template file sensor [security] [INFO] 00:30:00.076 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:00.076 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:00.076 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:00.077 ------------- Run sensors on module Hono Telemetry Client [INFO] 00:30:00.118 Sensor JavaSensor [java] [INFO] 00:30:00.118 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:00.125 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:00.126 Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] 00:30:00.127 Starting batch processing. [INFO] 00:30:00.144 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:00.164 100% analyzed [INFO] 00:30:00.164 Batch processing: Done. [INFO] 00:30:00.165 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:30:00.193 No "Test" source files to scan. [INFO] 00:30:00.194 No "Generated" source files to scan. [INFO] 00:30:00.194 Sensor JavaSensor [java] (done) | time=76ms [INFO] 00:30:00.194 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:00.194 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:00.194 Sensor SurefireSensor [java] [INFO] 00:30:00.194 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/surefire-reports] [ERROR] 00:30:00.194 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/telemetry/target/surefire-reports [INFO] 00:30:00.194 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:30:00.194 Sensor XML Sensor [xml] [INFO] 00:30:00.195 1 source file to be analyzed [INFO] 00:30:00.202 1/1 source file has been analyzed [INFO] 00:30:00.202 Sensor XML Sensor [xml] (done) | time=8ms [INFO] 00:30:00.202 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:00.202 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:00.202 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:00.202 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:00.202 Sensor Java Config Sensor [iac] [INFO] 00:30:00.203 0 source files to be analyzed [INFO] 00:30:00.203 0/0 source files have been analyzed [INFO] 00:30:00.203 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:00.203 Sensor IaC Docker Sensor [iac] [INFO] 00:30:00.203 0 source files to be analyzed [INFO] 00:30:00.207 0/0 source files have been analyzed [INFO] 00:30:00.207 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:00.207 Sensor Serverless configuration file sensor [security] [INFO] 00:30:00.207 0 Serverless function entries were found in the project [INFO] 00:30:00.207 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:00.207 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:00.207 Sensor AWS SAM template file sensor [security] [INFO] 00:30:00.207 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:00.207 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:00.207 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:00.207 ------------- Run sensors on module Hono Client AMQP Common [INFO] 00:30:00.257 Sensor JavaSensor [java] [INFO] 00:30:00.257 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:00.260 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:00.260 Using ECJ batch to parse 8 Main java source files with batch size 107 KB. [INFO] 00:30:00.267 Starting batch processing. [INFO] 00:30:00.309 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:01.154 100% analyzed [INFO] 00:30:01.154 Batch processing: Done. [INFO] 00:30:01.155 Did not optimize analysis for any files, performed a full analysis for all 8 files. [INFO] 00:30:01.186 Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] 00:30:01.191 Starting batch processing. [INFO] 00:30:01.340 100% analyzed [INFO] 00:30:01.340 Batch processing: Done. [INFO] 00:30:01.340 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:30:01.340 No "Generated" source files to scan. [INFO] 00:30:01.340 Sensor JavaSensor [java] (done) | time=1083ms [INFO] 00:30:01.340 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:01.341 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:30:01.341 Sensor SurefireSensor [java] [INFO] 00:30:01.341 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-common/target/surefire-reports] [INFO] 00:30:01.344 Sensor SurefireSensor [java] (done) | time=3ms [INFO] 00:30:01.345 Sensor XML Sensor [xml] [INFO] 00:30:01.345 1 source file to be analyzed [INFO] 00:30:01.351 1/1 source file has been analyzed [INFO] 00:30:01.351 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:30:01.351 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:01.351 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:01.351 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:01.355 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=4ms [INFO] 00:30:01.355 Sensor Java Config Sensor [iac] [INFO] 00:30:01.356 0 source files to be analyzed [INFO] 00:30:01.356 0/0 source files have been analyzed [INFO] 00:30:01.356 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:01.356 Sensor IaC Docker Sensor [iac] [INFO] 00:30:01.356 0 source files to be analyzed [INFO] 00:30:01.360 0/0 source files have been analyzed [INFO] 00:30:01.361 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:30:01.361 Sensor Serverless configuration file sensor [security] [INFO] 00:30:01.361 0 Serverless function entries were found in the project [INFO] 00:30:01.361 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:01.361 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:01.361 Sensor AWS SAM template file sensor [security] [INFO] 00:30:01.361 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:01.361 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:01.361 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:01.361 ------------- Run sensors on module Hono Client AMQP Connection [INFO] 00:30:01.455 Sensor JavaSensor [java] [INFO] 00:30:01.455 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:01.458 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:01.458 Using ECJ batch to parse 27 Main java source files with batch size 107 KB. [INFO] 00:30:01.464 Starting batch processing. [INFO] 00:30:01.481 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:04.832 100% analyzed [INFO] 00:30:04.832 Batch processing: Done. [INFO] 00:30:04.833 Did not optimize analysis for any files, performed a full analysis for all 27 files. [INFO] 00:30:04.878 Using ECJ batch to parse 11 Test java source files with batch size 107 KB. [INFO] 00:30:04.885 Starting batch processing. [INFO] 00:30:05.948 100% analyzed [INFO] 00:30:05.949 Batch processing: Done. [INFO] 00:30:05.949 Did not optimize analysis for any files, performed a full analysis for all 11 files. [INFO] 00:30:05.949 No "Generated" source files to scan. [INFO] 00:30:05.949 Sensor JavaSensor [java] (done) | time=4494ms [INFO] 00:30:05.949 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:05.950 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:30:05.950 Sensor SurefireSensor [java] [INFO] 00:30:05.950 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/amqp-connection/target/surefire-reports] [INFO] 00:30:05.961 Sensor SurefireSensor [java] (done) | time=11ms [INFO] 00:30:05.961 Sensor XML Sensor [xml] [INFO] 00:30:05.961 1 source file to be analyzed [INFO] 00:30:05.977 1/1 source file has been analyzed [INFO] 00:30:05.977 Sensor XML Sensor [xml] (done) | time=16ms [INFO] 00:30:05.977 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:05.977 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:05.978 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:05.987 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=10ms [INFO] 00:30:05.987 Sensor Java Config Sensor [iac] [INFO] 00:30:05.988 0 source files to be analyzed [INFO] 00:30:05.988 0/0 source files have been analyzed [INFO] 00:30:05.988 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:05.988 Sensor IaC Docker Sensor [iac] [INFO] 00:30:05.989 0 source files to be analyzed [INFO] 00:30:06.031 0/0 source files have been analyzed [INFO] 00:30:06.031 Sensor IaC Docker Sensor [iac] (done) | time=43ms [INFO] 00:30:06.031 Sensor Serverless configuration file sensor [security] [INFO] 00:30:06.032 0 Serverless function entries were found in the project [INFO] 00:30:06.032 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:06.032 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:30:06.032 Sensor AWS SAM template file sensor [security] [INFO] 00:30:06.032 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:06.032 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:06.032 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:06.032 ------------- Run sensors on module Hono Client for Command & Control (Pub/Sub) [INFO] 00:30:06.127 Sensor JavaSensor [java] [INFO] 00:30:06.127 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:06.136 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:06.136 Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] 00:30:06.141 Starting batch processing. [INFO] 00:30:06.229 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:06.742 100% analyzed [INFO] 00:30:06.742 Batch processing: Done. [INFO] 00:30:06.742 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:30:06.775 Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] 00:30:06.779 Starting batch processing. [INFO] 00:30:06.996 100% analyzed [INFO] 00:30:06.997 Batch processing: Done. [INFO] 00:30:06.997 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:30:06.997 No "Generated" source files to scan. [INFO] 00:30:06.997 Sensor JavaSensor [java] (done) | time=870ms [INFO] 00:30:06.998 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:06.998 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:06.998 Sensor SurefireSensor [java] [INFO] 00:30:07.025 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-pubsub/target/surefire-reports] [INFO] 00:30:07.030 Sensor SurefireSensor [java] (done) | time=32ms [INFO] 00:30:07.030 Sensor XML Sensor [xml] [INFO] 00:30:07.031 1 source file to be analyzed [INFO] 00:30:07.035 1/1 source file has been analyzed [INFO] 00:30:07.035 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:07.035 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:07.036 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:07.036 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:07.037 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:30:07.037 Sensor Java Config Sensor [iac] [INFO] 00:30:07.038 0 source files to be analyzed [INFO] 00:30:07.038 0/0 source files have been analyzed [INFO] 00:30:07.038 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:07.038 Sensor IaC Docker Sensor [iac] [INFO] 00:30:07.039 0 source files to be analyzed [INFO] 00:30:07.042 0/0 source files have been analyzed [INFO] 00:30:07.042 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:07.042 Sensor Serverless configuration file sensor [security] [INFO] 00:30:07.042 0 Serverless function entries were found in the project [INFO] 00:30:07.043 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:07.043 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:30:07.043 Sensor AWS SAM template file sensor [security] [INFO] 00:30:07.043 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:07.043 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:07.043 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:07.043 ------------- Run sensors on module Hono Notification Client (AMQP) [INFO] 00:30:07.083 Sensor JavaSensor [java] [INFO] 00:30:07.084 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:07.086 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:07.086 Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] 00:30:07.088 Starting batch processing. [INFO] 00:30:07.102 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:07.211 100% analyzed [INFO] 00:30:07.211 Batch processing: Done. [INFO] 00:30:07.212 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:30:07.247 Using ECJ batch to parse 2 Test java source files with batch size 107 KB. [INFO] 00:30:07.249 Starting batch processing. [INFO] 00:30:07.316 100% analyzed [INFO] 00:30:07.316 Batch processing: Done. [INFO] 00:30:07.316 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:30:07.316 No "Generated" source files to scan. [INFO] 00:30:07.316 Sensor JavaSensor [java] (done) | time=233ms [INFO] 00:30:07.316 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:07.316 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:07.316 Sensor SurefireSensor [java] [INFO] 00:30:07.317 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification-amqp/target/surefire-reports] [INFO] 00:30:07.318 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 00:30:07.318 Sensor XML Sensor [xml] [INFO] 00:30:07.318 1 source file to be analyzed [INFO] 00:30:07.323 1/1 source file has been analyzed [INFO] 00:30:07.323 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:07.323 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:07.323 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:07.323 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:07.325 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:30:07.325 Sensor Java Config Sensor [iac] [INFO] 00:30:07.326 0 source files to be analyzed [INFO] 00:30:07.326 0/0 source files have been analyzed [INFO] 00:30:07.326 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:07.326 Sensor IaC Docker Sensor [iac] [INFO] 00:30:07.328 0 source files to be analyzed [INFO] 00:30:07.332 0/0 source files have been analyzed [INFO] 00:30:07.332 Sensor IaC Docker Sensor [iac] (done) | time=6ms [INFO] 00:30:07.332 Sensor Serverless configuration file sensor [security] [INFO] 00:30:07.333 0 Serverless function entries were found in the project [INFO] 00:30:07.333 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:07.333 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:30:07.333 Sensor AWS SAM template file sensor [security] [INFO] 00:30:07.333 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:07.333 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:07.333 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:07.333 ------------- Run sensors on module Hono Client Common [INFO] 00:30:07.374 Sensor JavaSensor [java] [INFO] 00:30:07.374 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:07.376 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:07.376 Using ECJ batch to parse 16 Main java source files with batch size 107 KB. [INFO] 00:30:07.382 Starting batch processing. [INFO] 00:30:07.404 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:07.796 100% analyzed [INFO] 00:30:07.796 Batch processing: Done. [INFO] 00:30:07.796 Did not optimize analysis for any files, performed a full analysis for all 16 files. [INFO] 00:30:07.832 Using ECJ batch to parse 6 Test java source files with batch size 107 KB. [INFO] 00:30:07.836 Starting batch processing. [INFO] 00:30:07.954 100% analyzed [INFO] 00:30:07.954 Batch processing: Done. [INFO] 00:30:07.955 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 00:30:07.955 No "Generated" source files to scan. [INFO] 00:30:07.955 Sensor JavaSensor [java] (done) | time=581ms [INFO] 00:30:07.955 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:07.955 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:07.955 Sensor SurefireSensor [java] [INFO] 00:30:07.955 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/client-common/target/surefire-reports] [INFO] 00:30:07.958 Sensor SurefireSensor [java] (done) | time=3ms [INFO] 00:30:07.958 Sensor XML Sensor [xml] [INFO] 00:30:07.959 1 source file to be analyzed [INFO] 00:30:07.964 1/1 source file has been analyzed [INFO] 00:30:07.964 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:30:07.964 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:07.964 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:07.964 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:07.967 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 00:30:07.967 Sensor Java Config Sensor [iac] [INFO] 00:30:07.967 0 source files to be analyzed [INFO] 00:30:07.967 0/0 source files have been analyzed [INFO] 00:30:07.967 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:30:07.967 Sensor IaC Docker Sensor [iac] [INFO] 00:30:07.968 0 source files to be analyzed [INFO] 00:30:07.971 0/0 source files have been analyzed [INFO] 00:30:07.971 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:07.971 Sensor Serverless configuration file sensor [security] [INFO] 00:30:07.971 0 Serverless function entries were found in the project [INFO] 00:30:07.971 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:07.971 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:07.971 Sensor AWS SAM template file sensor [security] [INFO] 00:30:07.972 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 00:30:07.972 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:07.972 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:07.972 ------------- Run sensors on module Hono Registry Client (AMQP) [INFO] 00:30:08.012 Sensor JavaSensor [java] [INFO] 00:30:08.012 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:08.014 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:08.014 Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] 00:30:08.018 Starting batch processing. [INFO] 00:30:08.059 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:08.352 100% analyzed [INFO] 00:30:08.353 Batch processing: Done. [INFO] 00:30:08.353 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:30:08.386 Using ECJ batch to parse 3 Test java source files with batch size 107 KB. [INFO] 00:30:08.392 Starting batch processing. [INFO] 00:30:08.682 100% analyzed [INFO] 00:30:08.682 Batch processing: Done. [INFO] 00:30:08.682 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:30:08.682 No "Generated" source files to scan. [INFO] 00:30:08.682 Sensor JavaSensor [java] (done) | time=670ms [INFO] 00:30:08.682 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:08.682 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:08.683 Sensor SurefireSensor [java] [INFO] 00:30:08.683 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry-amqp/target/surefire-reports] [INFO] 00:30:08.684 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 00:30:08.684 Sensor XML Sensor [xml] [INFO] 00:30:08.685 1 source file to be analyzed [INFO] 00:30:08.689 1/1 source file has been analyzed [INFO] 00:30:08.690 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:30:08.690 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:08.690 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:08.690 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:08.691 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:30:08.691 Sensor Java Config Sensor [iac] [INFO] 00:30:08.692 0 source files to be analyzed [INFO] 00:30:08.692 0/0 source files have been analyzed [INFO] 00:30:08.692 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:08.692 Sensor IaC Docker Sensor [iac] [INFO] 00:30:08.692 0 source files to be analyzed [INFO] 00:30:08.696 0/0 source files have been analyzed [INFO] 00:30:08.696 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:08.696 Sensor Serverless configuration file sensor [security] [INFO] 00:30:08.696 0 Serverless function entries were found in the project [INFO] 00:30:08.696 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:08.696 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:08.696 Sensor AWS SAM template file sensor [security] [INFO] 00:30:08.696 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:08.697 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:08.697 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:08.697 ------------- Run sensors on module Hono Notification Client [INFO] 00:30:08.739 Sensor JavaSensor [java] [INFO] 00:30:08.739 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:08.742 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:08.742 Using ECJ batch to parse 14 Main java source files with batch size 107 KB. [INFO] 00:30:08.746 Starting batch processing. [INFO] 00:30:08.757 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:08.996 100% analyzed [INFO] 00:30:08.997 Batch processing: Done. [INFO] 00:30:08.997 Did not optimize analysis for any files, performed a full analysis for all 14 files. [INFO] 00:30:09.035 Using ECJ batch to parse 5 Test java source files with batch size 107 KB. [INFO] 00:30:09.038 Starting batch processing. [INFO] 00:30:09.099 100% analyzed [INFO] 00:30:09.099 Batch processing: Done. [INFO] 00:30:09.099 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:30:09.099 No "Generated" source files to scan. [INFO] 00:30:09.099 Sensor JavaSensor [java] (done) | time=360ms [INFO] 00:30:09.099 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:09.099 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:09.099 Sensor SurefireSensor [java] [INFO] 00:30:09.100 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/notification/target/surefire-reports] [INFO] 00:30:09.101 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 00:30:09.102 Sensor XML Sensor [xml] [INFO] 00:30:09.102 1 source file to be analyzed [INFO] 00:30:09.109 1/1 source file has been analyzed [INFO] 00:30:09.109 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:30:09.109 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:09.109 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:09.109 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:09.111 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:30:09.111 Sensor Java Config Sensor [iac] [INFO] 00:30:09.111 0 source files to be analyzed [INFO] 00:30:09.111 0/0 source files have been analyzed [INFO] 00:30:09.111 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:30:09.111 Sensor IaC Docker Sensor [iac] [INFO] 00:30:09.112 0 source files to be analyzed [INFO] 00:30:09.115 0/0 source files have been analyzed [INFO] 00:30:09.115 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:09.115 Sensor Serverless configuration file sensor [security] [INFO] 00:30:09.115 0 Serverless function entries were found in the project [INFO] 00:30:09.115 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:09.115 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:09.115 Sensor AWS SAM template file sensor [security] [INFO] 00:30:09.115 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:09.115 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:09.115 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:09.116 ------------- Run sensors on module Hono Client for Business Applications (Kafka) [INFO] 00:30:09.164 Sensor JavaSensor [java] [INFO] 00:30:09.164 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:09.168 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:09.168 Using ECJ batch to parse 7 Main java source files with batch size 107 KB. [INFO] 00:30:09.173 Starting batch processing. [INFO] 00:30:09.206 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:09.571 100% analyzed [INFO] 00:30:09.571 Batch processing: Done. [INFO] 00:30:09.572 Did not optimize analysis for any files, performed a full analysis for all 7 files. [INFO] 00:30:09.605 Using ECJ batch to parse 3 Test java source files with batch size 107 KB. [INFO] 00:30:09.609 Starting batch processing. [INFO] 00:30:09.703 100% analyzed [INFO] 00:30:09.703 Batch processing: Done. [INFO] 00:30:09.704 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:30:09.704 No "Generated" source files to scan. [INFO] 00:30:09.704 Sensor JavaSensor [java] (done) | time=540ms [INFO] 00:30:09.704 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:09.704 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:09.704 Sensor SurefireSensor [java] [INFO] 00:30:09.704 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/application-kafka/target/surefire-reports] [INFO] 00:30:09.706 Sensor SurefireSensor [java] (done) | time=2ms [INFO] 00:30:09.706 Sensor XML Sensor [xml] [INFO] 00:30:09.706 1 source file to be analyzed [INFO] 00:30:09.711 1/1 source file has been analyzed [INFO] 00:30:09.711 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:09.711 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:09.711 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:09.711 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:09.713 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:30:09.713 Sensor Java Config Sensor [iac] [INFO] 00:30:09.714 0 source files to be analyzed [INFO] 00:30:09.714 0/0 source files have been analyzed [INFO] 00:30:09.714 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:09.714 Sensor IaC Docker Sensor [iac] [INFO] 00:30:09.714 0 source files to be analyzed [INFO] 00:30:09.717 0/0 source files have been analyzed [INFO] 00:30:09.717 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 00:30:09.718 Sensor Serverless configuration file sensor [security] [INFO] 00:30:09.718 0 Serverless function entries were found in the project [INFO] 00:30:09.718 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:09.718 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:09.718 Sensor AWS SAM template file sensor [security] [INFO] 00:30:09.718 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:09.718 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:09.718 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:09.718 ------------- Run sensors on module Hono Client for Command & Control [INFO] 00:30:09.765 Sensor JavaSensor [java] [INFO] 00:30:09.765 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:09.770 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:09.770 Using ECJ batch to parse 21 Main java source files with batch size 107 KB. [INFO] 00:30:09.779 Starting batch processing. [INFO] 00:30:09.793 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:10.441 100% analyzed [INFO] 00:30:10.441 Batch processing: Done. [INFO] 00:30:10.442 Did not optimize analysis for any files, performed a full analysis for all 21 files. [INFO] 00:30:10.505 Using ECJ batch to parse 6 Test java source files with batch size 107 KB. [INFO] 00:30:10.510 Starting batch processing. [INFO] 00:30:10.643 100% analyzed [INFO] 00:30:10.643 Batch processing: Done. [INFO] 00:30:10.644 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 00:30:10.644 No "Generated" source files to scan. [INFO] 00:30:10.644 Sensor JavaSensor [java] (done) | time=879ms [INFO] 00:30:10.644 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:10.644 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:10.644 Sensor SurefireSensor [java] [INFO] 00:30:10.644 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command/target/surefire-reports] [INFO] 00:30:10.648 Sensor SurefireSensor [java] (done) | time=4ms [INFO] 00:30:10.648 Sensor XML Sensor [xml] [INFO] 00:30:10.649 1 source file to be analyzed [INFO] 00:30:10.655 1/1 source file has been analyzed [INFO] 00:30:10.655 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:30:10.655 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:10.655 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:10.655 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:10.658 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=3ms [INFO] 00:30:10.658 Sensor Java Config Sensor [iac] [INFO] 00:30:10.659 0 source files to be analyzed [INFO] 00:30:10.659 0/0 source files have been analyzed [INFO] 00:30:10.659 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:10.659 Sensor IaC Docker Sensor [iac] [INFO] 00:30:10.659 0 source files to be analyzed [INFO] 00:30:10.663 0/0 source files have been analyzed [INFO] 00:30:10.663 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:10.663 Sensor Serverless configuration file sensor [security] [INFO] 00:30:10.663 0 Serverless function entries were found in the project [INFO] 00:30:10.663 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:10.663 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:10.663 Sensor AWS SAM template file sensor [security] [INFO] 00:30:10.663 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:10.663 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:10.663 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:10.663 ------------- Run sensors on module Hono Device Registry Client [INFO] 00:30:10.736 Sensor JavaSensor [java] [INFO] 00:30:10.736 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:10.739 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:10.739 Using ECJ batch to parse 6 Main java source files with batch size 107 KB. [INFO] 00:30:10.741 Starting batch processing. [INFO] 00:30:10.752 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:10.841 100% analyzed [INFO] 00:30:10.841 Batch processing: Done. [INFO] 00:30:10.842 Did not optimize analysis for any files, performed a full analysis for all 6 files. [INFO] 00:30:10.880 No "Test" source files to scan. [INFO] 00:30:10.880 No "Generated" source files to scan. [INFO] 00:30:10.880 Sensor JavaSensor [java] (done) | time=145ms [INFO] 00:30:10.880 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:10.880 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:10.880 Sensor SurefireSensor [java] [INFO] 00:30:10.881 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/surefire-reports] [ERROR] 00:30:10.881 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/registry/target/surefire-reports [INFO] 00:30:10.881 Sensor SurefireSensor [java] (done) | time=1ms [INFO] 00:30:10.881 Sensor XML Sensor [xml] [INFO] 00:30:10.881 1 source file to be analyzed [INFO] 00:30:10.887 1/1 source file has been analyzed [INFO] 00:30:10.887 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:30:10.887 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:10.887 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:10.887 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:10.887 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:10.887 Sensor Java Config Sensor [iac] [INFO] 00:30:10.887 0 source files to be analyzed [INFO] 00:30:10.887 0/0 source files have been analyzed [INFO] 00:30:10.888 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:10.888 Sensor IaC Docker Sensor [iac] [INFO] 00:30:10.888 0 source files to be analyzed [INFO] 00:30:10.891 0/0 source files have been analyzed [INFO] 00:30:10.891 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 00:30:10.891 Sensor Serverless configuration file sensor [security] [INFO] 00:30:10.891 0 Serverless function entries were found in the project [INFO] 00:30:10.891 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:10.891 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:10.892 Sensor AWS SAM template file sensor [security] [INFO] 00:30:10.892 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:10.892 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:10.892 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:10.892 ------------- Run sensors on module Hono Client for Command & Control (Kafka) [INFO] 00:30:10.969 Sensor JavaSensor [java] [INFO] 00:30:10.969 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:10.974 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:10.974 Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] 00:30:10.979 Starting batch processing. [INFO] 00:30:11.045 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:11.752 100% analyzed [INFO] 00:30:11.752 Batch processing: Done. [INFO] 00:30:11.753 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:30:11.830 Using ECJ batch to parse 4 Test java source files with batch size 107 KB. [INFO] 00:30:11.836 Starting batch processing. [INFO] 00:30:12.058 100% analyzed [INFO] 00:30:12.058 Batch processing: Done. [INFO] 00:30:12.059 Did not optimize analysis for any files, performed a full analysis for all 4 files. [INFO] 00:30:12.059 No "Generated" source files to scan. [INFO] 00:30:12.059 Sensor JavaSensor [java] (done) | time=1090ms [INFO] 00:30:12.059 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:12.059 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:12.059 Sensor SurefireSensor [java] [INFO] 00:30:12.059 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/command-kafka/target/surefire-reports] [INFO] 00:30:12.062 Sensor SurefireSensor [java] (done) | time=3ms [INFO] 00:30:12.062 Sensor XML Sensor [xml] [INFO] 00:30:12.062 1 source file to be analyzed [INFO] 00:30:12.067 1/1 source file has been analyzed [INFO] 00:30:12.068 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:12.068 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:12.068 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:12.068 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:12.070 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms [INFO] 00:30:12.070 Sensor Java Config Sensor [iac] [INFO] 00:30:12.071 0 source files to be analyzed [INFO] 00:30:12.071 0/0 source files have been analyzed [INFO] 00:30:12.071 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:12.071 Sensor IaC Docker Sensor [iac] [INFO] 00:30:12.071 0 source files to be analyzed [INFO] 00:30:12.075 0/0 source files have been analyzed [INFO] 00:30:12.075 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:12.075 Sensor Serverless configuration file sensor [security] [INFO] 00:30:12.075 0 Serverless function entries were found in the project [INFO] 00:30:12.075 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:12.075 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:12.075 Sensor AWS SAM template file sensor [security] [INFO] 00:30:12.075 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:12.075 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:12.075 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:12.075 ------------- Run sensors on module Hono Client Kafka Common [INFO] 00:30:12.155 Sensor JavaSensor [java] [INFO] 00:30:12.155 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:12.158 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:12.158 Using ECJ batch to parse 31 Main java source files with batch size 107 KB. [INFO] 00:30:12.165 Starting batch processing. [INFO] 00:30:12.185 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:14.341 100% analyzed [INFO] 00:30:14.342 Batch processing: Done. [INFO] 00:30:14.342 Did not optimize analysis for any files, performed a full analysis for all 31 files. [INFO] 00:30:14.380 Using ECJ batch to parse 18 Test java source files with batch size 107 KB. [INFO] 00:30:14.430 Starting batch processing. [INFO] 00:30:15.048 100% analyzed [INFO] 00:30:15.048 Batch processing: Done. [INFO] 00:30:15.048 Did not optimize analysis for any files, performed a full analysis for all 18 files. [INFO] 00:30:15.048 No "Generated" source files to scan. [INFO] 00:30:15.048 Sensor JavaSensor [java] (done) | time=2893ms [INFO] 00:30:15.048 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:15.048 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:15.048 Sensor SurefireSensor [java] [INFO] 00:30:15.049 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/clients/kafka-common/target/surefire-reports] [INFO] 00:30:15.063 Sensor SurefireSensor [java] (done) | time=15ms [INFO] 00:30:15.063 Sensor XML Sensor [xml] [INFO] 00:30:15.064 1 source file to be analyzed [INFO] 00:30:15.070 1/1 source file has been analyzed [INFO] 00:30:15.070 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:30:15.070 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:15.070 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:15.070 Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list. [INFO] 00:30:15.077 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=7ms [INFO] 00:30:15.077 Sensor Java Config Sensor [iac] [INFO] 00:30:15.078 0 source files to be analyzed [INFO] 00:30:15.078 0/0 source files have been analyzed [INFO] 00:30:15.078 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:15.078 Sensor IaC Docker Sensor [iac] [INFO] 00:30:15.079 0 source files to be analyzed [INFO] 00:30:15.083 0/0 source files have been analyzed [INFO] 00:30:15.083 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:30:15.083 Sensor Serverless configuration file sensor [security] [INFO] 00:30:15.083 0 Serverless function entries were found in the project [INFO] 00:30:15.083 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:15.083 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:15.083 Sensor AWS SAM template file sensor [security] [INFO] 00:30:15.083 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:15.083 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:15.083 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:15.083 ------------- Run sensors on module Hono Clients [INFO] 00:30:15.161 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:15.161 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:15.161 Sensor XML Sensor [xml] [INFO] 00:30:15.162 1 source file to be analyzed [INFO] 00:30:15.168 1/1 source file has been analyzed [INFO] 00:30:15.168 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:30:15.168 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:15.168 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:15.168 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:15.168 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:15.168 Sensor Java Config Sensor [iac] [INFO] 00:30:15.169 0 source files to be analyzed [INFO] 00:30:15.169 0/0 source files have been analyzed [INFO] 00:30:15.169 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:15.169 Sensor IaC Docker Sensor [iac] [INFO] 00:30:15.169 0 source files to be analyzed [INFO] 00:30:15.172 0/0 source files have been analyzed [INFO] 00:30:15.172 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 00:30:15.172 Sensor Serverless configuration file sensor [security] [INFO] 00:30:15.172 0 Serverless function entries were found in the project [INFO] 00:30:15.172 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:15.172 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:15.172 Sensor AWS SAM template file sensor [security] [INFO] 00:30:15.172 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:15.173 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:15.173 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:15.173 ------------- Run sensors on module Hono Client Examples [INFO] 00:30:15.247 Sensor JavaSensor [java] [INFO] 00:30:15.247 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:15.252 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:15.252 Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] 00:30:15.257 Starting batch processing. [INFO] 00:30:15.341 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:15.876 100% analyzed [INFO] 00:30:15.876 Batch processing: Done. [INFO] 00:30:15.877 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:30:15.914 No "Test" source files to scan. [INFO] 00:30:15.914 No "Generated" source files to scan. [INFO] 00:30:15.914 Sensor JavaSensor [java] (done) | time=667ms [INFO] 00:30:15.914 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:15.914 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:15.914 Sensor SurefireSensor [java] [INFO] 00:30:15.914 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/target/surefire-reports] [ERROR] 00:30:15.914 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/hono-client-examples/target/surefire-reports [INFO] 00:30:15.914 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:30:15.914 Sensor XML Sensor [xml] [INFO] 00:30:15.915 1 source file to be analyzed [INFO] 00:30:15.922 1/1 source file has been analyzed [INFO] 00:30:15.922 Sensor XML Sensor [xml] (done) | time=8ms [INFO] 00:30:15.922 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:15.923 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:15.923 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:15.923 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms [INFO] 00:30:15.923 Sensor Java Config Sensor [iac] [INFO] 00:30:15.923 0 source files to be analyzed [INFO] 00:30:15.923 0/0 source files have been analyzed [INFO] 00:30:15.923 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:30:15.923 Sensor IaC Docker Sensor [iac] [INFO] 00:30:15.924 0 source files to be analyzed [INFO] 00:30:15.930 0/0 source files have been analyzed [INFO] 00:30:15.930 Sensor IaC Docker Sensor [iac] (done) | time=7ms [INFO] 00:30:15.930 Sensor Serverless configuration file sensor [security] [INFO] 00:30:15.930 0 Serverless function entries were found in the project [INFO] 00:30:15.930 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:15.930 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:15.930 Sensor AWS SAM template file sensor [security] [INFO] 00:30:15.930 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:15.930 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:15.931 Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms [INFO] 00:30:15.931 ------------- Run sensors on module Hono Protocol Gateway example [INFO] 00:30:15.977 Sensor JavaSensor [java] [INFO] 00:30:15.977 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:15.982 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:15.982 Using ECJ batch to parse 3 Main java source files with batch size 107 KB. [INFO] 00:30:15.985 Starting batch processing. [INFO] 00:30:16.021 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:16.226 100% analyzed [INFO] 00:30:16.226 Batch processing: Done. [INFO] 00:30:16.227 Did not optimize analysis for any files, performed a full analysis for all 3 files. [INFO] 00:30:16.264 No "Test" source files to scan. [INFO] 00:30:16.265 No "Generated" source files to scan. [INFO] 00:30:16.265 Sensor JavaSensor [java] (done) | time=288ms [INFO] 00:30:16.265 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:16.265 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:16.265 Sensor SurefireSensor [java] [INFO] 00:30:16.265 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example/target/surefire-reports] [ERROR] 00:30:16.265 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/examples/protocol-gateway-example/target/surefire-reports [INFO] 00:30:16.265 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:30:16.265 Sensor XML Sensor [xml] [INFO] 00:30:16.266 1 source file to be analyzed [INFO] 00:30:16.271 1/1 source file has been analyzed [INFO] 00:30:16.272 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:30:16.272 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:16.272 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:16.272 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:16.272 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:16.272 Sensor Java Config Sensor [iac] [INFO] 00:30:16.272 0 source files to be analyzed [INFO] 00:30:16.272 0/0 source files have been analyzed [INFO] 00:30:16.272 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:30:16.272 Sensor IaC Docker Sensor [iac] [INFO] 00:30:16.273 0 source files to be analyzed [INFO] 00:30:16.277 0/0 source files have been analyzed [INFO] 00:30:16.277 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:30:16.277 Sensor Serverless configuration file sensor [security] [INFO] 00:30:16.277 0 Serverless function entries were found in the project [INFO] 00:30:16.277 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:16.277 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:16.277 Sensor AWS SAM template file sensor [security] [INFO] 00:30:16.277 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:16.277 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:16.277 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:16.277 ------------- Run sensors on module Hono Examples [INFO] 00:30:16.320 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:16.320 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:16.320 Sensor XML Sensor [xml] [INFO] 00:30:16.321 1 source file to be analyzed [INFO] 00:30:16.327 1/1 source file has been analyzed [INFO] 00:30:16.327 Sensor XML Sensor [xml] (done) | time=7ms [INFO] 00:30:16.327 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:16.327 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:16.327 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:16.327 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:16.327 Sensor Java Config Sensor [iac] [INFO] 00:30:16.328 0 source files to be analyzed [INFO] 00:30:16.328 0/0 source files have been analyzed [INFO] 00:30:16.328 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:16.328 Sensor IaC Docker Sensor [iac] [INFO] 00:30:16.329 0 source files to be analyzed [INFO] 00:30:16.333 0/0 source files have been analyzed [INFO] 00:30:16.333 Sensor IaC Docker Sensor [iac] (done) | time=5ms [INFO] 00:30:16.333 Sensor Serverless configuration file sensor [security] [INFO] 00:30:16.333 0 Serverless function entries were found in the project [INFO] 00:30:16.333 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:16.333 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:16.334 Sensor AWS SAM template file sensor [security] [INFO] 00:30:16.334 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:16.334 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:16.334 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:16.334 ------------- Run sensors on module Hono Core Test Utils [INFO] 00:30:16.378 Sensor JavaSensor [java] [INFO] 00:30:16.379 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:16.381 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:16.381 Using ECJ batch to parse 5 Main java source files with batch size 107 KB. [INFO] 00:30:16.383 Starting batch processing. [INFO] 00:30:16.390 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:16.550 100% analyzed [INFO] 00:30:16.550 Batch processing: Done. [INFO] 00:30:16.550 Did not optimize analysis for any files, performed a full analysis for all 5 files. [INFO] 00:30:16.589 No "Test" source files to scan. [INFO] 00:30:16.589 No "Generated" source files to scan. [INFO] 00:30:16.589 Sensor JavaSensor [java] (done) | time=211ms [INFO] 00:30:16.589 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:16.589 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:16.589 Sensor SurefireSensor [java] [INFO] 00:30:16.589 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/surefire-reports] [ERROR] 00:30:16.589 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/core-test-utils/target/surefire-reports [INFO] 00:30:16.589 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:30:16.589 Sensor XML Sensor [xml] [INFO] 00:30:16.590 1 source file to be analyzed [INFO] 00:30:16.595 1/1 source file has been analyzed [INFO] 00:30:16.595 Sensor XML Sensor [xml] (done) | time=6ms [INFO] 00:30:16.595 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:16.595 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:16.595 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:16.595 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:16.595 Sensor Java Config Sensor [iac] [INFO] 00:30:16.596 0 source files to be analyzed [INFO] 00:30:16.596 0/0 source files have been analyzed [INFO] 00:30:16.596 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:16.596 Sensor IaC Docker Sensor [iac] [INFO] 00:30:16.596 0 source files to be analyzed [INFO] 00:30:16.600 0/0 source files have been analyzed [INFO] 00:30:16.600 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:16.600 Sensor Serverless configuration file sensor [security] [INFO] 00:30:16.600 0 Serverless function entries were found in the project [INFO] 00:30:16.600 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:16.600 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:16.600 Sensor AWS SAM template file sensor [security] [INFO] 00:30:16.600 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:16.600 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:16.600 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:16.600 ------------- Run sensors on module Hono Client Test Utils [INFO] 00:30:16.651 Sensor JavaSensor [java] [INFO] 00:30:16.652 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:16.654 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:16.654 Using ECJ batch to parse 1 Main java source files with batch size 107 KB. [INFO] 00:30:16.656 Starting batch processing. [INFO] 00:30:16.677 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:16.769 100% analyzed [INFO] 00:30:16.769 Batch processing: Done. [INFO] 00:30:16.770 Did not optimize analysis for any files, performed a full analysis for all 1 files. [INFO] 00:30:16.804 No "Test" source files to scan. [INFO] 00:30:16.804 No "Generated" source files to scan. [INFO] 00:30:16.804 Sensor JavaSensor [java] (done) | time=153ms [INFO] 00:30:16.805 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:16.805 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:16.805 Sensor SurefireSensor [java] [INFO] 00:30:16.805 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/surefire-reports] [ERROR] 00:30:16.805 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/client-test-utils/target/surefire-reports [INFO] 00:30:16.805 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:30:16.805 Sensor XML Sensor [xml] [INFO] 00:30:16.805 1 source file to be analyzed [INFO] 00:30:16.810 1/1 source file has been analyzed [INFO] 00:30:16.810 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:16.810 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:16.810 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:16.810 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:16.810 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:16.810 Sensor Java Config Sensor [iac] [INFO] 00:30:16.810 0 source files to be analyzed [INFO] 00:30:16.811 0/0 source files have been analyzed [INFO] 00:30:16.811 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:16.811 Sensor IaC Docker Sensor [iac] [INFO] 00:30:16.811 0 source files to be analyzed [INFO] 00:30:16.814 0/0 source files have been analyzed [INFO] 00:30:16.814 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 00:30:16.814 Sensor Serverless configuration file sensor [security] [INFO] 00:30:16.814 0 Serverless function entries were found in the project [INFO] 00:30:16.814 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:16.814 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:16.814 Sensor AWS SAM template file sensor [security] [INFO] 00:30:16.815 Sensor AWS SAM template file sensor [security] (done) | time=1ms [INFO] 00:30:16.815 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:16.815 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:16.815 ------------- Run sensors on module Hono Adapter Base Test Utils [INFO] 00:30:16.864 Sensor JavaSensor [java] [INFO] 00:30:16.864 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:16.871 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:16.872 Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] 00:30:16.875 Starting batch processing. [INFO] 00:30:16.939 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:17.168 100% analyzed [INFO] 00:30:17.168 Batch processing: Done. [INFO] 00:30:17.168 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:30:17.205 No "Test" source files to scan. [INFO] 00:30:17.205 No "Generated" source files to scan. [INFO] 00:30:17.205 Sensor JavaSensor [java] (done) | time=341ms [INFO] 00:30:17.206 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:17.206 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:17.206 Sensor SurefireSensor [java] [INFO] 00:30:17.206 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/adapter-base-test-utils/target/surefire-reports] [ERROR] 00:30:17.206 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/adapter-base-test-utils/target/surefire-reports [INFO] 00:30:17.206 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:30:17.206 Sensor XML Sensor [xml] [INFO] 00:30:17.206 1 source file to be analyzed [INFO] 00:30:17.211 1/1 source file has been analyzed [INFO] 00:30:17.211 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:17.211 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:17.211 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:17.211 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:17.211 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:17.211 Sensor Java Config Sensor [iac] [INFO] 00:30:17.211 0 source files to be analyzed [INFO] 00:30:17.211 0/0 source files have been analyzed [INFO] 00:30:17.211 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:30:17.211 Sensor IaC Docker Sensor [iac] [INFO] 00:30:17.212 0 source files to be analyzed [INFO] 00:30:17.215 0/0 source files have been analyzed [INFO] 00:30:17.215 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:17.215 Sensor Serverless configuration file sensor [security] [INFO] 00:30:17.215 0 Serverless function entries were found in the project [INFO] 00:30:17.215 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:17.215 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:17.215 Sensor AWS SAM template file sensor [security] [INFO] 00:30:17.215 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:17.215 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:17.215 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:17.215 ------------- Run sensors on module Hono Kafka Test Utils [INFO] 00:30:17.258 Sensor JavaSensor [java] [INFO] 00:30:17.258 Configured Java source version (sonar.java.source): 17, preview features enabled (sonar.java.enablePreview): false [INFO] 00:30:17.261 Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis. [INFO] 00:30:17.261 Using ECJ batch to parse 2 Main java source files with batch size 107 KB. [INFO] 00:30:17.263 Starting batch processing. [INFO] 00:30:17.282 The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files. [INFO] 00:30:17.390 100% analyzed [INFO] 00:30:17.390 Batch processing: Done. [INFO] 00:30:17.391 Did not optimize analysis for any files, performed a full analysis for all 2 files. [INFO] 00:30:17.429 No "Test" source files to scan. [INFO] 00:30:17.430 No "Generated" source files to scan. [INFO] 00:30:17.430 Sensor JavaSensor [java] (done) | time=172ms [INFO] 00:30:17.430 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:17.430 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:17.430 Sensor SurefireSensor [java] [INFO] 00:30:17.430 parsing [/home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/surefire-reports] [ERROR] 00:30:17.430 Reports path not found or is not a directory: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/test-utils/kafka-test-utils/target/surefire-reports [INFO] 00:30:17.430 Sensor SurefireSensor [java] (done) | time=0ms [INFO] 00:30:17.430 Sensor XML Sensor [xml] [INFO] 00:30:17.431 1 source file to be analyzed [INFO] 00:30:17.435 1/1 source file has been analyzed [INFO] 00:30:17.435 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:17.435 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:17.435 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:17.435 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:17.435 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:17.435 Sensor Java Config Sensor [iac] [INFO] 00:30:17.436 0 source files to be analyzed [INFO] 00:30:17.436 0/0 source files have been analyzed [INFO] 00:30:17.436 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:17.436 Sensor IaC Docker Sensor [iac] [INFO] 00:30:17.436 0 source files to be analyzed [INFO] 00:30:17.440 0/0 source files have been analyzed [INFO] 00:30:17.440 Sensor IaC Docker Sensor [iac] (done) | time=4ms [INFO] 00:30:17.440 Sensor Serverless configuration file sensor [security] [INFO] 00:30:17.440 0 Serverless function entries were found in the project [INFO] 00:30:17.440 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:17.440 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:17.440 Sensor AWS SAM template file sensor [security] [INFO] 00:30:17.440 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:17.440 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:17.440 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:17.440 ------------- Run sensors on module Hono Test Utils [INFO] 00:30:17.481 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:17.481 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:17.481 Sensor XML Sensor [xml] [INFO] 00:30:17.527 1 source file to be analyzed [INFO] 00:30:17.533 1/1 source file has been analyzed [INFO] 00:30:17.533 Sensor XML Sensor [xml] (done) | time=52ms [INFO] 00:30:17.533 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:17.533 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:17.533 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:17.533 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:17.533 Sensor Java Config Sensor [iac] [INFO] 00:30:17.539 0 source files to be analyzed [INFO] 00:30:17.539 0/0 source files have been analyzed [INFO] 00:30:17.539 Sensor Java Config Sensor [iac] (done) | time=6ms [INFO] 00:30:17.539 Sensor IaC Docker Sensor [iac] [INFO] 00:30:17.627 0 source files to be analyzed [INFO] 00:30:17.630 0/0 source files have been analyzed [INFO] 00:30:17.630 Sensor IaC Docker Sensor [iac] (done) | time=91ms [INFO] 00:30:17.630 Sensor Serverless configuration file sensor [security] [INFO] 00:30:17.631 0 Serverless function entries were found in the project [INFO] 00:30:17.631 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:17.631 Sensor Serverless configuration file sensor [security] (done) | time=1ms [INFO] 00:30:17.631 Sensor AWS SAM template file sensor [security] [INFO] 00:30:17.631 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:17.631 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:17.631 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:17.631 ------------- Run sensors on module Hono Demo Certs [INFO] 00:30:17.672 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:17.672 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms [INFO] 00:30:17.672 Sensor XML Sensor [xml] [INFO] 00:30:17.672 1 source file to be analyzed [INFO] 00:30:17.677 1/1 source file has been analyzed [INFO] 00:30:17.677 Sensor XML Sensor [xml] (done) | time=5ms [INFO] 00:30:17.677 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:17.677 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:17.677 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:17.677 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:17.677 Sensor Java Config Sensor [iac] [INFO] 00:30:17.678 0 source files to be analyzed [INFO] 00:30:17.678 0/0 source files have been analyzed [INFO] 00:30:17.678 Sensor Java Config Sensor [iac] (done) | time=1ms [INFO] 00:30:17.678 Sensor IaC Docker Sensor [iac] [INFO] 00:30:17.678 0 source files to be analyzed [INFO] 00:30:17.681 0/0 source files have been analyzed [INFO] 00:30:17.681 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 00:30:17.681 Sensor Serverless configuration file sensor [security] [INFO] 00:30:17.681 0 Serverless function entries were found in the project [INFO] 00:30:17.681 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:17.681 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:17.681 Sensor AWS SAM template file sensor [security] [INFO] 00:30:17.681 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:17.682 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:17.682 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:17.682 ------------- Run sensors on module Hono [INFO] 00:30:17.725 Sensor ThymeLeaf template sensor [securityjavafrontend] [INFO] 00:30:17.726 Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms [INFO] 00:30:17.726 Sensor XML Sensor [xml] [INFO] 00:30:17.731 1 source file to be analyzed [INFO] 00:30:17.761 1/1 source file has been analyzed [INFO] 00:30:17.762 Sensor XML Sensor [xml] (done) | time=36ms [INFO] 00:30:17.762 Sensor JaCoCo XML Report Importer [jacoco] [INFO] 00:30:17.762 'sonar.coverage.jacoco.xmlReportPaths' is not defined. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml [INFO] 00:30:17.762 No report imported, no coverage information will be imported by JaCoCo XML Report Importer [INFO] 00:30:17.762 Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms [INFO] 00:30:17.762 Sensor Java Config Sensor [iac] [INFO] 00:30:17.762 0 source files to be analyzed [INFO] 00:30:17.762 0/0 source files have been analyzed [INFO] 00:30:17.762 Sensor Java Config Sensor [iac] (done) | time=0ms [INFO] 00:30:17.763 Sensor IaC Docker Sensor [iac] [INFO] 00:30:17.763 0 source files to be analyzed [INFO] 00:30:17.766 0/0 source files have been analyzed [INFO] 00:30:17.766 Sensor IaC Docker Sensor [iac] (done) | time=3ms [INFO] 00:30:17.766 Sensor Serverless configuration file sensor [security] [INFO] 00:30:17.766 0 Serverless function entries were found in the project [INFO] 00:30:17.766 0 Serverless function handlers were kept as entrypoints [INFO] 00:30:17.766 Sensor Serverless configuration file sensor [security] (done) | time=0ms [INFO] 00:30:17.766 Sensor AWS SAM template file sensor [security] [INFO] 00:30:17.766 Sensor AWS SAM template file sensor [security] (done) | time=0ms [INFO] 00:30:17.766 Sensor AWS SAM Inline template file sensor [security] [INFO] 00:30:17.766 Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms [INFO] 00:30:17.766 Sensor javabugs [dbd] [INFO] 00:30:17.836 Reading IR files from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar/ir/java [INFO] 00:30:18.147 Analyzing 5517 functions to detect bugs. [INFO] 00:30:23.436 Sensor javabugs [dbd] (done) | time=5670ms [INFO] 00:30:23.437 Sensor pythonbugs [dbd] [INFO] 00:30:23.437 Reading IR files from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar/ir/python [INFO] 00:30:23.437 No IR files have been included for analysis. [INFO] 00:30:23.437 Sensor pythonbugs [dbd] (done) | time=0ms [INFO] 00:30:23.437 Sensor TextAndSecretsSensor [text] [INFO] 00:30:23.437 Available processors: 2 [INFO] 00:30:23.438 Using 2 threads for analysis. [INFO] 00:30:23.974 1194 source files to be analyzed [INFO] 00:30:33.975 673/1194 files analyzed, current files: services/command-router-base/src/main/java/org/eclipse/hono/commandrouter/CommandTargetMapper.java, adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/ConnectedDevicesAsyncCacheLoader.java [INFO] 00:30:35.098 1194/1194 source files have been analyzed [INFO] 00:30:35.098 Sensor TextAndSecretsSensor [text] (done) | time=11661ms [INFO] 00:30:35.099 Sensor JavaSecuritySensor [security] [INFO] 00:30:35.103 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5883, S6096, S6173, S6287, S6350, S6384, S6390, S6398, S6399, S6547, S6549 [INFO] 00:30:35.104 Load type hierarchy and UCFGs: Starting [INFO] 00:30:35.104 Load type hierarchy: Starting [INFO] 00:30:35.104 Reading type hierarchy from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar/ucfg2/java [INFO] 00:30:35.286 Read 1790 type definitions [INFO] 00:30:35.307 Load type hierarchy: Time spent was 00:00:00.203 [INFO] 00:30:35.307 Load UCFGs: Starting [INFO] 00:30:35.307 Reading UCFGs from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar/ucfg2/java [INFO] 00:30:37.218 Load UCFGs: Time spent was 00:00:01.910 [INFO] 00:30:37.218 Load type hierarchy and UCFGs: Time spent was 00:00:02.114 [INFO] 00:30:37.218 Analyzing 7230 UCFGs to detect vulnerabilities. [INFO] 00:30:37.218 Check cache: Starting [INFO] 00:30:37.218 Load cache: Starting [INFO] 00:30:37.218 Load cache: Time spent was 00:00:00.000 [INFO] 00:30:37.219 Check cache: Time spent was 00:00:00.000 [INFO] 00:30:37.219 Create runtime call graph: Starting [INFO] 00:30:37.220 Variable Type Analysis #1: Starting [INFO] 00:30:37.221 Create runtime type propagation graph: Starting [INFO] 00:30:37.513 Create runtime type propagation graph: Time spent was 00:00:00.291 [INFO] 00:30:37.514 Run SCC (Tarjan) on 43377 nodes: Starting [INFO] 00:30:37.583 Run SCC (Tarjan) on 43377 nodes: Time spent was 00:00:00.068 [INFO] 00:30:37.583 Tarjan found 42075 strongly connected components [INFO] 00:30:37.583 Propagate runtime types to strongly connected components: Starting [INFO] 00:30:37.688 Propagate runtime types to strongly connected components: Time spent was 00:00:00.105 [INFO] 00:30:37.688 Variable Type Analysis #1: Time spent was 00:00:00.468 [INFO] 00:30:37.713 Variable Type Analysis #2: Starting [INFO] 00:30:37.713 Create runtime type propagation graph: Starting [INFO] 00:30:38.026 Create runtime type propagation graph: Time spent was 00:00:00.312 [INFO] 00:30:38.026 Run SCC (Tarjan) on 43335 nodes: Starting [INFO] 00:30:38.089 Run SCC (Tarjan) on 43335 nodes: Time spent was 00:00:00.062 [INFO] 00:30:38.089 Tarjan found 42019 strongly connected components [INFO] 00:30:38.089 Propagate runtime types to strongly connected components: Starting [INFO] 00:30:38.170 Propagate runtime types to strongly connected components: Time spent was 00:00:00.080 [INFO] 00:30:38.170 Variable Type Analysis #2: Time spent was 00:00:00.456 [INFO] 00:30:38.175 Create runtime call graph: Time spent was 00:00:00.956 [INFO] 00:30:38.176 Load config: Starting [INFO] 00:30:41.254 Load config: Time spent was 00:00:03.078 [INFO] 00:30:41.254 Compute entry points: Starting [INFO] 00:30:54.265 Compute entry points: Time spent was 00:00:13.010 [INFO] 00:30:54.265 All rules entry points : 24 [INFO] 00:30:54.265 Slice call graph: Starting [INFO] 00:30:54.270 Retained UCFGs : 975 [INFO] 00:30:54.280 Slice call graph: Time spent was 00:00:00.014 [INFO] 00:30:54.280 Live variable analysis: Starting [INFO] 00:30:54.352 Live variable analysis: Time spent was 00:00:00.072 [INFO] 00:30:54.352 Taint analysis for java: Starting [INFO] 00:30:54.365 0 / 975 UCFGs simulated, memory usage: 1473 MB [INFO] 00:30:57.417 177 / 975 UCFGs simulated, memory usage: 1498 MB [INFO] 00:30:57.418 Taint analysis for java: Time spent was 00:00:03.064 [INFO] 00:30:57.418 Report issues: Starting [INFO] 00:30:57.478 Report issues: Time spent was 00:00:00.060 [INFO] 00:30:57.478 Store cache: Starting [INFO] 00:30:57.503 Store cache: Time spent was 00:00:00.025 [INFO] 00:30:57.513 java security sensor: Time spent was 00:00:22.410 [INFO] 00:30:57.513 java security sensor: Begin: 2024-05-23T00:30:35.102410850Z, End: 2024-05-23T00:30:57.513035929Z, Duration: 00:00:22.410 Load type hierarchy and UCFGs: Begin: 2024-05-23T00:30:35.104314057Z, End: 2024-05-23T00:30:37.218774990Z, Duration: 00:00:02.114 Load type hierarchy: Begin: 2024-05-23T00:30:35.104373417Z, End: 2024-05-23T00:30:35.307467348Z, Duration: 00:00:00.203 Load UCFGs: Begin: 2024-05-23T00:30:35.307760739Z, End: 2024-05-23T00:30:37.218505275Z, Duration: 00:00:01.910 Check cache: Begin: 2024-05-23T00:30:37.218820833Z, End: 2024-05-23T00:30:37.219237583Z, Duration: 00:00:00.000 Load cache: Begin: 2024-05-23T00:30:37.218843045Z, End: 2024-05-23T00:30:37.218889275Z, Duration: 00:00:00.000 Create runtime call graph: Begin: 2024-05-23T00:30:37.219294069Z, End: 2024-05-23T00:30:38.175923756Z, Duration: 00:00:00.956 Variable Type Analysis #1: Begin: 2024-05-23T00:30:37.220251125Z, End: 2024-05-23T00:30:37.688629240Z, Duration: 00:00:00.468 Create runtime type propagation graph: Begin: 2024-05-23T00:30:37.221472058Z, End: 2024-05-23T00:30:37.513017856Z, Duration: 00:00:00.291 Run SCC (Tarjan) on 43377 nodes: Begin: 2024-05-23T00:30:37.514041484Z, End: 2024-05-23T00:30:37.582972525Z, Duration: 00:00:00.068 Propagate runtime types to strongly connected components: Begin: 2024-05-23T00:30:37.583200330Z, End: 2024-05-23T00:30:37.688477860Z, Duration: 00:00:00.105 Variable Type Analysis #2: Begin: 2024-05-23T00:30:37.713888280Z, End: 2024-05-23T00:30:38.170248618Z, Duration: 00:00:00.456 Create runtime type propagation graph: Begin: 2024-05-23T00:30:37.713963950Z, End: 2024-05-23T00:30:38.026006448Z, Duration: 00:00:00.312 Run SCC (Tarjan) on 43335 nodes: Begin: 2024-05-23T00:30:38.026233514Z, End: 2024-05-23T00:30:38.089160195Z, Duration: 00:00:00.062 Propagate runtime types to strongly connected components: Begin: 2024-05-23T00:30:38.089338388Z, End: 2024-05-23T00:30:38.170075831Z, Duration: 00:00:00.080 Load config: Begin: 2024-05-23T00:30:38.176054701Z, End: 2024-05-23T00:30:41.254496298Z, Duration: 00:00:03.078 Compute entry points: Begin: 2024-05-23T00:30:41.254673819Z, End: 2024-05-23T00:30:54.265417538Z, Duration: 00:00:13.010 Slice call graph: Begin: 2024-05-23T00:30:54.265926016Z, End: 2024-05-23T00:30:54.279964288Z, Duration: 00:00:00.014 Live variable analysis: Begin: 2024-05-23T00:30:54.280060666Z, End: 2024-05-23T00:30:54.352604376Z, Duration: 00:00:00.072 Taint analysis for java: Begin: 2024-05-23T00:30:54.352989436Z, End: 2024-05-23T00:30:57.417952226Z, Duration: 00:00:03.064 Report issues: Begin: 2024-05-23T00:30:57.418079717Z, End: 2024-05-23T00:30:57.478172715Z, Duration: 00:00:00.060 Store cache: Begin: 2024-05-23T00:30:57.478346862Z, End: 2024-05-23T00:30:57.503759192Z, Duration: 00:00:00.025 [INFO] 00:30:57.513 java security sensor peak memory: 2359 MB [INFO] 00:30:57.513 Sensor JavaSecuritySensor [security] (done) | time=22414ms [INFO] 00:30:57.514 Sensor CSharpSecuritySensor [security] [INFO] 00:30:57.514 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5883, S6096, S6173, S6287, S6350, S6399, S6639, S6641 [INFO] 00:30:57.514 Load type hierarchy and UCFGs: Starting [INFO] 00:30:57.514 Load type hierarchy: Starting [INFO] 00:30:57.514 Reading type hierarchy from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/ucfg2/cs [INFO] 00:30:57.514 Read 0 type definitions [INFO] 00:30:57.514 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 00:30:57.514 Load UCFGs: Starting [INFO] 00:30:57.514 Load UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.514 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.514 No UCFGs have been included for analysis. [INFO] 00:30:57.514 csharp security sensor: Time spent was 00:00:00.000 [INFO] 00:30:57.514 csharp security sensor: Begin: 2024-05-23T00:30:57.514188447Z, End: 2024-05-23T00:30:57.514785371Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-23T00:30:57.514352854Z, End: 2024-05-23T00:30:57.514610973Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-23T00:30:57.514362771Z, End: 2024-05-23T00:30:57.514532302Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-23T00:30:57.514566454Z, End: 2024-05-23T00:30:57.514590602Z, Duration: 00:00:00.000 [INFO] 00:30:57.514 csharp security sensor peak memory: 2359 MB [INFO] 00:30:57.514 Sensor CSharpSecuritySensor [security] (done) | time=0ms [INFO] 00:30:57.515 Sensor PhpSecuritySensor [security] [INFO] 00:30:57.515 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5334, S5335, S5883, S6173, S6287, S6350 [INFO] 00:30:57.515 Load type hierarchy and UCFGs: Starting [INFO] 00:30:57.515 Load type hierarchy: Starting [INFO] 00:30:57.515 Reading type hierarchy from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar/ucfg2/php [INFO] 00:30:57.515 Read 0 type definitions [INFO] 00:30:57.515 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 00:30:57.515 Load UCFGs: Starting [INFO] 00:30:57.515 Load UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.515 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.515 No UCFGs have been included for analysis. [INFO] 00:30:57.515 php security sensor: Time spent was 00:00:00.000 [INFO] 00:30:57.515 php security sensor: Begin: 2024-05-23T00:30:57.515075258Z, End: 2024-05-23T00:30:57.515495991Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-23T00:30:57.515150103Z, End: 2024-05-23T00:30:57.515312804Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-23T00:30:57.515159586Z, End: 2024-05-23T00:30:57.515233013Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-23T00:30:57.515258228Z, End: 2024-05-23T00:30:57.515295026Z, Duration: 00:00:00.000 [INFO] 00:30:57.515 php security sensor peak memory: 2359 MB [INFO] 00:30:57.515 Sensor PhpSecuritySensor [security] (done) | time=0ms [INFO] 00:30:57.515 Sensor PythonSecuritySensor [security] [INFO] 00:30:57.515 Enabled taint analysis rules: S2076, S2078, S2083, S2091, S2631, S3649, S5131, S5135, S5144, S5145, S5146, S5147, S5334, S5496, S6287, S6350, S6639, S6680, S6776, S6839 [INFO] 00:30:57.515 Load type hierarchy and UCFGs: Starting [INFO] 00:30:57.515 Load type hierarchy: Starting [INFO] 00:30:57.515 Reading type hierarchy from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar/ucfg2/python [INFO] 00:30:57.515 Read 0 type definitions [INFO] 00:30:57.515 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 00:30:57.515 Load UCFGs: Starting [INFO] 00:30:57.515 Load UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.515 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.515 No UCFGs have been included for analysis. [INFO] 00:30:57.516 python security sensor: Time spent was 00:00:00.000 [INFO] 00:30:57.516 python security sensor: Begin: 2024-05-23T00:30:57.515760325Z, End: 2024-05-23T00:30:57.516104594Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-23T00:30:57.515840559Z, End: 2024-05-23T00:30:57.515972038Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-23T00:30:57.515849388Z, End: 2024-05-23T00:30:57.515917184Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-23T00:30:57.515941375Z, End: 2024-05-23T00:30:57.515956408Z, Duration: 00:00:00.000 [INFO] 00:30:57.516 python security sensor peak memory: 2359 MB [INFO] 00:30:57.516 Sensor PythonSecuritySensor [security] (done) | time=1ms [INFO] 00:30:57.516 Sensor JsSecuritySensor [security] [INFO] 00:30:57.516 Enabled taint analysis rules: S5334, S2083, S6287, S6096, S2076, S6105, S3649, S5696, S5883, S5146, S2631, S5131, S5144, S6350, S5147 [INFO] 00:30:57.516 Load type hierarchy and UCFGs: Starting [INFO] 00:30:57.516 Load type hierarchy: Starting [INFO] 00:30:57.516 Reading type hierarchy from: /home/jenkins/agent/workspace/Hono-Nightly-Sonar-Pipeline/target/sonar/ucfg2/js [INFO] 00:30:57.516 Read 0 type definitions [INFO] 00:30:57.516 Load type hierarchy: Time spent was 00:00:00.000 [INFO] 00:30:57.516 Load UCFGs: Starting [INFO] 00:30:57.516 Load UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.516 Load type hierarchy and UCFGs: Time spent was 00:00:00.000 [INFO] 00:30:57.516 No UCFGs have been included for analysis. [INFO] 00:30:57.516 js security sensor: Time spent was 00:00:00.000 [INFO] 00:30:57.516 js security sensor: Begin: 2024-05-23T00:30:57.516365117Z, End: 2024-05-23T00:30:57.516764510Z, Duration: 00:00:00.000 Load type hierarchy and UCFGs: Begin: 2024-05-23T00:30:57.516497387Z, End: 2024-05-23T00:30:57.516634843Z, Duration: 00:00:00.000 Load type hierarchy: Begin: 2024-05-23T00:30:57.516505848Z, End: 2024-05-23T00:30:57.516580965Z, Duration: 00:00:00.000 Load UCFGs: Begin: 2024-05-23T00:30:57.516605129Z, End: 2024-05-23T00:30:57.516619380Z, Duration: 00:00:00.000 [INFO] 00:30:57.516 js security sensor peak memory: 2359 MB [INFO] 00:30:57.516 Sensor JsSecuritySensor [security] (done) | time=0ms [INFO] 00:30:57.517 ------------- Run sensors on project [INFO] 00:30:57.527 Sensor Zero Coverage Sensor [INFO] 00:30:57.542 Sensor Zero Coverage Sensor (done) | time=15ms [INFO] 00:30:57.542 Sensor Java CPD Block Indexer [INFO] 00:30:58.980 Sensor Java CPD Block Indexer (done) | time=1438ms [INFO] 00:30:59.054 SCM Publisher SCM provider for this project is: git [INFO] 00:30:59.055 SCM Publisher 9 source files to be analyzed [INFO] 00:31:00.331 SCM Publisher 9/9 source files have been analyzed (done) | time=1276ms [INFO] 00:31:00.443 CPD Executor 200 files had no CPD blocks [INFO] 00:31:00.443 CPD Executor Calculating CPD for 576 files [INFO] 00:31:00.653 CPD Executor CPD calculation finished (done) | time=210ms [INFO] 00:31:01.836 Analysis report generated in 920ms, dir size=14 MB [INFO] 00:31:03.654 Analysis report compressed in 1818ms, zip size=5 MB [INFO] 00:31:12.937 Analysis report uploaded in 9283ms [INFO] 00:31:12.938 ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.hono [INFO] 00:31:12.938 Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report [INFO] 00:31:12.938 More about the report processing at https://sonarcloud.io/api/ce/task?id=AY-i2-svtzmOVJ9wyn7_ [INFO] 00:31:15.406 Sensor cache published successfully [INFO] 00:31:15.723 Analysis total time: 2:57.827 s [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for Hono 2.6.0-SNAPSHOT: [INFO] [INFO] Hono ............................................... SUCCESS [03:05 min] [INFO] Hono Dependencies .................................. SUCCESS [ 0.016 s] [INFO] Legal Documents .................................... SUCCESS [ 3.191 s] [INFO] Hono Test Utils .................................... SUCCESS [ 6.299 s] [INFO] Hono Core Test Utils ............................... SUCCESS [ 2.313 s] [INFO] Hono Demo Certs .................................... SUCCESS [ 0.083 s] [INFO] Hono Core .......................................... SUCCESS [ 39.153 s] [INFO] Hono Clients ....................................... SUCCESS [ 0.159 s] [INFO] Hono Client Common ................................. SUCCESS [ 10.202 s] [INFO] Hono Client AMQP Connection ........................ SUCCESS [ 15.979 s] [INFO] Hono Notification Client ........................... SUCCESS [ 6.234 s] [INFO] Hono Client Test Utils ............................. SUCCESS [ 0.314 s] [INFO] Hono Client AMQP Common ............................ SUCCESS [ 14.063 s] [INFO] Hono Notification Client (AMQP) .................... SUCCESS [ 8.930 s] [INFO] Hono Kafka Test Utils .............................. SUCCESS [ 1.707 s] [INFO] Hono Client Kafka Common ........................... SUCCESS [ 20.809 s] [INFO] Hono Notification Client (Kafka) ................... SUCCESS [ 8.799 s] [INFO] Hono Client PubSub Common .......................... SUCCESS [01:15 min] [INFO] Hono Notification Client (Pub/Sub) ................. SUCCESS [ 8.202 s] [INFO] Hono Service base .................................. SUCCESS [ 31.230 s] [INFO] Hono Client for Command & Control .................. SUCCESS [ 27.441 s] [INFO] Hono Device Registry Client ........................ SUCCESS [ 1.965 s] [INFO] Hono Client for Command & Control (AMQP) ........... SUCCESS [ 10.357 s] [INFO] Hono Client for Command & Control (Kafka) .......... SUCCESS [ 10.181 s] [INFO] Hono Client for Command & Control (Pub/Sub) ........ SUCCESS [ 10.803 s] [INFO] Hono Registry Client (AMQP) ........................ SUCCESS [ 9.562 s] [INFO] Hono Telemetry Client .............................. SUCCESS [ 2.346 s] [INFO] Hono Telemetry Client (AMQP) ....................... SUCCESS [ 6.945 s] [INFO] Hono Telemetry Client (Kafka) ...................... SUCCESS [ 9.433 s] [INFO] Hono Telemetry Client (PubSub) ..................... SUCCESS [ 8.765 s] [INFO] Hono Adapter Base .................................. SUCCESS [ 41.290 s] [INFO] Hono Adapter Base Test Utils ....................... SUCCESS [ 0.503 s] [INFO] Hono Protocol Adapters ............................. SUCCESS [ 0.954 s] [INFO] Hono Protocol Adapters Parent ...................... SUCCESS [ 3.331 s] [INFO] Hono AMQP Adapter .................................. SUCCESS [ 41.314 s] [INFO] Hono CoAP Adapter .................................. SUCCESS [ 24.389 s] [INFO] Hono HTTP Adapter base ............................. SUCCESS [ 18.610 s] [INFO] Hono HTTP Adapter .................................. SUCCESS [ 9.679 s] [INFO] Hono Lora Adapter .................................. SUCCESS [ 23.355 s] [INFO] Hono MQTT Adapter base ............................. SUCCESS [ 19.181 s] [INFO] Hono MQTT Adapter .................................. SUCCESS [ 8.857 s] [INFO] Hono Sigfox Adapter ................................ SUCCESS [ 9.314 s] [INFO] Hono Client Device AMQP ............................ SUCCESS [ 9.865 s] [INFO] Hono Client for Business Applications .............. SUCCESS [ 3.574 s] [INFO] Hono Client for Business Applications (AMQP) ....... SUCCESS [ 9.630 s] [INFO] Hono Client for Business Applications (Kafka) ...... SUCCESS [ 9.587 s] [INFO] Hono command-line interface ........................ SUCCESS [ 15.034 s] [INFO] Device Connection client ........................... SUCCESS [ 9.060 s] [INFO] Hotrod Device Connection client .................... SUCCESS [ 23.866 s] [INFO] Hono Examples ...................................... SUCCESS [ 0.006 s] [INFO] Hono Client Examples ............................... SUCCESS [ 3.722 s] [INFO] Hono Protocol Gateway example ...................... SUCCESS [ 4.952 s] [INFO] Hono Services ...................................... SUCCESS [ 0.095 s] [INFO] Hono Services Parent ............................... SUCCESS [ 0.184 s] [INFO] Hono Auth base ..................................... SUCCESS [ 14.649 s] [INFO] Hono Auth Server ................................... SUCCESS [ 7.119 s] [INFO] Hono Service Device Registry Base .................. SUCCESS [ 34.565 s] [INFO] Base classes for JDBC services ..................... SUCCESS [ 11.201 s] [INFO] Hono Service Command Router Base ................... SUCCESS [ 32.088 s] [INFO] Hono Infinispan Based Command Router ............... SUCCESS [ 10.330 s] [INFO] Hono JDBC Based Device Registry .................... SUCCESS [ 46.672 s] [INFO] Hono Mongodb Based Device Registry ................. SUCCESS [ 18.207 s] [INFO] Hono Site .......................................... SUCCESS [ 1.690 s] [INFO] Hono Integration Tests ............................. SUCCESS [ 19.980 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 17:42 min [INFO] Finished at: 2024-05-23T00:31:15Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // withSonarQubeEnv [Pipeline] echo recording JUnit test results ... [Pipeline] junit Recording test results [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline Finished: SUCCESS